Skip to content

v0.7.12

Choose a tag to compare

@zhengxuyu zhengxuyu released this 21 Apr 10:19
· 74 commits to main since this release
19abcef

Features

  • Product Management System — full OKR, Issues, Versions lifecycle with auto-triggers
  • Product detail page — overview, issues, projects tabs with inline editing
  • Product planning conversations — route, gate, API, UI
  • Product import/export — one-click OKR and issue backup
  • Product delete — removes product, issues, versions, and linked projects
  • CEO console typing indicator — bouncing dots while agent processes
  • Tool result persistence — large outputs saved to disk, preview returned
  • EA brainstorming skill — full parity with superpowers
  • Request API key tool — agents request keys via chat
  • Lazy document tree — load directories on click
  • Agent stall detection — warns when agent promises but dispatches nothing

Bug Fixes

  • CLI installs release version — npm package bundles source, no git clone needed
  • Cap reject-retry loops (max 3) and truncate oversized prompts (100K)
  • Product owner review: task push to existing tree, not project spam
  • CEO console filters out empty/deleted/archived sessions
  • Fix list_project_files CPU hang on node_modules
  • Fix activity log truncation, conversation full description, URL encoding
  • Anti-hallucination rules in work approach prompts
  • EA stops over-creating projects

Testing

  • 98% coverage gate in CI — pushed from ~70% to 98%+ with 400+ new tests

CI/CD

  • Coverage gate workflow added
  • Async subprocess GC warning suppression