agentic v0.1.1
Hardening from the first day of real use.
Fixed
- Aliases hiding the model family: Claude Code picks thinking/sampling/effort config by pattern-matching the model name. Requests routed via aliases (
auto,cheap) are now normalized per target model —thinking: enabled→adaptiveon 4.6+ families, thinking stripped for Fable,output_config.effortstripped for models that reject it, and mid-conversationsystemmessages folded into a<system-reminder>user block for models other than Opus 4.8. - Upstream 4xx/5xx responses now log the actual error message (
WARN upstream error … err="…").
Added
agentic updatenotifies all running instances via clauder that a restart is needed to pick up the new router.- Sessions launch through
clauder wrap --slave(auto-approved tool set for autonomous operation);--no-clauderfor a bare session. agentic budget show— caps and live spend bars per scope.- Profiles can reference dynamic routing aliases (
model: auto).
Full diff: v0.1.0...v0.1.1