@claude-view/plugin 0.38.0 → 0.40.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 (40) hide show
  1. package/.claude-plugin/plugin.json +2 -2
  2. package/README.md +1 -1
  3. package/dist/tools/generated/auth.d.ts +3 -0
  4. package/dist/tools/generated/auth.d.ts.map +1 -0
  5. package/dist/tools/generated/auth.js +42 -0
  6. package/dist/tools/generated/auth.js.map +1 -0
  7. package/dist/tools/generated/devices.d.ts +3 -0
  8. package/dist/tools/generated/devices.d.ts.map +1 -0
  9. package/dist/tools/generated/devices.js +38 -0
  10. package/dist/tools/generated/devices.js.map +1 -0
  11. package/dist/tools/generated/index.d.ts.map +1 -1
  12. package/dist/tools/generated/index.js +4 -0
  13. package/dist/tools/generated/index.js.map +1 -1
  14. package/dist/tools/generated/insights.d.ts.map +1 -1
  15. package/dist/tools/generated/insights.js +30 -0
  16. package/dist/tools/generated/insights.js.map +1 -1
  17. package/dist/tools/generated/oauth.js +3 -3
  18. package/dist/tools/generated/oauth.js.map +1 -1
  19. package/dist/tools/generated/pairing.d.ts.map +1 -1
  20. package/dist/tools/generated/pairing.js +1 -23
  21. package/dist/tools/generated/pairing.js.map +1 -1
  22. package/dist/tools/generated/projects.js +2 -2
  23. package/dist/tools/generated/projects.js.map +1 -1
  24. package/dist/tools/generated/system.js +1 -1
  25. package/dist/tools/generated/system.js.map +1 -1
  26. package/package.json +1 -1
  27. package/skills/coaching/SKILL.md +18 -10
  28. package/skills/{usage → cv-usage}/SKILL.md +19 -11
  29. package/skills/{usage → cv-usage}/SKILL.md.tmpl +1 -1
  30. package/skills/daily-cost/SKILL.md +18 -10
  31. package/skills/export-data/SKILL.md +18 -10
  32. package/skills/insights/SKILL.md +18 -10
  33. package/skills/live/SKILL.md +18 -10
  34. package/skills/project-overview/SKILL.md +18 -10
  35. package/skills/search/SKILL.md +19 -11
  36. package/skills/search/SKILL.md.tmpl +1 -1
  37. package/skills/session-recap/SKILL.md +18 -10
  38. package/skills/standup/SKILL.md +18 -10
  39. package/skills/system-monitor/SKILL.md +18 -10
  40. package/skills/team-status/SKILL.md +18 -10
@@ -53,7 +53,7 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
53
53
  | **Session Tools** | |
54
54
  | `list_sessions` | List sessions with filters |
55
55
  | `get_session` | Get session details |
56
- | `search_sessions` | Full-text search across sessions |
56
+ | `search_sessions` | Grep search across sessions |
57
57
  | **Stats Tools** | |
58
58
  | `get_stats` | Dashboard statistics |
59
59
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -61,6 +61,10 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
61
61
  | **Live Tools** | |
62
62
  | `list_live_sessions` | Currently running sessions |
63
63
  | `get_live_summary` | Aggregate live session summary |
64
+ | **Auth Tools** | |
65
+ | `auth_post_session` | auth session |
66
+ | `auth_delete_session` | auth session |
67
+ | `auth_get_status` | auth status |
64
68
  | **Classify Tools** | |
65
69
  | `classify_start_classification` | Trigger a classification job. |
66
70
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -76,6 +80,10 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
76
80
  | `contributions_get_contributions` | Main contributions page data. |
77
81
  | `contributions_get_branch_sessions` | Sessions for a branch. |
78
82
  | `contributions_get_session_contribution` | Session contribution detail. |
83
+ | **Devices Tools** | |
84
+ | `devices_list_devices_handler` | devices |
85
+ | `devices_terminate_others_handler` | others |
86
+ | `devices_delete_device_handler` | devices {device_id} |
79
87
  | **Export Tools** | |
80
88
  | `export_sessions` | Export all sessions. |
81
89
  | **Facets Tools** | |
@@ -94,6 +102,8 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
94
102
  | `insights_get_insights` | Compute and return behavioral insights. |
95
103
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
96
104
  | `insights_get_categories` | Returns hierarchical category data. |
