Skip to content

Releases: agusmdev/ccv

v0.1.2

24 Jan 17:07

Choose a tag to compare

Changelog

  • 2ab70be fix: handle array content in ContentBlock parsing

v0.1.1

22 Jan 21:57

Choose a tag to compare

Changelog

  • b131aec fix: install.sh checksum verification on macOS

v0.1.0

22 Jan 21:53

Choose a tag to compare

Changelog

  • 1144eeb Update README.md
  • 045d347 bd sync: 2026-01-20 08:53:11
  • a7c4a54 bd sync: 2026-01-20 09:09:13
  • 774a4b4 bd sync: 2026-01-20 09:17:22
  • e8b49d1 bd sync: 2026-01-20 10:59:13
  • bfd75ff bd sync: 2026-01-20 11:48:55
  • 8149b71 bd sync: 2026-01-20 11:51:20
  • 18f0cbe bd sync: 2026-01-20 11:53:45
  • 454e0d3 bd sync: 2026-01-20 12:00:46
  • 6fc0bba bd sync: 2026-01-20 12:05:15
  • d1c0197 bd sync: 2026-01-20 12:07:47
  • d314e8b bd sync: 2026-01-20 12:11:46
  • c74badc bd sync: 2026-01-20 12:21:05
  • 4accb8e bd sync: 2026-01-20 12:27:20
  • f9961e9 bd sync: 2026-01-20 12:31:08
  • d6ccc87 bd sync: close ccv-i0r.10
  • 0ae6669 bd sync: close ccv-i0r.11
  • 07a967f bd sync: close ccv-i0r.15
  • 536159e bd sync: close ccv-i0r.16
  • 82588c8 bd sync: close ccv-i0r.6
  • 1766116 bd sync: close ccv-i0r.7
  • 2aec27c bd sync: close ccv-i0r.8
  • 5109a32 ci: add raw binary uploads for install.sh compatibility
  • 6b5e762 ci: switch to goreleaser for automated releases
  • 0ce00ad feat: add --verbose, --quiet, --format CLI flags
  • 89a9038 feat: add Context7 MCP tool rendering
  • 43e8bde feat: add MCP tool name formatting utility
  • fef3801 feat: add Playwright browser tool rendering
  • 938b9bf feat: add automated release workflow and Makefile
  • e8416fe feat: add enhanced terminal output formatting with colors and spacing
  • 0c5e843 feat: add file system tool rendering (LS, NotebookRead, NotebookEdit)
  • ebf501d feat: add integration testing and cross-compilation support
  • a275716 feat: add parse failure resilience and panic recovery
  • 756ed46 feat: add plan mode tool rendering (EnterPlanMode, ExitPlanMode)
  • d4c4e3a feat: add prettified formatting for Task tool rendering
  • d3a93b8 feat: add prettified formatting for TodoWrite tool output
  • 8d97475 feat: add prettified formatting for WebFetch tool output
  • 52cd9b6 feat: add prettified formatting for WebSearch tool output
  • 96a3862 feat: add process control tool rendering (KillShell, TaskOutput)
  • 0cea0cc feat: add proper rendering for Skill tool invocations
  • b2dd00e feat: add status display to generic tool call renderer
  • 1dc3f5e feat: add terminal colors for enhanced output rendering
  • 1a9709b feat: add token-counting spinner with agent context
  • 4bf3caf feat: expand SDK type coverage for complete message support
  • 33ba724 feat: implement Bash tool output renderer
  • ca70c96 feat: implement Bubble Tea TUI with Lip Gloss styling
  • fb426e6 feat: implement Claude subprocess runner and NDJSON parser
  • 344afe3 feat: implement Edit/MultiEdit diff renderer
  • 36b155a feat: implement Glob/Grep search tool renderers
  • 340a70d feat: implement Read/Write tool renderers
  • a803f85 feat: implement agent hierarchy renderer
  • 27df58f feat: implement application state management with agent tracking
  • 3aa9dc6 feat: implement final result summary with cost, duration, and turns
  • dbc0d66 feat: implement headless structured text output processor
  • db8b6f3 feat: project setup and core type definitions
  • 7e18fa1 feat: replace CLI flags with environment variables
  • 049c316 fix: code quality issues and improve test coverage to 56%
  • f378092 fix: correct PermissionDenials struct and add AskUserQuestion rendering
  • 7de70f8 fix: handle array-formatted content in ContentBlock unmarshaling
  • 8963b0a fix: resolve stdin deadlock preventing ccv from running
  • dfd22ac fix: skip mandatory flags if user already provides them
  • 76ae966 refactor: extract tool result handlers from processToolResult
  • e5a15cd refactor: remove Bubble Tea TUI dependencies and code
  • 6572889 update CLAUDE.md