fix: open memory browser panel for /memory command and default agent type to general-purpose
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m14s
CI / Lint & Test (pull_request) Successful in 17m8s
CI / Build Linux (pull_request) Successful in 24m24s
CI / Build Windows (cross-compile) (pull_request) Successful in 35m25s

This commit is contained in:
2026-03-13 00:57:38 -07:00
committed by Naomi Carrigan
parent 5c16037f8b
commit 8af898c92a
6 changed files with 97 additions and 11 deletions
+1 -1
View File
@@ -1455,7 +1455,7 @@ fn process_json_line(
let subagent_type = input
.get("subagent_type")
.and_then(|v| v.as_str())
.unwrap_or("unknown")
.unwrap_or("general-purpose")
.to_string();
let model = input
.get("model")