105
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
106
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
97
107
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
98
108
  | `insights_list_invocables` | List all invocables with their usage counts. |
99
109
  | **Jobs Tools** | |
@@ -113,13 +123,11 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
113
123
  | **Monitor Tools** | |
114
124
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
115
125
  | **Oauth Tools** | |
116
- | `oauth_get_auth_identity` | oauth identity |
117
- | `oauth_get_oauth_usage` | oauth usage |
118
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
126
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
127
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
128
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
119
129
  | **Pairing Tools** | |
120
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
121
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
122
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
130
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
123
131
  | **Plans Tools** | |
124
132
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
125
133
  | **Plugins Tools** | |
@@ -134,9 +142,9 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
134
142
  | `processes_cleanup_processes` | processes cleanup |
135
143
  | `processes_kill_process` | processes {pid} kill |
136
144
  | **Projects Tools** | |
137
- | `projects_list_projects` | List all projects as lightweight summaries. |
145
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
138
146
  | `projects_list_project_branches` | List distinct branches with session counts. |
139
- | `projects_list_project_sessions` | Paginated sessions for a project. |
147
+ | `projects_list_project_sessions` | paginated sessions for one project. |
140
148
  | **Prompts Tools** | |
141
149
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
142
150
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -184,7 +192,7 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
184
192
  | **System Tools** | |
185
193
  | `system_check_path` | Check whether a filesystem path still exists. |
186
194
  | `system_get_system_status` | Get comprehensive system status. |
187
- | `system_clear_cache` | Clear search index and cached data. |
195
+ | `system_clear_cache` | Clear obsolete search cache. |
188
196
  | `system_trigger_git_resync` | Trigger full git re-sync. |
189
197
  | `system_trigger_reindex` | Trigger a full re-index. |
190
198
  | `system_reset_all` | Factory reset all data. |
@@ -53,7 +53,7 @@ Export the user's Claude Code session data for external analysis or backup.
53
53
  | **Session Tools** | |
54
54
  | `list_sessions` | List sessions with filters |
55
55
  | `get_session` | Get session details |
56
- | `search_sessions` | Full-text search across sessions |
56
+ | `search_sessions` | Grep search across sessions |
57
57
  | **Stats Tools** | |
58
58
  | `get_stats` | Dashboard statistics |
59
59
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -61,6 +61,10 @@ Export the user's Claude Code session data for external analysis or backup.
61
61
  | **Live Tools** | |
62
62
  | `list_live_sessions` | Currently running sessions |
63
63
  | `get_live_summary` | Aggregate live session summary |
64
+ | **Auth Tools** | |
65
+ | `auth_post_session` | auth session |
66
+ | `auth_delete_session` | auth session |
67
+ | `auth_get_status` | auth status |
64
68
  | **Classify Tools** | |
65
69
  | `classify_start_classification` | Trigger a classification job. |
66
70
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -76,6 +80,10 @@ Export the user's Claude Code session data for external analysis or backup.
76
80
  | `contributions_get_contributions` | Main contributions page data. |
77
81
  | `contributions_get_branch_sessions` | Sessions for a branch. |
78
82
  | `contributions_get_session_contribution` | Session contribution detail. |
83
+ | **Devices Tools** | |
84
+ | `devices_list_devices_handler` | devices |
85
+ | `devices_terminate_others_handler` | others |
86
+ | `devices_delete_device_handler` | devices {device_id} |
79
87
  | **Export Tools** | |
80
88
  | `export_sessions` | Export all sessions. |
81
89
  | **Facets Tools** | |
@@ -94,6 +102,8 @@ Export the user's Claude Code session data for external analysis or backup.
94
102
  | `insights_get_insights` | Compute and return behavioral insights. |
95
103
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
96
104
  | `insights_get_categories` | Returns hierarchical category data. |
105
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
106
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
97
107
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
98
108
  | `insights_list_invocables` | List all invocables with their usage counts. |
99
109
  | **Jobs Tools** | |
@@ -113,13 +123,11 @@ Export the user's Claude Code session data for external analysis or backup.
113
123
  | **Monitor Tools** | |
114
124
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
115
125
  | **Oauth Tools** | |
116
- | `oauth_get_auth_identity` | oauth identity |
117
- | `oauth_get_oauth_usage` | oauth usage |
118
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
126
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
127
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
128
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
119
129
  | **Pairing Tools** | |
