Skip to content

agentic v0.1.1

Choose a tag to compare

@MaorBril MaorBril released this 17 Jul 23:29

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: enabledadaptive on 4.6+ families, thinking stripped for Fable, output_config.effort stripped for models that reject it, and mid-conversation system messages 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 update notifies 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-clauder for 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