Show live background task counts
This commit is contained in:
1 parent
9fd21af4e8
commit
8262ceb786
16 files changed
+160
-29
No files matched your search
@@ -510,6 +510,10 @@ impl ClaudeDriver {
|
||||
}
|
||||
|
||||
impl Driver for ClaudeDriver {
|
||||
fn background_tasks(&self) -> Option<usize> {
|
||||
self.state.lock().unwrap().background_task_count()
|
||||
}
|
||||
|
||||
fn send_user_message(&self, text: String, attachments: Vec<AttachmentRef>) {
|
||||
let mut content = Vec::new();
|
||||
// An image goes into the message itself; the model looks at it. Any
|
||||
|
||||
Reference in new issue
Block a user