claude: pin effortLevel=medium in inline settings
This commit is contained in:
parent
6e75d8e6db
commit
71bf8bf47e
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ use crate::mcp;
|
|||
/// concern (planned, not yet wired). Unknown keys are silently ignored by
|
||||
/// claude-code; if the key names ever rename, we'll spot it because
|
||||
/// auto-compact will start firing mid-turn again.
|
||||
const CLAUDE_SETTINGS: &str = r#"{"autoCompactEnabled":false,"autoMemoryEnabled":false}"#;
|
||||
const CLAUDE_SETTINGS: &str =
|
||||
r#"{"autoCompactEnabled":false,"autoMemoryEnabled":false,"effortLevel":"medium"}"#;
|
||||
|
||||
/// Regex-ish marker claude-code emits when context overflows. Same string
|
||||
/// bitburner-agent watches for. Empirically reliable across claude-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue