claude-view 0.11.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,10 @@ curl -fsSL https://raw.githubusercontent.com/tombelieber/claude-view/main/instal
47
47
  - **Cache warm countdown** — time your messages to save tokens
48
48
  - **Cost tracking** — per-session and aggregate spend with cache savings
49
49
  - **Sub-agent visualization** — see the full agent tree, tool calls, MCP invocations
50
- - **Full-text search** — search across all sessions, messages, tool calls, file paths
50
+ - **Plans browser** — view your `.claude/plans/` directly in session detail
51
+ - **Prompt history** — full-text search across all prompts with intent classification and template clustering
52
+ - **Teams dashboard** — track team leads, inbox, tasks, and file changes across team members
53
+ - **Full-text search** — search across all sessions, messages, tool calls, file paths, and plans
51
54
  - **Analytics** — activity heatmap, cost ROI, model comparison, AI Fluency Score
52
55
  - **Rich chat history** — every conversation rendered with markdown, code blocks, tool calls
53
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-view",
3
- "version": "0.11.2",
3
+ "version": "0.12.0",
4
4
  "description": "You have 10 Claude sessions running. What are they doing? Live dashboard for Claude Code — monitor every session, track costs, search history, see sub-agents. One command: npx claude-view",
5
5
  "bin": {
6
6
  "claude-view": "./index.js"