Releases: hoangsonww/Claude-Code-Agent-Monitor
Releases · hoangsonww/Claude-Code-Agent-Monitor
v1.2.0
What's Changed
- Update macOS app documentation and remove outdated notes by @hoangsonww in #153
- chore: bump version to 1.2.0 by @hoangsonww in #154
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- feat: add CITATION.cff file for proper software citation and metadata by @hoangsonww in #73
- feat(i18n): add Chinese-zh language support to app & Chinese documentation by @CharlesSong in #72
- refactor: improve code formatting and readability across multiple comps by @hoangsonww in #75
- Add Vietnamese language support and improve i18n resources by @hoangsonww in #76
- Add cost analytics features for daily trends and weekday breakdown by @hoangsonww in #77
- Adjust badge positioning and enhance session detail functionality by @hoangsonww in #78
- fix(client): prevent analytics TS build error by @hoangsonww in #79
- feat: add Web Push (VAPID) notifications with sound support on macOS by @neoflex in #80
- Enhance package metadata and add funding URL by @hoangsonww in #81
- Add VS Code extension for real-time agent monitoring and analytics by @hoangsonww in #82
- Bump VS Code extension version to 1.1.0 and update README screenshot URL by @hoangsonww in #83
- Add manual import API, UI integration, and documentation updates by @hoangsonww in #84
- Enhance documentation with Import Pipeline and onboarding details by @hoangsonww in #86
- Reorder VS Code Extension link for improved navigation grouping by @hoangsonww in #87
- feat: add Opus 4.7 model pricing and auto-topup for new defaults by @hoangsonww in #88
- Add session cost display to statusline and update README by @hoangsonww in #89
- Update statusline documentation for session cost and token display by @hoangsonww in #90
- Update Husky scripts for new server and client directories by @hoangsonww in #91
- feat(ui): inline event detail with parsed payload fields by @fadighattas100 in #93
- feat: event list filtering, grouping, and tool-aware detail rendering by @fadighattas100 in #95
- feat(updates): detect upstream changes and optional self-update by @hoangsonww in #96
- Improve self-update process, UI responsiveness, and documentation by @hoangsonww in #97
- Clarify update instructions and restart note in dashboard messages by @hoangsonww in #98
- Enhance update notifier for branch awareness and improve API docs by @hoangsonww in #100
- Enhance mobile carousel layout, add server-side search, and update docs by @hoangsonww in #101
- Enhance README visual appeal and fix mobile text inflation issues by @hoangsonww in #102
- feat: add conversation viewer by @txj36 in #99
- Implement interactive Webview dashboard with live stats and navigation by @hoangsonww in #103
- Add sitemap and robots.txt for site indexing by @hoangsonww in #104
- Fix AgentCard behavior and improve fixture seeding and token reconciliation by @hoangsonww in #108
- Enhance session status tracking with Waiting status by @hoangsonww in #109
- feat: attribute subagent tool events to their originating subagent by @fadighattas100 in #106
- Document SubagentStop event import in all language guides by @hoangsonww in #110
- feat(convo): enhance conversation viewer in session details page by @hoangsonww in #111
- Document SubagentStop event import in language guides and architecture by @hoangsonww in #112
- Update documentation with new screenshots and metadata by @hoangsonww in #113
- Refactor sidebar styles between index.html and style.css by @hoangsonww in #114
- feat(lightbox): implement lightbox feature for screenshot viewing by @hoangsonww in #115
- refactor(index.html): clean up whitespace and improve code readability by @hoangsonww in #116
- Update badge versions and add new technology badges by @hoangsonww in #117
- Enhance UI components and optimize Docker image setup by @hoangsonww in #134
- Enhance agent status logic and update documentation with screenshots by @hoangsonww in #135
- feat: attribute live tool events to working subagent by @fadighattas100 in #136
- Enhance number formatting and improve session agent counting by @hoangsonww in #137
- Enhance model naming and documentation across components by @hoangsonww in #138
- Fix session status handling on stale transcript scans by @hoangsonww in #141
- feat: add Claude configuration viewer and run trigger functionality by @hoangsonww in #142
- Enhance navigation with smooth scrolling and active link highlighting by @hoangsonww in #143
- Add PWA support with manifests and service workers by @hoangsonww in #144
- Add CODEOWNERS file and enhance documentation comments by @hoangsonww in #145
- Add Connection Status modal with WebSocket details and stats by @hoangsonww in #146
- Improve lightbox navigation and styles for responsiveness by @hoangsonww in #147
- Stream large JSONL files and improve deduplication logic on re-import by @hoangsonww in #150
- feat(desktop): native macOS app (Electron) with menu bar + auto-start by @shuvamk in #151
- docs(landing+wiki): refocus macos.png captions on the app itself by @hoangsonww in #152
New Contributors
- @CharlesSong made their first contribution in #72
- @neoflex made their first contribution in #80
- @fadighattas100 made their first contribution in #93
- @txj36 made their first contribution in #99
- @shuvamk made their first contribution in #151
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Polished Stable Release
What's Changed
- Fix Mermaid syntax after Prettier and center desktop wiki content by @hoangsonww in #1
- Refine wiki sidebar behavior and fix mermaid/docs layout issues by @hoangsonww in #11
- Polish wiki sidebar interactions and enlarge Mermaid charts by @hoangsonww in #12
- Update wiki title, Open Graph metadata, and sidebar logo text by @hoangsonww in #13
- Update project name, enhance footer, and adjust sidebar layout by @hoangsonww in #14
- Add ActivityFeed, Analytics, Dashboard, KanbanBoard, SessionDetail to public assets by @hoangsonww in #15
- Improve layout and overflow handling in index.html for better responsiveness by @hoangsonww in #16
- Adjust padding for the main heading in index.html for improved spacing by @hoangsonww in #17
- Implement scroll reveal effect for content blocks in script.js and styles.css by @hoangsonww in #18
- Fix agent lifecycle tracking, add history import, pagination, and docs by @hoangsonww in #19
- Add per-model cost tracking, pricing management UI, and responsive design by @hoangsonww in #20
- Enhance project documentation with cost tracking and diagrams by @hoangsonww in #21
- Add Dockerfile and GHCR push to CI pipeline by @hoangsonww in #22
- Fix cross-platform compatibility for npm start script by @hoangsonww in #23
- feat(docs): enhance docs and reformat code by @hoangsonww in #24
- Remove forceful issue templates from documentation by @hoangsonww in #25
- Fix donut chart gap, add custom tooltips, and improve heatmap colors by @hoangsonww in #26
- fix: wire up browser notifications to event bus by @hoangsonww in #27
- Add catch-all 404 page for unknown routes by @hoangsonww in #28
- Enhance README and ARCHITECTURE with notifications and missing features by @hoangsonww in #29
- chore: add .gitattributes to enforce LF line endings across all platforms by @hoangsonww in #30
- feat: update session handling and agent status on Stop events by @hoangsonww in #31
- Improve analytics number formatting and event distribution by @hoangsonww in #32
- Enhance DonutChart formatting and improve analytics visuals by @hoangsonww in #33
- Add tooltip component and enhance sidebar functionality by @hoangsonww in #34
- Enhance compaction tracking and agent management system-wide by @hoangsonww in #35
- fix: make better-sqlite3 optional with node:sqlite fallback by @hoangsonww in #37
- docs: update wiki landing page for optional SQLite fallback by @hoangsonww in #38
- feat: add subagent hierarchy visualization by @asadreddini-insight in #36
- docs: document subagent hierarchy visualization feature by @hoangsonww in #39
- fix: add comma formatting to cost displays in tooltips and full views by @hoangsonww in #40
- Remove .claude from .gitignore and add settings.local.json by @hoangsonww in #41
- fix: simplify permissions array formatting in settings.local.json by @hoangsonww in #42
- feat: enhance Claude Code Agent Monitor with an MCP server with dashboard API client and logging by @hoangsonww in #43
- Add comprehensive documentation for Agent Dashboard and MCP integration by @hoangsonww in #44
- feat: add stat-based transcript JSONL cache with incremental reads and session reactivation logic by @hoangsonww in #46
- docs: update feature descriptions for history import and add transcript caching by @hoangsonww in #47
- Calculate session costs in bulk and update response structure by @hoangsonww in #48
- Add Workflows page with D3.js visualizations and server PID tracking by @hoangsonww in #49
- Streamline .superpowers/README.md by removing unnecessary content by @hoangsonww in #50
- Support recursive agent spawning and enhance concurrency visualization by @hoangsonww in #51
- Fix navigation scroll issues, add screenshots, and update Makefile by @hoangsonww in #53
- docs: add Makefile coverage to README, ARCHITECTURE, INSTALL, and SETUP by @hoangsonww in #54
- Add support for multiple transport modes in MCP server configuration by @hoangsonww in #55
- refactor: improve code formatting and readability in various files by @hoangsonww in #56
- Update badge logo colors in README.md by @hoangsonww in #57
- Fix documentation references and add Kustomize/Helm templates by @hoangsonww in #58
- feat: enhance Makefile and package.json with additional metadata by @hoangsonww in #59
- feat: add Coralogix full-stack observability to deployment infrastructure by @hoangsonww in #60
- Enhance JSONL extraction, fix heatmap alignment, and wire filters by @hoangsonww in #61
- Standardize import and export quotes to double quotes by @hoangsonww in #62
- Add configuration files for Agent Monitor integration & Claude Code plugin marketplace by @hoangsonww in #63
- fix: update documentation links to use consistent casing for plugins.md by @hoangsonww in #64
- Add feature cards for Browser Notifications and Docker Deployment by @hoangsonww in #65
- Add feature cards for Browser Notifications and Docker Deployment by @hoangsonww in #66
- feat: enhance hook note styling and adjust layout in index.html and style.css by @hoangsonww in #67
- Update architecture and README for Claude Code plugins and skills by @hoangsonww in #68
- Add Swagger/OpenAPI documentation to server endpoints & enhance feature carousel and add GitHub star history section in index.html by @hoangsonww in #69
New Contributors
- @hoangsonww made their first contribution in #1
- @asadreddini-insight made their first contribution in #36
Full Changelog: v1.0.0...v1.1.0