v0.0.441
·
2124 commits
to main
since this release
Version 0.0.441 (July 8, 2026)
- AI-suggestion evidence in the Knowledge Explorer (#573) — AI-proposed instruction changes now carry a brief evidence line (why the change was suggested), shown in review hover cards and the instruction detail.
- Fix blank instruction editor in dev (#575) — dedupe
prosemirror-stateso the tiptap editor mounts instead of rendering an empty body; falls back to a raw-markdown textarea if initialization ever fails. - Fix profile Usage tab never updating (#576) — usage counters now record without a hard cap configured, and the tab refreshes the session on open instead of showing stale zeros.
- Sandbox-violation feedback loop for codegen (#577) —
unsafe_pythonviolations consume a retry instead of ending the run, and the failed code + error are fed back into the next generation attempt so it can self-correct.