Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -317,11 +317,7 @@ impl PassiveSuggestionsModel {
|
||||
.lock()
|
||||
.block_list()
|
||||
.block_at(block_completed.index)
|
||||
.and_then(|block| {
|
||||
block
|
||||
.agent_view_visibility()
|
||||
.agent_view_conversation_id()
|
||||
});
|
||||
.and_then(|block| block.agent_view_visibility().agent_view_conversation_id());
|
||||
|
||||
let prompt = format!(
|
||||
"The command `{}` failed. Diagnose the error and suggest a fix.",
|
||||
@@ -436,6 +432,7 @@ impl PassiveSuggestionsModel {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl Entity for PassiveSuggestionsModel {
|
||||
|
||||
Reference in New Issue
Block a user