Skip to content

v0.3.0

Choose a tag to compare

@lightbulb128 lightbulb128 released this 22 Jul 03:44
· 55 commits to main since this release
d02702b

Highlights: multi-session chat, project deliverables, context management.

Added

  • Multi-session chat: session management and transcript handling so a
    conversation can span multiple chat sessions, with single-session history
    loading that is context-aware (#63).
  • Conversation re-connect: resume interrupted conversations with unit-test
    coverage for the reconnect path.
  • Project deliverables: publish files produced during chat sessions as
    project deliverables. Adds the t_project_deliverable store, deliverable
    proto/API, and richer project detail/query responses (#69).
  • Experience improvements: playbook management, per-turn learned
    experience tuning, and display fixes (restored from #59).

Changed

  • Context management: reintegrate tool-context compaction to keep long
    conversations within the model's context budget.
  • Sync chat construction and plan/message handling with upstream.

Removed

  • Removed the test-cases-rewrite skill and its backend wiring.

Fixed

  • Core: repair cancelled tool-call history.
  • Restore the vendored frontend build-from-source pipeline (#83).