Skip to content

v1.1.0 — Phase 2: Q CLI Parity + UX

Choose a tag to compare

@jkmaina jkmaina released this 15 Feb 13:05
· 79 commits to main since this release

Phase 2: Q CLI Parity + UX

11 issues closed across Sprints 9–11 (PRs #49#59).

New Features

Sprint 9 — Tool Policy and Diagnostics

  • Tool aliases with wildcard allow/deny filtering (#37)
  • Hook lifecycle system with 5 hook points (#38)
  • MCP diagnostics with server state and auth hints (#39)

Sprint 10 — Context Management

  • Context usage tracking with budget warnings (#40)
  • Manual /compact and auto-compaction via ADK (#41)
  • Checkpoint save/list/restore and tangent mode (#42)
  • Todo list persistence and delegate experiment (#43)

Sprint 11 — UX Polish and Release

  • Unified theme, command palette, fuzzy matching, onboarding (#44)
  • Parity benchmark suite with 12 scenarios and scorecard (#45)
  • Parity matrix (98.5%) and differentiation roadmap (#46)
  • v1.1.0 GA sign-off with release gates and migration guidance (#47)

Stats

  • 8 new modules: tool_policy, hooks, context, compact, checkpoint, todos, theme, benchmark
  • 157 tests, 0 failures, 0 warnings
  • 98.5% parity score (33/34 capabilities Met)
  • No breaking changes from v1.0.0

Migration

No breaking changes. See docs/GA_SIGNOFF_v110.md for migration guidance.

What's Changed

  • refactor: project optimisation — code fixes + module split by @jkmaina in #48
  • feat(#37): add tool aliases and wildcard permission patterns by @jkmaina in #49
  • feat(#38): implement hook lifecycle events for agent and tool execution by @jkmaina in #50
  • feat(#39): expand MCP diagnostics and resilience UX by @jkmaina in #51
  • feat(#40): add context usage indicator and budget warning UX by @jkmaina in #52
  • feat(#41): add manual /compact and auto-compaction on overflow by @jkmaina in #53
  • feat(#42): add checkpoint and tangent conversation branching by @jkmaina in #54
  • feat(#43): add todo list persistence and delegate sub-agent experiment by @jkmaina in #55
  • feat(#44): add unified theme, command palette, and onboarding UX by @jkmaina in #56
  • feat(#45): add parity benchmark suite and scorecard by @jkmaina in #57
  • docs(#46): add parity matrix and differentiation roadmap by @jkmaina in #58
  • docs(#47): add v1.1.0 RC release plan and operational sign-off by @jkmaina in #59

New Contributors

Full Changelog: v1.0.0...v1.1.0