Skip to content

v0.0.441

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:11
· 2124 commits to main since this release
9ec4d49

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-state so 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_python violations 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.