mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Fix share prompt fields after rebase
This commit is contained in:
176
MODULE.bazel.lock
generated
176
MODULE.bazel.lock
generated
File diff suppressed because one or more lines are too long
@@ -3755,6 +3755,7 @@ impl ChatWidget {
|
||||
id: SHARE_SCOPE_QUESTION_ID.to_string(),
|
||||
header: "Share".to_string(),
|
||||
question: "Who should be able to open this shared session?".to_string(),
|
||||
is_secret: false,
|
||||
is_other: false,
|
||||
options: Some(vec![
|
||||
RequestUserInputQuestionOption {
|
||||
@@ -3772,6 +3773,7 @@ impl ChatWidget {
|
||||
header: "Emails".to_string(),
|
||||
question: "If sharing with specific emails, list them (comma-separated)."
|
||||
.to_string(),
|
||||
is_secret: false,
|
||||
is_other: false,
|
||||
options: None,
|
||||
},
|
||||
|
||||
@@ -547,13 +547,6 @@ async fn run_ratatui_app(
|
||||
} else {
|
||||
initial_config
|
||||
};
|
||||
let ollama_chat_support_notice = match ollama_chat_deprecation_notice(&config).await {
|
||||
Ok(notice) => notice,
|
||||
Err(err) => {
|
||||
tracing::warn!(?err, "Failed to detect Ollama wire API");
|
||||
None
|
||||
}
|
||||
};
|
||||
let fatal_exit = |tui: &mut Tui, message: String| {
|
||||
error!("{message}");
|
||||
restore();
|
||||
|
||||
Reference in New Issue
Block a user