Skip to content

Release v0.7.5

Choose a tag to compare

@wu-changxing wu-changxing released this 02 Mar 03:54

What's Changed

πŸ› Bug Fixes & Improvements

  • Fix co ai plan mode: rename plan_mode.md β†’ enter_plan_mode.md so assembler actually loads it (tool name must match filename)
  • Fix 3 multiline ${has_tool()} blocks in main.md that were output as raw template syntax to LLM
  • Fix co create crashing with 500 error when already authenticated β€” skip re-auth if OPENONION_API_KEY already in ~/.co/keys.env

✨ Improvements

  • Plan mode system reminder now injects agent spec format + co create guidance when entering plan mode
  • New co_create.md system reminder: reminds agent to cd into project after scaffolding
  • exit_plan_mode() now tells agent to run co create after plan approval
  • Updated workflow: new agent β†’ always plan mode first; existing agent β†’ read files then edit
  • Added tests/cli/show_co_ai_prompt.py to inspect assembled system prompt for debugging

Installation

pip install --upgrade connectonion

Full Changelog: v0.7.4...v0.7.5