mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-07-15 19:06:18 +08:00
4f5440d2ab
New groups' settings.json no longer enables Claude Code's experimental agent-teams feature and sets disableWorkflows: both overlap NanoClaw's own systems (a2a messaging; host-side orchestration), and together they are ~20% of every turn's context (live-measured: ~38,900 -> ~30,300 tokens on a fresh session). DesignSync and ReportFindings — desktop/UI tools that cannot function headless — join the fixed disallow list. Existing groups are untouched: their settings.json already exists and is only ever patched additively, never regenerated. Re-enabling either feature for one group is a one-file edit to that group's settings.json plus a group restart — and it sticks, because nothing reconciles the file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>