Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:14
· 1 commit to main since this release

Changelog

  • 90cda33 build: address graphify Makefile review feedback
  • 8ecdbcc build: clean up graphify Makefile targets and allow PYTHON override
  • 1bea134 docs(agents): document graphify dev commands
  • 4907621 docs(changelog): add message queueing feature to unreleased
  • 03bbf67 docs(changelog): comprehensive UI audit fixes under unreleased
  • 30068fc docs(changelog): record TUI overlay audit fixes under unreleased
  • 7904b98 docs(changelog): release v0.7.0
  • 7089611 docs(dev): add graphify usage and mcp config guide
  • 4d44b65 feat(llm): register kimi-k2.7-code and kimi-for-coding models
  • 0e645d8 feat(tui): add quick shell overlay
  • 3b75ac1 feat(tui): add transcript search overlay (Ctrl+F)
  • 629a131 feat(tui): add upstream-style slash commands
  • 861527b feat(tui): queue messages during streaming and auto-send on turn completion
  • 43fd0b4 feat(tui): render image content parts inline
  • bfaf274 fix(tui): address async diff and locking review feedback
  • 0eca3cd fix(tui): address code quality findings in session picker
  • ba6381b fix(tui): address input-related UI discrepancies from audit
  • 27e2ba3 fix(tui): align handlers with effective keybindings and close help on ?
  • d2cdd86 fix(tui): align help overlay and keybindings with configurable bindings
  • 71fe4d9 fix(tui): correct sessions picker audit findings
  • 6be1afe fix(tui): default partial themes and remove unused styles
  • b754eab fix(tui): do not auto-submit slash commands that require arguments
  • 0fddb0a fix(tui): guard session path read and fix test typo
  • cae7793 fix(tui): move paste handling outside input lock and let Tab navigate completion
  • 68dbe23 fix(tui): plan, approval, and steer overlay audit fixes
  • 04c7806 fix(tui): preserve ContentParts through session append and send
  • 7f8bcce fix(tui): render footer tool count, plan/manual badges, and activity status
  • 8400608 fix(tui): theme hardcodes, traversal validation, and semantic styles
  • f216c18 fix(tui): tie fullscreen diff to current call and request
  • d77dd65 fix(tui/messages): assistant wrap, raw wrap, soft word wrap, cursor, pretty JSON, image placeholders
  • eac8e74 fix(tui/viewport): render scroll indicator on dedicated right-aligned status line
  • 588f3c6 test(tui): raise coverage for search, images, and shell packages