120
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
121
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
122
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
130
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
123
131
  | **Plans Tools** | |
124
132
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
125
133
  | **Plugins Tools** | |
@@ -134,9 +142,9 @@ Export the user's Claude Code session data for external analysis or backup.
134
142
  | `processes_cleanup_processes` | processes cleanup |
135
143
  | `processes_kill_process` | processes {pid} kill |
136
144
  | **Projects Tools** | |
137
- | `projects_list_projects` | List all projects as lightweight summaries. |
145
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
138
146
  | `projects_list_project_branches` | List distinct branches with session counts. |
139
- | `projects_list_project_sessions` | Paginated sessions for a project. |
147
+ | `projects_list_project_sessions` | paginated sessions for one project. |
140
148
  | **Prompts Tools** | |
141
149
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
142
150
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -184,7 +192,7 @@ Export the user's Claude Code session data for external analysis or backup.
184
192
  | **System Tools** | |
185
193
  | `system_check_path` | Check whether a filesystem path still exists. |
186
194
  | `system_get_system_status` | Get comprehensive system status. |
187
- | `system_clear_cache` | Clear search index and cached data. |
195
+ | `system_clear_cache` | Clear obsolete search cache. |
188
196
  | `system_trigger_git_resync` | Trigger full git re-sync. |
189
197
  | `system_trigger_reindex` | Trigger a full re-index. |
190
198
  | `system_reset_all` | Factory reset all data. |
@@ -58,7 +58,7 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
58
58
  | **Session Tools** | |
59
59
  | `list_sessions` | List sessions with filters |
60
60
  | `get_session` | Get session details |
61
- | `search_sessions` | Full-text search across sessions |
61
+ | `search_sessions` | Grep search across sessions |
62
62
  | **Stats Tools** | |
63
63
  | `get_stats` | Dashboard statistics |
64
64
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -66,6 +66,10 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
66
66
  | **Live Tools** | |
67
67
  | `list_live_sessions` | Currently running sessions |
68
68
  | `get_live_summary` | Aggregate live session summary |
69
+ | **Auth Tools** | |
70
+ | `auth_post_session` | auth session |
71
+ | `auth_delete_session` | auth session |
72
+ | `auth_get_status` | auth status |
69
73
  | **Classify Tools** | |
70
74
  | `classify_start_classification` | Trigger a classification job. |
71
75
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -81,6 +85,10 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
81
85
  | `contributions_get_contributions` | Main contributions page data. |
82
86
  | `contributions_get_branch_sessions` | Sessions for a branch. |
83
87
  | `contributions_get_session_contribution` | Session contribution detail. |
88
+ | **Devices Tools** | |
89
+ | `devices_list_devices_handler` | devices |
90
+ | `devices_terminate_others_handler` | others |
91
+ | `devices_delete_device_handler` | devices {device_id} |
84
92
  | **Export Tools** | |
85
93
  | `export_sessions` | Export all sessions. |
86
94
  | **Facets Tools** | |
@@ -99,6 +107,8 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
99
107
  | `insights_get_insights` | Compute and return behavioral insights. |
100
108
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
101
109
  | `insights_get_categories` | Returns hierarchical category data. |
110
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
111
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
102
112
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
103
113
  | `insights_list_invocables` | List all invocables with their usage counts. |
104
114
  | **Jobs Tools** | |
@@ -118,13 +128,11 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
118
128
  | **Monitor Tools** | |
119
129
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
120
130
  | **Oauth Tools** | |
121
- | `oauth_get_auth_identity` | oauth identity |
122
- | `oauth_get_oauth_usage` | oauth usage |
123
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
131
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
132
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
133
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
124
134
  | **Pairing Tools** | |
125
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
126
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
127
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
135
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
128
136
  | **Plans Tools** | |
129
137
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
130
138
  | **Plugins Tools** | |
@@ -139,9 +147,9 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
139
147
  | `processes_cleanup_processes` | processes cleanup |
140
148
  | `processes_kill_process` | processes {pid} kill |
141
149
  | **Projects Tools** | |
142
- | `projects_list_projects` | List all projects as lightweight summaries. |
150
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
143
151
  | `projects_list_project_branches` | List distinct branches with session counts. |
144
- | `projects_list_project_sessions` | Paginated sessions for a project. |
152
+ | `projects_list_project_sessions` | paginated sessions for one project. |
145
153
  | **Prompts Tools** | |
