Skip to content

v0.28.0

Choose a tag to compare

@superoskin superoskin released this 12 Jul 13:51
· 179 commits to main since this release

Skills for CLI Agents

  • Skills can now be added to Codex and Claude CLI agent sessions directly from the composer.
  • Selected workspace and registry skills are prepared automatically before the agent starts, so CLI agents receive the same specialized instructions as native Pioneer agents.
  • Skill updates are detected and applied before the next run, without requiring manual setup in each CLI runtime.
  • The composer now hides capabilities that are not supported by the selected CLI provider.

Improved Code Reading

  • Added syntax highlighting for code blocks in chat messages, agent responses, and reasoning output.
  • Improved contrast for highlighted code tokens in both light and dark themes.

Reliability

  • Improved cleanup when an agent turn ends with an error, preventing sessions from being left in an incorrect running state.
  • Made turn startup more reliable under load by moving persistence work off the main message-processing path.

Full Changelog: v0.27.1...v0.28.0