What's Changed
Breaking Changes
- Ecomode deprecated: The ecomode skill, CLI commands (
config-ecomode,config-agent-tiers), and all related configuration options have been removed entirely.
Improvements
- Tighter keyword detection: Magic keyword patterns have been significantly tightened to reduce false positive activations. Generic phrases like "build me", "think hard", "investigate the bug", and bare "pipeline" no longer trigger mode activations. Only specific, intentional keywords now activate modes.
Keyword Pattern Changes
| Keyword | Removed triggers | Kept triggers |
|---|---|---|
| autopilot | "build me", "create me", "make me", "i want a", "autonomous" | autopilot, auto pilot, fullsend, full auto |
| ralph | "don't stop", "must complete", "until done" | ralph |
| ultrawork | "uw" | ultrawork, ulw |
| ultrathink | "think hard", "think deeply" | ultrathink |
| deepsearch | "search code for", "find in all files" | deepsearch, "search the codebase", "find in codebase" |
| analyze | "investigate the/this", "debug the/this" | deep analyze, deepanalyze |
| pipeline | bare "pipeline" | "agent pipeline", "chain agents" |
| tdd | "red green" | tdd, "test first" |
Bug Fixes
- Fixed python_repl bridge session cleanup on session end (#641)
- Added config to disable ecomode and low-tier agents (#292) — then fully deprecated
Full Changelog: v4.2.9...v4.2.10