146
154
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
147
155
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -189,7 +197,7 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
189
197
  | **System Tools** | |
190
198
  | `system_check_path` | Check whether a filesystem path still exists. |
191
199
  | `system_get_system_status` | Get comprehensive system status. |
192
- | `system_clear_cache` | Clear search index and cached data. |
200
+ | `system_clear_cache` | Clear obsolete search cache. |
193
201
  | `system_trigger_git_resync` | Trigger full git re-sync. |
194
202
  | `system_trigger_reindex` | Trigger a full re-index. |
195
203
  | `system_reset_all` | Factory reset all data. |
@@ -55,7 +55,7 @@ Show what's running, what needs attention, and what's working autonomously.
55
55
  | **Session Tools** | |
56
56
  | `list_sessions` | List sessions with filters |
57
57
  | `get_session` | Get session details |
58
- | `search_sessions` | Full-text search across sessions |
58
+ | `search_sessions` | Grep search across sessions |
59
59
  | **Stats Tools** | |
60
60
  | `get_stats` | Dashboard statistics |
61
61
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -63,6 +63,10 @@ Show what's running, what needs attention, and what's working autonomously.
63
63
  | **Live Tools** | |
64
64
  | `list_live_sessions` | Currently running sessions |
65
65
  | `get_live_summary` | Aggregate live session summary |
66
+ | **Auth Tools** | |
67
+ | `auth_post_session` | auth session |
68
+ | `auth_delete_session` | auth session |
69
+ | `auth_get_status` | auth status |
66
70
  | **Classify Tools** | |
67
71
  | `classify_start_classification` | Trigger a classification job. |
68
72
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -78,6 +82,10 @@ Show what's running, what needs attention, and what's working autonomously.
78
82
  | `contributions_get_contributions` | Main contributions page data. |
79
83
  | `contributions_get_branch_sessions` | Sessions for a branch. |
80
84
  | `contributions_get_session_contribution` | Session contribution detail. |
85
+ | **Devices Tools** | |
86
+ | `devices_list_devices_handler` | devices |
87
+ | `devices_terminate_others_handler` | others |
88
+ | `devices_delete_device_handler` | devices {device_id} |
81
89
  | **Export Tools** | |
82
90
  | `export_sessions` | Export all sessions. |
83
91
  | **Facets Tools** | |
@@ -96,6 +104,8 @@ Show what's running, what needs attention, and what's working autonomously.
96
104
  | `insights_get_insights` | Compute and return behavioral insights. |
97
105
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
98
106
  | `insights_get_categories` | Returns hierarchical category data. |
107
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
108
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
99
109
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
100
110
  | `insights_list_invocables` | List all invocables with their usage counts. |
101
111
  | **Jobs Tools** | |
@@ -115,13 +125,11 @@ Show what's running, what needs attention, and what's working autonomously.
115
125
  | **Monitor Tools** | |
116
126
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
117
127
  | **Oauth Tools** | |
118
- | `oauth_get_auth_identity` | oauth identity |
119
- | `oauth_get_oauth_usage` | oauth usage |
120
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
128
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
129
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
130
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
121
131
  | **Pairing Tools** | |
122
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
123
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
124
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
132
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
125
133
  | **Plans Tools** | |
126
134
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
127
135
  | **Plugins Tools** | |
@@ -136,9 +144,9 @@ Show what's running, what needs attention, and what's working autonomously.
136
144
  | `processes_cleanup_processes` | processes cleanup |
137
145
  | `processes_kill_process` | processes {pid} kill |
138
146
  | **Projects Tools** | |
139
- | `projects_list_projects` | List all projects as lightweight summaries. |
147
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
140
148
  | `projects_list_project_branches` | List distinct branches with session counts. |
141
- | `projects_list_project_sessions` | Paginated sessions for a project. |
149
+ | `projects_list_project_sessions` | paginated sessions for one project. |
142
150
  | **Prompts Tools** | |
143
151
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
144
152
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -186,7 +194,7 @@ Show what's running, what needs attention, and what's working autonomously.
186
194
  | **System Tools** | |
187
195
  | `system_check_path` | Check whether a filesystem path still exists. |
188
196
  | `system_get_system_status` | Get comprehensive system status. |
189
- | `system_clear_cache` | Clear search index and cached data. |
197
+ | `system_clear_cache` | Clear obsolete search cache. |
190
198
  | `system_trigger_git_resync` | Trigger full git re-sync. |
