github craft-ai-agents/craft-agents-oss v0.13.4

3 hours ago

Improvements

  • Richer developer context for the agent — The system prompt now provides structured developer context — the current git branch, working-tree status, and recent commits — together with clearer guidance on when to create and run automations. The agent starts each session better oriented to your working environment and more consistent about reaching for automations.

Bug Fixes

  • Steered messages are no longer dropped mid-turn — Fixes #1040. Sending several steering messages during a single turn previously left the agent addressing only the last one. Pending steers are now held in a turn-scoped queue and delivered in order at each tool boundary, so every message reaches the agent.

  • Accurate context usage and compaction for Claude — Fixes #1043. The context/token indicator now reads both usage shapes the SDK reports, so Claude connections show a correct figure instead of a wrong or stale one. Automatic compaction is reflected in the count, and any compaction boundary — including a manual Compact — invalidates the previous total rather than leaving it frozen.

  • Mobile web composer stays in view — Fixes #1038. On the mobile web UI, a large text size could push the composer toolbar and send button below the viewport. The composer and its context display are now constrained to the visible area so the controls stay reachable.

Don't miss a new craft-agents-oss release

NewReleases is sending notifications on new releases.