Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:14

Changelog

  • 1c45bc5 Merge TUI output polish for v0.2
  • fd66c0c Optimize TUI rendering for v0.2
  • 75e1ef0 Add Scoop distribution path for Windows
  • de991bb Repair missing tool results before each model call (CC yieldMissingToolResultBlocks)
  • e4728c0 TUI: add a live streaming cursor to the in-progress answer
  • 8fa74ee TUI: split the 3251-line main.go into cohesive files
  • 83fccd3 Unify slash commands on the skill-prompt model (remove specialist divergence)
  • 4cb2061 Add session memory service (Claude Code SessionMemory analog)
  • 17381f1 Split system-prompt assembly out of llm.py into prompts.py
  • a597dbd Wire autoCompact into the agent loop with telemetry
  • f623c9f Report covers: magazine image-hero redesign + cover-background generators
  • 0ae0e1d TUI: slash-command arg templates + palette beautification
  • f801f4e Add slash-command / skill registry with pre-loop interception
  • 1a7015a Add two-tier context compaction service
  • 7766e89 Refactor agent tools into self-contained package + lifecycle hooks
  • 44894dd Polish report covers
  • 03c6036 Make project report judge-facing
  • cfc0bbb Restore project figure palette
  • 9e2804b Polish project report figures
  • 198bde2 Sync reports with agent skill smoke checks
  • 7dcea79 Add agent skills and live smoke checks
  • edf671f Docs+report: reflect MCP (bidirectional) + multi-agent
  • b1b86a6 Add specialist sub-agents via delegate tool (multi-agent, direction ③)
  • 859cb1d Consume external MCP servers as agent tools (MCP direction ②)
  • efd2508 Add SciScope MCP server (expose tools to any MCP client)
  • e1c555d Report: align overview innovations + social benefit with agent upgrades
  • fb49480 Report: fold agent upgrades into innovation + economic sections
  • 73cbb28 Curb over-searching: stop after enough evidence
  • 81eff75 Assemble the system-prompt tool catalog from per-tool fragments
  • e08a086 No emoji in answers; allow occasional kaomoji as house style
  • 703d504 Stop forcing tool use on general questions
  • a61446c Remove the bottom status/shortcut line under the composer
  • e02144f Drop the Enter/Esc/slash hint line under the composer
  • d3101a1 Surface validation denials as a distinct recovery card
  • 9d55448 Render evidence cards by default, not just in demo
  • cc0951b Surface stop_reason + token usage in agent meta
  • 34cfe20 Default to DeepSeek via gitignored .env.local
  • 9f70555 Raise max_tokens for cloud generation
  • 1f99439 Make the agent model layer pluggable (DeepSeek or local)
  • 07037b8 Make agent answer format adaptive, not templated