191
199
  | `system_trigger_reindex` | Trigger a full re-index. |
192
200
  | `system_reset_all` | Factory reset all data. |
@@ -65,7 +65,7 @@ Show project details, sessions, branches, and contribution data.
65
65
  | **Session Tools** | |
66
66
  | `list_sessions` | List sessions with filters |
67
67
  | `get_session` | Get session details |
68
- | `search_sessions` | Full-text search across sessions |
68
+ | `search_sessions` | Grep search across sessions |
69
69
  | **Stats Tools** | |
70
70
  | `get_stats` | Dashboard statistics |
71
71
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -73,6 +73,10 @@ Show project details, sessions, branches, and contribution data.
73
73
  | **Live Tools** | |
74
74
  | `list_live_sessions` | Currently running sessions |
75
75
  | `get_live_summary` | Aggregate live session summary |
76
+ | **Auth Tools** | |
77
+ | `auth_post_session` | auth session |
78
+ | `auth_delete_session` | auth session |
79
+ | `auth_get_status` | auth status |
76
80
  | **Classify Tools** | |
77
81
  | `classify_start_classification` | Trigger a classification job. |
78
82
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -88,6 +92,10 @@ Show project details, sessions, branches, and contribution data.
88
92
  | `contributions_get_contributions` | Main contributions page data. |
89
93
  | `contributions_get_branch_sessions` | Sessions for a branch. |
90
94
  | `contributions_get_session_contribution` | Session contribution detail. |
95
+ | **Devices Tools** | |
96
+ | `devices_list_devices_handler` | devices |
97
+ | `devices_terminate_others_handler` | others |
98
+ | `devices_delete_device_handler` | devices {device_id} |
91
99
  | **Export Tools** | |
92
100
  | `export_sessions` | Export all sessions. |
93
101
  | **Facets Tools** | |
@@ -106,6 +114,8 @@ Show project details, sessions, branches, and contribution data.
106
114
  | `insights_get_insights` | Compute and return behavioral insights. |
107
115
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
108
116
  | `insights_get_categories` | Returns hierarchical category data. |
117
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
118
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
109
119
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
110
120
  | `insights_list_invocables` | List all invocables with their usage counts. |
111
121
  | **Jobs Tools** | |
@@ -125,13 +135,11 @@ Show project details, sessions, branches, and contribution data.
125
135
  | **Monitor Tools** | |
126
136
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
127
137
  | **Oauth Tools** | |
128
- | `oauth_get_auth_identity` | oauth identity |
129
- | `oauth_get_oauth_usage` | oauth usage |
130
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
138
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
139
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
140
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
131
141
  | **Pairing Tools** | |
132
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
133
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
134
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
142
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
135
143
  | **Plans Tools** | |
136
144
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
137
145
  | **Plugins Tools** | |
@@ -146,9 +154,9 @@ Show project details, sessions, branches, and contribution data.
146
154
  | `processes_cleanup_processes` | processes cleanup |
147
155
  | `processes_kill_process` | processes {pid} kill |
148
156
  | **Projects Tools** | |
149
- | `projects_list_projects` | List all projects as lightweight summaries. |
157
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
150
158
  | `projects_list_project_branches` | List distinct branches with session counts. |
151
- | `projects_list_project_sessions` | Paginated sessions for a project. |
159
+ | `projects_list_project_sessions` | paginated sessions for one project. |
152
160
  | **Prompts Tools** | |
153
161
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
154
162
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -196,7 +204,7 @@ Show project details, sessions, branches, and contribution data.
196
204
  | **System Tools** | |
197
205
  | `system_check_path` | Check whether a filesystem path still exists. |
198
206
  | `system_get_system_status` | Get comprehensive system status. |
199
- | `system_clear_cache` | Clear search index and cached data. |
207
+ | `system_clear_cache` | Clear obsolete search cache. |
200
208
  | `system_trigger_git_resync` | Trigger full git re-sync. |
201
209
  | `system_trigger_reindex` | Trigger a full re-index. |
202
210
  | `system_reset_all` | Factory reset all data. |
@@ -15,7 +15,7 @@ You have access to the claude-view MCP server which provides tools for monitorin
15
15
 
16
16
  # Session Search
17
17
 
