claude: pin effortLevel=medium in inline settings

This commit is contained in:
müde 2026-05-15 18:07:53 +02:00
parent 6e75d8e6db
commit 71bf8bf47e

View file

@ -24,7 +24,8 @@ use crate::mcp;
/// concern (planned, not yet wired). Unknown keys are silently ignored by /// concern (planned, not yet wired). Unknown keys are silently ignored by
/// claude-code; if the key names ever rename, we'll spot it because /// claude-code; if the key names ever rename, we'll spot it because
/// auto-compact will start firing mid-turn again. /// 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 /// Regex-ish marker claude-code emits when context overflows. Same string
/// bitburner-agent watches for. Empirically reliable across claude-code /// bitburner-agent watches for. Empirically reliable across claude-code