Skip to main content

Release 0.1.123

Agent runs work again. On 0.1.122 every agent run failed immediately with a model error, and this release is the fix.

Upgrade notes​

  • No database migrations.
  • No changes to docker-compose.yml.
  • If you build your own images rather than using the published ones, move CLAUDE_CODE_VERSION in your .env to 2.1.280. A deployment running the published images needs no change; one that builds its own and keeps the old value will keep seeing the failure below.

Fixes​

Every agent run failed with "does not support this model". Analysis, implementation and every other agent job ended straight away with API Error: 400 Claude Code 2.1.220 does not support this model; version 2.1.280 or newer is required. — nothing ran, and the failure was the same on every retry. The agent runtime shipped inside the product was older than the models it is asked to use; it has been moved forward to a version they accept. Upgrading is the only action needed; jobs that failed this way can simply be run again.