18
- Find sessions across the user's Claude Code history using full-text search.
18
+ Find sessions across the user's Claude Code history using grep-backed session search.
19
19
 
20
20
  ## Steps
21
21
 
@@ -51,7 +51,7 @@ Find sessions across the user's Claude Code history using full-text search.
51
51
  | **Session Tools** | |
52
52
  | `list_sessions` | List sessions with filters |
53
53
  | `get_session` | Get session details |
54
- | `search_sessions` | Full-text search across sessions |
54
+ | `search_sessions` | Grep search across sessions |
55
55
  | **Stats Tools** | |
56
56
  | `get_stats` | Dashboard statistics |
57
57
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -59,6 +59,10 @@ Find sessions across the user's Claude Code history using full-text search.
59
59
  | **Live Tools** | |
60
60
  | `list_live_sessions` | Currently running sessions |
61
61
  | `get_live_summary` | Aggregate live session summary |
62
+ | **Auth Tools** | |
63
+ | `auth_post_session` | auth session |
64
+ | `auth_delete_session` | auth session |
65
+ | `auth_get_status` | auth status |
62
66
  | **Classify Tools** | |
63
67
  | `classify_start_classification` | Trigger a classification job. |
64
68
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -74,6 +78,10 @@ Find sessions across the user's Claude Code history using full-text search.
74
78
  | `contributions_get_contributions` | Main contributions page data. |
75
79
  | `contributions_get_branch_sessions` | Sessions for a branch. |
76
80
  | `contributions_get_session_contribution` | Session contribution detail. |
81
+ | **Devices Tools** | |
82
+ | `devices_list_devices_handler` | devices |
83
+ | `devices_terminate_others_handler` | others |
84
+ | `devices_delete_device_handler` | devices {device_id} |
77
85
  | **Export Tools** | |
78
86
  | `export_sessions` | Export all sessions. |
79
87
  | **Facets Tools** | |
@@ -92,6 +100,8 @@ Find sessions across the user's Claude Code history using full-text search.
92
100
  | `insights_get_insights` | Compute and return behavioral insights. |
93
101
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
94
102
  | `insights_get_categories` | Returns hierarchical category data. |
103
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
104
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
95
105
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
96
106
  | `insights_list_invocables` | List all invocables with their usage counts. |
97
107
  | **Jobs Tools** | |
@@ -111,13 +121,11 @@ Find sessions across the user's Claude Code history using full-text search.
111
121
  | **Monitor Tools** | |
112
122
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
113
123
  | **Oauth Tools** | |
114
- | `oauth_get_auth_identity` | oauth identity |
115
- | `oauth_get_oauth_usage` | oauth usage |
116
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
124
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
125
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
126
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
117
127
  | **Pairing Tools** | |
118
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
119
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
120
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
128
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
121
129
  | **Plans Tools** | |
122
130
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
123
131
  | **Plugins Tools** | |
@@ -132,9 +140,9 @@ Find sessions across the user's Claude Code history using full-text search.
132
140
  | `processes_cleanup_processes` | processes cleanup |
133
141
  | `processes_kill_process` | processes {pid} kill |
134
142
  | **Projects Tools** | |
135
- | `projects_list_projects` | List all projects as lightweight summaries. |
143
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
136
144
  | `projects_list_project_branches` | List distinct branches with session counts. |
137
- | `projects_list_project_sessions` | Paginated sessions for a project. |
145
+ | `projects_list_project_sessions` | paginated sessions for one project. |
138
146
  | **Prompts Tools** | |
139
147
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
140
148
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -182,7 +190,7 @@ Find sessions across the user's Claude Code history using full-text search.
182
190
  | **System Tools** | |
183
191
  | `system_check_path` | Check whether a filesystem path still exists. |
184
192
  | `system_get_system_status` | Get comprehensive system status. |
185
- | `system_clear_cache` | Clear search index and cached data. |
193
+ | `system_clear_cache` | Clear obsolete search cache. |
186
194
  | `system_trigger_git_resync` | Trigger full git re-sync. |
187
195
  | `system_trigger_reindex` | Trigger a full re-index. |
188
196
  | `system_reset_all` | Factory reset all data. |
@@ -11,7 +11,7 @@ allowed-tools:
11
11
 
12
12
  # Session Search
13
13
 
14
- Find sessions across the user's Claude Code history using full-text search.
14
+ Find sessions across the user's Claude Code history using grep-backed session search.
15
15
 
16
16
  ## Steps
17
17
 
@@ -50,7 +50,7 @@ Summarize a Claude Code session using the claude-view MCP tools.
50
50
  | **Session Tools** | |
51
51
  | `list_sessions` | List sessions with filters |
52
52
  | `get_session` | Get session details |
53
- | `search_sessions` | Full-text search across sessions |
53
+ | `search_sessions` | Grep search across sessions |
54
54
  | **Stats Tools** | |
55
55
  | `get_stats` | Dashboard statistics |
56
56
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -58,6 +58,10 @@ Summarize a Claude Code session using the claude-view MCP tools.
58
58
  | **Live Tools** | |
59
59
  | `list_live_sessions` | Currently running sessions |
60
60
  | `get_live_summary` | Aggregate live session summary |
61
+ | **Auth Tools** | |
62
+ | `auth_post_session` | auth session |
63
+ | `auth_delete_session` | auth session |
64
+ | `auth_get_status` | auth status |
61
65
  | **Classify Tools** | |
62
66
  | `classify_start_classification` | Trigger a classification job. |
63
67
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -73,6 +77,10 @@ Summarize a Claude Code session using the claude-view MCP tools.
73
77
  | `contributions_get_contributions` | Main contributions page data. |
74
78
  | `contributions_get_branch_sessions` | Sessions for a branch. |
75
79
  | `contributions_get_session_contribution` | Session contribution detail. |
80
+ | **Devices Tools** | |
81
+ | `devices_list_devices_handler` | devices |
82
+ | `devices_terminate_others_handler` | others |
83
+ | `devices_delete_device_handler` | devices {device_id} |
76
84
  | **Export Tools** | |
77
85
  | `export_sessions` | Export all sessions. |
78
86
  | **Facets Tools** | |
@@ -91,6 +99,8 @@ Summarize a Claude Code session using the claude-view MCP tools.
91
99
  | `insights_get_insights` | Compute and return behavioral insights. |
92
100
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
93
101
  | `insights_get_categories` | Returns hierarchical category data. |
102
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
103
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
94
104
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
95
105
  | `insights_list_invocables` | List all invocables with their usage counts. |
96
106
  | **Jobs Tools** | |
@@ -110,13 +120,11 @@ Summarize a Claude Code session using the claude-view MCP tools.
110
120
  | **Monitor Tools** | |
111
121
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
112
122
  | **Oauth Tools** | |
113
- | `oauth_get_auth_identity` | oauth identity |
114
- | `oauth_get_oauth_usage` | oauth usage |
115
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
123
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
124
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
125
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
116
126
  | **Pairing Tools** | |
117
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
118
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
119
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
127
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
120
128
  | **Plans Tools** | |
121
129
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
122
130
  | **Plugins Tools** | |
@@ -131,9 +139,9 @@ Summarize a Claude Code session using the claude-view MCP tools.
131
139
  | `processes_cleanup_processes` | processes cleanup |
132
140
  | `processes_kill_process` | processes {pid} kill |
133
141
  | **Projects Tools** | |
134
- | `projects_list_projects` | List all projects as lightweight summaries. |
142
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
135
143
  | `projects_list_project_branches` | List distinct branches with session counts. |
136
- | `projects_list_project_sessions` | Paginated sessions for a project. |
144
+ | `projects_list_project_sessions` | paginated sessions for one project. |
137
145
  | **Prompts Tools** | |
138
146
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
139
147
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -181,7 +189,7 @@ Summarize a Claude Code session using the claude-view MCP tools.
181
189
  | **System Tools** | |
182
190
  | `system_check_path` | Check whether a filesystem path still exists. |
183
191
  | `system_get_system_status` | Get comprehensive system status. |
184
- | `system_clear_cache` | Clear search index and cached data. |
192
+ | `system_clear_cache` | Clear obsolete search cache. |
185
193
  | `system_trigger_git_resync` | Trigger full git re-sync. |
186
194
  | `system_trigger_reindex` | Trigger a full re-index. |
187
195
  | `system_reset_all` | Factory reset all data. |
@@ -56,7 +56,7 @@ Generate a standup-style work summary from recent Claude Code sessions.
56
56
  | **Session Tools** | |
57
57
  | `list_sessions` | List sessions with filters |
58
58
  | `get_session` | Get session details |
59
- | `search_sessions` | Full-text search across sessions |
59
+ | `search_sessions` | Grep search across sessions |
60
60
  | **Stats Tools** | |
61
61
  | `get_stats` | Dashboard statistics |
62
62
  | `get_fluency_score` | AI Fluency Score (0-100) |
@@ -64,6 +64,10 @@ Generate a standup-style work summary from recent Claude Code sessions.
64
64
  | **Live Tools** | |
65
65
  | `list_live_sessions` | Currently running sessions |
66
66
  | `get_live_summary` | Aggregate live session summary |
67
+ | **Auth Tools** | |
68
+ | `auth_post_session` | auth session |
69
+ | `auth_delete_session` | auth session |
70
+ | `auth_get_status` | auth status |
67
71
  | **Classify Tools** | |
68
72
  | `classify_start_classification` | Trigger a classification job. |
69
73
  | `classify_cancel_classification` | Cancel a running classification job. |
@@ -79,6 +83,10 @@ Generate a standup-style work summary from recent Claude Code sessions.
79
83
  | `contributions_get_contributions` | Main contributions page data. |
80
84
  | `contributions_get_branch_sessions` | Sessions for a branch. |
81
85
  | `contributions_get_session_contribution` | Session contribution detail. |
86
+ | **Devices Tools** | |
87
+ | `devices_list_devices_handler` | devices |
88
+ | `devices_terminate_others_handler` | others |
89
+ | `devices_delete_device_handler` | devices {device_id} |
82
90
  | **Export Tools** | |
83
91
  | `export_sessions` | Export all sessions. |
84
92
  | **Facets Tools** | |
@@ -97,6 +105,8 @@ Generate a standup-style work summary from recent Claude Code sessions.
97
105
  | `insights_get_insights` | Compute and return behavioral insights. |
98
106
  | `insights_get_benchmarks` | Compute personal progress benchmarks. |
99
107
  | `insights_get_categories` | Returns hierarchical category data. |
108
+ | `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
109
+ | `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
100
110
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
101
111
  | `insights_list_invocables` | List all invocables with their usage counts. |
102
112
  | **Jobs Tools** | |
@@ -116,13 +126,11 @@ Generate a standup-style work summary from recent Claude Code sessions.
116
126
  | **Monitor Tools** | |
117
127
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
118
128
  | **Oauth Tools** | |
119
- | `oauth_get_auth_identity` | oauth identity |
120
- | `oauth_get_oauth_usage` | oauth usage |
121
- | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
129
+ | `oauth_get_auth_identity` | `GET /api/oauth/identity` |
130
+ | `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
131
+ | `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
122
132
  | **Pairing Tools** | |
123
- | `pairing_list_devices` | GET /pairing/devices List paired devices. |
124
- | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
125
- | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
133
+ | `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
126
134
  | **Plans Tools** | |
127
135
  | `plans_get_session_plans` | - returns plan documents for the session's slug. |
128
136
  | **Plugins Tools** | |
@@ -137,9 +145,9 @@ Generate a standup-style work summary from recent Claude Code sessions.
137
145
  | `processes_cleanup_processes` | processes cleanup |
138
146
  | `processes_kill_process` | processes {pid} kill |
139
147
  | **Projects Tools** | |
140
- | `projects_list_projects` | List all projects as lightweight summaries. |
148
+ | `projects_list_projects` | list all projects backed by the in-memory catalog. |
141
149
  | `projects_list_project_branches` | List distinct branches with session counts. |
142
- | `projects_list_project_sessions` | Paginated sessions for a project. |
150
+ | `projects_list_project_sessions` | paginated sessions for one project. |
143
151
  | **Prompts Tools** | |
144
152
  | `prompts_list_prompts` | List prompt history with optional search/filter. |
145
153
  | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
@@ -187,7 +195,7 @@ Generate a standup-style work summary from recent Claude Code sessions.
187
195
  | **System Tools** | |
188
196
  | `system_check_path` | Check whether a filesystem path still exists. |
189
197
  | `system_get_system_status` | Get comprehensive system status. |
190
- | `system_clear_cache` | Clear search index and cached data. |
198
+ | `system_clear_cache` | Clear obsolete search cache. |
191
199
  | `system_trigger_git_resync` | Trigger full git re-sync. |
192
200
  | `system_trigger_reindex` | Trigger a full re-index. |
193
201
  | `system_reset_all` | Factory reset all data. |