@claude-view/plugin 0.33.1 → 0.34.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.
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +6 -5
- package/dist/tools/generated/classify.js +3 -3
- package/dist/tools/generated/classify.js.map +1 -1
- package/dist/tools/generated/cli.d.ts +3 -0
- package/dist/tools/generated/cli.d.ts.map +1 -0
- package/dist/tools/generated/cli.js +19 -0
- package/dist/tools/generated/cli.js.map +1 -0
- package/dist/tools/generated/coaching.js +4 -4
- package/dist/tools/generated/coaching.js.map +1 -1
- package/dist/tools/generated/crate::routes::interact::handlers.d.ts +3 -0
- package/dist/tools/generated/crate::routes::interact::handlers.d.ts.map +1 -0
- package/dist/tools/generated/crate::routes::interact::handlers.js +30 -0
- package/dist/tools/generated/crate::routes::interact::handlers.js.map +1 -0
- package/dist/tools/generated/facets.js +3 -3
- package/dist/tools/generated/facets.js.map +1 -1
- package/dist/tools/generated/health.js +3 -3
- package/dist/tools/generated/health.js.map +1 -1
- package/dist/tools/generated/ide.js +1 -1
- package/dist/tools/generated/ide.js.map +1 -1
- package/dist/tools/generated/index.d.ts.map +1 -1
- package/dist/tools/generated/index.js +16 -0
- package/dist/tools/generated/index.js.map +1 -1
- package/dist/tools/generated/insights.js +1 -1
- package/dist/tools/generated/insights.js.map +1 -1
- package/dist/tools/generated/jobs.js +1 -1
- package/dist/tools/generated/jobs.js.map +1 -1
- package/dist/tools/generated/live.d.ts +3 -0
- package/dist/tools/generated/live.d.ts.map +1 -0
- package/dist/tools/generated/live.js +63 -0
- package/dist/tools/generated/live.js.map +1 -0
- package/dist/tools/generated/mcp.d.ts +3 -0
- package/dist/tools/generated/mcp.d.ts.map +1 -0
- package/dist/tools/generated/mcp.js +16 -0
- package/dist/tools/generated/mcp.js.map +1 -0
- package/dist/tools/generated/memory.d.ts +3 -0
- package/dist/tools/generated/memory.d.ts.map +1 -0
- package/dist/tools/generated/memory.js +40 -0
- package/dist/tools/generated/memory.js.map +1 -0
- package/dist/tools/generated/monitor.js +1 -1
- package/dist/tools/generated/monitor.js.map +1 -1
- package/dist/tools/generated/oauth.js +3 -3
- package/dist/tools/generated/oauth.js.map +1 -1
- package/dist/tools/generated/pairing.js +2 -2
- package/dist/tools/generated/pairing.js.map +1 -1
- package/dist/tools/generated/plugins.d.ts.map +1 -1
- package/dist/tools/generated/plugins.js +20 -5
- package/dist/tools/generated/plugins.js.map +1 -1
- package/dist/tools/generated/projects.js +1 -1
- package/dist/tools/generated/projects.js.map +1 -1
- package/dist/tools/generated/prompts.js +2 -2
- package/dist/tools/generated/prompts.js.map +1 -1
- package/dist/tools/generated/reports.js +1 -1
- package/dist/tools/generated/reports.js.map +1 -1
- package/dist/tools/generated/sessions.d.ts +3 -0
- package/dist/tools/generated/sessions.d.ts.map +1 -0
- package/dist/tools/generated/sessions.js +188 -0
- package/dist/tools/generated/sessions.js.map +1 -0
- package/dist/tools/generated/settings.d.ts.map +1 -1
- package/dist/tools/generated/settings.js +11 -1
- package/dist/tools/generated/settings.js.map +1 -1
- package/dist/tools/generated/share.js +1 -1
- package/dist/tools/generated/share.js.map +1 -1
- package/dist/tools/generated/stats.d.ts +3 -0
- package/dist/tools/generated/stats.d.ts.map +1 -0
- package/dist/tools/generated/stats.js +51 -0
- package/dist/tools/generated/stats.js.map +1 -0
- package/dist/tools/generated/sync.js +4 -4
- package/dist/tools/generated/sync.js.map +1 -1
- package/dist/tools/generated/system.js +5 -5
- package/dist/tools/generated/system.js.map +1 -1
- package/dist/tools/generated/teams.d.ts.map +1 -1
- package/dist/tools/generated/teams.js +26 -1
- package/dist/tools/generated/teams.js.map +1 -1
- package/dist/tools/generated/turns.js +1 -1
- package/dist/tools/generated/turns.js.map +1 -1
- package/dist/tools/generated/webhooks.d.ts +3 -0
- package/dist/tools/generated/webhooks.d.ts.map +1 -0
- package/dist/tools/generated/webhooks.js +84 -0
- package/dist/tools/generated/webhooks.js.map +1 -0
- package/dist/tools/generated/workflows.js +1 -1
- package/dist/tools/generated/workflows.js.map +1 -1
- package/package.json +2 -2
- package/skills/coaching/SKILL.md +54 -9
- package/skills/daily-cost/SKILL.md +54 -9
- package/skills/export-data/SKILL.md +54 -9
- package/skills/insights/SKILL.md +54 -9
- package/skills/live/SKILL.md +216 -0
- package/skills/live/SKILL.md.tmpl +47 -0
- package/skills/project-overview/SKILL.md +54 -9
- package/skills/search/SKILL.md +54 -9
- package/skills/session-recap/SKILL.md +54 -9
- package/skills/standup/SKILL.md +54 -9
- package/skills/system-monitor/SKILL.md +208 -0
- package/skills/system-monitor/SKILL.md.tmpl +39 -0
- package/skills/team-status/SKILL.md +54 -9
- package/skills/usage/SKILL.md +218 -0
- package/skills/usage/SKILL.md.tmpl +49 -0
|
@@ -66,14 +66,19 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
66
66
|
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
67
67
|
| `classify_single_session` | Classify a single session synchronously. |
|
|
68
68
|
| `classify_get_classification_status` | Get classification status. |
|
|
69
|
+
| **Cli Tools** | |
|
|
70
|
+
| `cli_create_session` | - Create a new tmux-backed CLI session. |
|
|
69
71
|
| **Coaching Tools** | |
|
|
70
|
-
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
71
|
-
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
72
|
-
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
72
|
+
| `coaching_list_rules` | - List all coaching rules from the rules directory. |
|
|
73
|
+
| `coaching_apply_rule` | - Create a new coaching rule file. |
|
|
74
|
+
| `coaching_remove_rule` | - Remove a coaching rule file. |
|
|
73
75
|
| **Contributions Tools** | |
|
|
74
76
|
| `contributions_get_contributions` | Main contributions page data. |
|
|
75
77
|
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
76
78
|
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
79
|
+
| **Crate::routes::interact::handlers Tools** | |
|
|
80
|
+
| `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
|
|
81
|
+
| `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
|
|
77
82
|
| **Export Tools** | |
|
|
78
83
|
| `export_sessions` | Export all sessions. |
|
|
79
84
|
| **Facets Tools** | |
|
|
@@ -94,9 +99,20 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
94
99
|
| `insights_get_categories` | Returns hierarchical category data. |
|
|
95
100
|
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
96
101
|
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
97
|
-
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
98
102
|
| **Jobs Tools** | |
|
|
99
103
|
| `jobs_list_jobs` | List all active jobs. |
|
|
104
|
+
| **Live Tools** | |
|
|
105
|
+
| `live_get_pricing` | - Return the model pricing table. |
|
|
106
|
+
| `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
|
|
107
|
+
| `live_get_live_session` | - Get a single live session by ID. |
|
|
108
|
+
| `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
|
|
109
|
+
| `live_get_live_session_messages` | - Get the most recent messages for a live session. |
|
|
110
|
+
| **Mcp Tools** | |
|
|
111
|
+
| `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
|
|
112
|
+
| **Memory Tools** | |
|
|
113
|
+
| `memory_get_all_memories` | returns all memory entries grouped by scope. |
|
|
114
|
+
| `memory_get_memory_file` | read a single memory file. |
|
|
115
|
+
| `memory_get_project_memories` | returns memories for a specific project. |
|
|
100
116
|
| **Monitor Tools** | |
|
|
101
117
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
102
118
|
| **Oauth Tools** | |
|
|
@@ -110,8 +126,9 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
110
126
|
| **Plans Tools** | |
|
|
111
127
|
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
112
128
|
| **Plugins Tools** | |
|
|
113
|
-
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
129
|
+
| `plugins_list_plugins` | - Unified view of installed + available plugins. |
|
|
114
130
|
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
131
|
+
| `plugins_marketplace_action` | plugins marketplaces action |
|
|
115
132
|
| `plugins_refresh_all` | all |
|
|
116
133
|
| `plugins_refresh_status` | status |
|
|
117
134
|
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
@@ -132,9 +149,23 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
132
149
|
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
133
150
|
| `reports_get_report` | Get a single report. |
|
|
134
151
|
| `reports_delete_report` | Delete a report. |
|
|
135
|
-
| **
|
|
136
|
-
| `
|
|
152
|
+
| **Sessions Tools** | |
|
|
153
|
+
| `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
|
|
154
|
+
| `sessions_list_branches` | Get distinct list of branch names across all sessions. |
|
|
155
|
+
| `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
|
|
156
|
+
| `sessions_session_activity` | Activity histogram for sparkline chart. |
|
|
157
|
+
| `sessions_session_activity_rich` | Full server-side activity aggregation. |
|
|
158
|
+
| `sessions_bulk_archive_handler` | sessions archive |
|
|
159
|
+
| `sessions_bulk_unarchive_handler` | sessions unarchive |
|
|
160
|
+
| `sessions_archive_session_handler` | sessions {id} archive |
|
|
161
|
+
| `sessions_get_file_history` | List all file changes for a session. |
|
|
162
|
+
| `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
|
|
163
|
+
| `sessions_get_session_hook_events` | Fetch hook events for a session. |
|
|
164
|
+
| `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
|
|
165
|
+
| `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
|
|
166
|
+
| `sessions_unarchive_session_handler` | sessions {id} unarchive |
|
|
137
167
|
| **Settings Tools** | |
|
|
168
|
+
| `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
|
|
138
169
|
| `settings_get_settings` | Read current app settings. |
|
|
139
170
|
| `settings_update_settings` | Update app settings (partial). |
|
|
140
171
|
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
@@ -142,8 +173,13 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
142
173
|
| `share_create_share` | sessions {session_id} share |
|
|
143
174
|
| `share_revoke_share` | sessions {session_id} share |
|
|
144
175
|
| `share_list_shares` | shares |
|
|
176
|
+
| **Stats Tools** | |
|
|
177
|
+
| `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
|
|
178
|
+
| `stats_overview` | Aggregate usage statistics. |
|
|
179
|
+
| `stats_storage_stats` | Storage statistics for the settings page. |
|
|
180
|
+
| `stats_get_trends` | Get week-over-week trend metrics. |
|
|
145
181
|
| **Sync Tools** | |
|
|
146
|
-
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
182
|
+
| `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
|
|
147
183
|
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
148
184
|
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
149
185
|
| **System Tools** | |
|
|
@@ -156,11 +192,20 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
156
192
|
| **Teams Tools** | |
|
|
157
193
|
| `teams_list_teams` | List all teams. |
|
|
158
194
|
| `teams_get_team` | Get team detail. |
|
|
195
|
+
| `teams_get_team_cost` | Get team cost breakdown. |
|
|
159
196
|
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
197
|
+
| `teams_get_team_sidechains` | Get team member sidechains. |
|
|
160
198
|
| **Telemetry Tools** | |
|
|
161
199
|
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
162
200
|
| **Turns Tools** | |
|
|
163
|
-
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
201
|
+
| `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
|
|
202
|
+
| **Webhooks Tools** | |
|
|
203
|
+
| `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
|
|
204
|
+
| `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
|
|
205
|
+
| `webhooks_get_webhook` | get a single webhook by ID. |
|
|
206
|
+
| `webhooks_update_webhook` | update an existing webhook (partial update). |
|
|
207
|
+
| `webhooks_delete_webhook` | remove a webhook from config and secrets. |
|
|
208
|
+
| `webhooks_test_send` | send a synthetic test payload. |
|
|
164
209
|
| **Workflows Tools** | |
|
|
165
210
|
| `workflows_list_workflows` | workflows |
|
|
166
211
|
| `workflows_create_workflow` | workflows |
|
package/skills/insights/SKILL.md
CHANGED
|
@@ -71,14 +71,19 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
71
71
|
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
72
72
|
| `classify_single_session` | Classify a single session synchronously. |
|
|
73
73
|
| `classify_get_classification_status` | Get classification status. |
|
|
74
|
+
| **Cli Tools** | |
|
|
75
|
+
| `cli_create_session` | - Create a new tmux-backed CLI session. |
|
|
74
76
|
| **Coaching Tools** | |
|
|
75
|
-
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
76
|
-
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
77
|
-
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
77
|
+
| `coaching_list_rules` | - List all coaching rules from the rules directory. |
|
|
78
|
+
| `coaching_apply_rule` | - Create a new coaching rule file. |
|
|
79
|
+
| `coaching_remove_rule` | - Remove a coaching rule file. |
|
|
78
80
|
| **Contributions Tools** | |
|
|
79
81
|
| `contributions_get_contributions` | Main contributions page data. |
|
|
80
82
|
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
81
83
|
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
84
|
+
| **Crate::routes::interact::handlers Tools** | |
|
|
85
|
+
| `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
|
|
86
|
+
| `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
|
|
82
87
|
| **Export Tools** | |
|
|
83
88
|
| `export_sessions` | Export all sessions. |
|
|
84
89
|
| **Facets Tools** | |
|
|
@@ -99,9 +104,20 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
99
104
|
| `insights_get_categories` | Returns hierarchical category data. |
|
|
100
105
|
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
101
106
|
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
102
|
-
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
103
107
|
| **Jobs Tools** | |
|
|
104
108
|
| `jobs_list_jobs` | List all active jobs. |
|
|
109
|
+
| **Live Tools** | |
|
|
110
|
+
| `live_get_pricing` | - Return the model pricing table. |
|
|
111
|
+
| `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
|
|
112
|
+
| `live_get_live_session` | - Get a single live session by ID. |
|
|
113
|
+
| `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
|
|
114
|
+
| `live_get_live_session_messages` | - Get the most recent messages for a live session. |
|
|
115
|
+
| **Mcp Tools** | |
|
|
116
|
+
| `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
|
|
117
|
+
| **Memory Tools** | |
|
|
118
|
+
| `memory_get_all_memories` | returns all memory entries grouped by scope. |
|
|
119
|
+
| `memory_get_memory_file` | read a single memory file. |
|
|
120
|
+
| `memory_get_project_memories` | returns memories for a specific project. |
|
|
105
121
|
| **Monitor Tools** | |
|
|
106
122
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
107
123
|
| **Oauth Tools** | |
|
|
@@ -115,8 +131,9 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
115
131
|
| **Plans Tools** | |
|
|
116
132
|
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
117
133
|
| **Plugins Tools** | |
|
|
118
|
-
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
134
|
+
| `plugins_list_plugins` | - Unified view of installed + available plugins. |
|
|
119
135
|
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
136
|
+
| `plugins_marketplace_action` | plugins marketplaces action |
|
|
120
137
|
| `plugins_refresh_all` | all |
|
|
121
138
|
| `plugins_refresh_status` | status |
|
|
122
139
|
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
@@ -137,9 +154,23 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
137
154
|
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
138
155
|
| `reports_get_report` | Get a single report. |
|
|
139
156
|
| `reports_delete_report` | Delete a report. |
|
|
140
|
-
| **
|
|
141
|
-
| `
|
|
157
|
+
| **Sessions Tools** | |
|
|
158
|
+
| `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
|
|
159
|
+
| `sessions_list_branches` | Get distinct list of branch names across all sessions. |
|
|
160
|
+
| `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
|
|
161
|
+
| `sessions_session_activity` | Activity histogram for sparkline chart. |
|
|
162
|
+
| `sessions_session_activity_rich` | Full server-side activity aggregation. |
|
|
163
|
+
| `sessions_bulk_archive_handler` | sessions archive |
|
|
164
|
+
| `sessions_bulk_unarchive_handler` | sessions unarchive |
|
|
165
|
+
| `sessions_archive_session_handler` | sessions {id} archive |
|
|
166
|
+
| `sessions_get_file_history` | List all file changes for a session. |
|
|
167
|
+
| `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
|
|
168
|
+
| `sessions_get_session_hook_events` | Fetch hook events for a session. |
|
|
169
|
+
| `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
|
|
170
|
+
| `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
|
|
171
|
+
| `sessions_unarchive_session_handler` | sessions {id} unarchive |
|
|
142
172
|
| **Settings Tools** | |
|
|
173
|
+
| `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
|
|
143
174
|
| `settings_get_settings` | Read current app settings. |
|
|
144
175
|
| `settings_update_settings` | Update app settings (partial). |
|
|
145
176
|
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
@@ -147,8 +178,13 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
147
178
|
| `share_create_share` | sessions {session_id} share |
|
|
148
179
|
| `share_revoke_share` | sessions {session_id} share |
|
|
149
180
|
| `share_list_shares` | shares |
|
|
181
|
+
| **Stats Tools** | |
|
|
182
|
+
| `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
|
|
183
|
+
| `stats_overview` | Aggregate usage statistics. |
|
|
184
|
+
| `stats_storage_stats` | Storage statistics for the settings page. |
|
|
185
|
+
| `stats_get_trends` | Get week-over-week trend metrics. |
|
|
150
186
|
| **Sync Tools** | |
|
|
151
|
-
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
187
|
+
| `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
|
|
152
188
|
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
153
189
|
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
154
190
|
| **System Tools** | |
|
|
@@ -161,11 +197,20 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
161
197
|
| **Teams Tools** | |
|
|
162
198
|
| `teams_list_teams` | List all teams. |
|
|
163
199
|
| `teams_get_team` | Get team detail. |
|
|
200
|
+
| `teams_get_team_cost` | Get team cost breakdown. |
|
|
164
201
|
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
202
|
+
| `teams_get_team_sidechains` | Get team member sidechains. |
|
|
165
203
|
| **Telemetry Tools** | |
|
|
166
204
|
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
167
205
|
| **Turns Tools** | |
|
|
168
|
-
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
206
|
+
| `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
|
|
207
|
+
| **Webhooks Tools** | |
|
|
208
|
+
| `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
|
|
209
|
+
| `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
|
|
210
|
+
| `webhooks_get_webhook` | get a single webhook by ID. |
|
|
211
|
+
| `webhooks_update_webhook` | update an existing webhook (partial update). |
|
|
212
|
+
| `webhooks_delete_webhook` | remove a webhook from config and secrets. |
|
|
213
|
+
| `webhooks_test_send` | send a synthetic test payload. |
|
|
169
214
|
| **Workflows Tools** | |
|
|
170
215
|
| `workflows_list_workflows` | workflows |
|
|
171
216
|
| `workflows_create_workflow` | workflows |
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: live
|
|
3
|
+
description: "Use when the user asks about running sessions, agent status, what needs attention — e.g. 'what's running', 'live status', 'which sessions need me', 'agent status', 'check on my agents', 'are my sessions done', 'anything stuck'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__list_live_sessions
|
|
6
|
+
- mcp__claude-view__get_live_summary
|
|
7
|
+
- mcp__claude-view__live_get_live_session
|
|
8
|
+
- mcp__claude-view__live_get_live_session_messages
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
You have access to the claude-view MCP server which provides tools for monitoring, analyzing, and managing Claude Code sessions. The claude-view server must be running on localhost (it auto-starts via the plugin hook).
|
|
12
|
+
|
|
13
|
+
**Important:** All tool names are prefixed with `mcp__claude-view__`. When calling a tool, always use the full prefixed name.
|
|
14
|
+
|
|
15
|
+
**Error handling:** If a tool returns an error about the server not being detected, tell the user to start it with `npx claude-view`.
|
|
16
|
+
|
|
17
|
+
# Live Session Status
|
|
18
|
+
|
|
19
|
+
Show what's running, what needs attention, and what's working autonomously.
|
|
20
|
+
|
|
21
|
+
## Agent state classification
|
|
22
|
+
|
|
23
|
+
- **Needs attention:** agent_state contains "waiting", "permission", "error", "blocked", or "paused"
|
|
24
|
+
- **Autonomous:** all other states (e.g. "thinking", "tool_use", "responding")
|
|
25
|
+
|
|
26
|
+
## Steps
|
|
27
|
+
|
|
28
|
+
1. **Get aggregate summary.** Call `mcp__claude-view__get_live_summary` to get total counts and today's cost.
|
|
29
|
+
|
|
30
|
+
2. **Get per-session details.** Call `mcp__claude-view__list_live_sessions` to get each session's project, model, state, and cost.
|
|
31
|
+
|
|
32
|
+
3. **For any session the user asks about specifically**, call `mcp__claude-view__live_get_live_session` with that session's ID for full detail.
|
|
33
|
+
|
|
34
|
+
4. **Present the report:**
|
|
35
|
+
|
|
36
|
+
## Live Sessions — [N] running
|
|
37
|
+
|
|
38
|
+
**Today's cost:** $X.XX | **Total tokens:** X
|
|
39
|
+
|
|
40
|
+
### Needs Attention (N)
|
|
41
|
+
- **[project]** ([branch]) — [agent_state] — [model] — $X.XX
|
|
42
|
+
[last activity: Xm ago]
|
|
43
|
+
|
|
44
|
+
### Autonomous (N)
|
|
45
|
+
- **[project]** ([branch]) — [agent_state] — [model] — $X.XX
|
|
46
|
+
|
|
47
|
+
5. **If no sessions running**, say "No active Claude Code sessions."
|
|
48
|
+
|
|
49
|
+
6. **If all sessions are autonomous**, skip the "Needs Attention" section entirely.
|
|
50
|
+
|
|
51
|
+
## Available Tools
|
|
52
|
+
|
|
53
|
+
| Tool | Description |
|
|
54
|
+
|------|-------------|
|
|
55
|
+
| **Session Tools** | |
|
|
56
|
+
| `list_sessions` | List sessions with filters |
|
|
57
|
+
| `get_session` | Get session details |
|
|
58
|
+
| `search_sessions` | Full-text search across sessions |
|
|
59
|
+
| **Stats Tools** | |
|
|
60
|
+
| `get_stats` | Dashboard statistics |
|
|
61
|
+
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
62
|
+
| `get_token_stats` | Token usage statistics |
|
|
63
|
+
| **Live Tools** | |
|
|
64
|
+
| `list_live_sessions` | Currently running sessions |
|
|
65
|
+
| `get_live_summary` | Aggregate live session summary |
|
|
66
|
+
| **Classify Tools** | |
|
|
67
|
+
| `classify_start_classification` | Trigger a classification job. |
|
|
68
|
+
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
69
|
+
| `classify_single_session` | Classify a single session synchronously. |
|
|
70
|
+
| `classify_get_classification_status` | Get classification status. |
|
|
71
|
+
| **Cli Tools** | |
|
|
72
|
+
| `cli_create_session` | - Create a new tmux-backed CLI session. |
|
|
73
|
+
| **Coaching Tools** | |
|
|
74
|
+
| `coaching_list_rules` | - List all coaching rules from the rules directory. |
|
|
75
|
+
| `coaching_apply_rule` | - Create a new coaching rule file. |
|
|
76
|
+
| `coaching_remove_rule` | - Remove a coaching rule file. |
|
|
77
|
+
| **Contributions Tools** | |
|
|
78
|
+
| `contributions_get_contributions` | Main contributions page data. |
|
|
79
|
+
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
80
|
+
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
81
|
+
| **Crate::routes::interact::handlers Tools** | |
|
|
82
|
+
| `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
|
|
83
|
+
| `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
|
|
84
|
+
| **Export Tools** | |
|
|
85
|
+
| `export_sessions` | Export all sessions. |
|
|
86
|
+
| **Facets Tools** | |
|
|
87
|
+
| `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
|
|
88
|
+
| `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
|
|
89
|
+
| `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
|
|
90
|
+
| `facets_facet_stats` | Aggregate statistics across all session facets. |
|
|
91
|
+
| **Health Tools** | |
|
|
92
|
+
| `health_config` | config |
|
|
93
|
+
| `health_check` | Health check endpoint. |
|
|
94
|
+
| `health_get_status` | Get index metadata and data freshness info. |
|
|
95
|
+
| **Ide Tools** | |
|
|
96
|
+
| `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
|
|
97
|
+
| `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
|
|
98
|
+
| **Insights Tools** | |
|
|
99
|
+
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
100
|
+
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
101
|
+
| `insights_get_categories` | Returns hierarchical category data. |
|
|
102
|
+
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
103
|
+
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
104
|
+
| **Jobs Tools** | |
|
|
105
|
+
| `jobs_list_jobs` | List all active jobs. |
|
|
106
|
+
| **Live Tools** | |
|
|
107
|
+
| `live_get_pricing` | - Return the model pricing table. |
|
|
108
|
+
| `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
|
|
109
|
+
| `live_get_live_session` | - Get a single live session by ID. |
|
|
110
|
+
| `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
|
|
111
|
+
| `live_get_live_session_messages` | - Get the most recent messages for a live session. |
|
|
112
|
+
| **Mcp Tools** | |
|
|
113
|
+
| `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
|
|
114
|
+
| **Memory Tools** | |
|
|
115
|
+
| `memory_get_all_memories` | returns all memory entries grouped by scope. |
|
|
116
|
+
| `memory_get_memory_file` | read a single memory file. |
|
|
117
|
+
| `memory_get_project_memories` | returns memories for a specific project. |
|
|
118
|
+
| **Monitor Tools** | |
|
|
119
|
+
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
120
|
+
| **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 |
|
|
124
|
+
| **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. |
|
|
128
|
+
| **Plans Tools** | |
|
|
129
|
+
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
130
|
+
| **Plugins Tools** | |
|
|
131
|
+
| `plugins_list_plugins` | - Unified view of installed + available plugins. |
|
|
132
|
+
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
133
|
+
| `plugins_marketplace_action` | plugins marketplaces action |
|
|
134
|
+
| `plugins_refresh_all` | all |
|
|
135
|
+
| `plugins_refresh_status` | status |
|
|
136
|
+
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
137
|
+
| `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
|
|
138
|
+
| **Processes Tools** | |
|
|
139
|
+
| `processes_cleanup_processes` | processes cleanup |
|
|
140
|
+
| `processes_kill_process` | processes {pid} kill |
|
|
141
|
+
| **Projects Tools** | |
|
|
142
|
+
| `projects_list_projects` | List all projects as lightweight summaries. |
|
|
143
|
+
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
144
|
+
| `projects_list_project_sessions` | Paginated sessions for a project. |
|
|
145
|
+
| **Prompts Tools** | |
|
|
146
|
+
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
147
|
+
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
148
|
+
| `prompts_get_prompt_templates` | Detected prompt templates. |
|
|
149
|
+
| **Reports Tools** | |
|
|
150
|
+
| `reports_list_reports` | List all saved reports. |
|
|
151
|
+
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
152
|
+
| `reports_get_report` | Get a single report. |
|
|
153
|
+
| `reports_delete_report` | Delete a report. |
|
|
154
|
+
| **Sessions Tools** | |
|
|
155
|
+
| `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
|
|
156
|
+
| `sessions_list_branches` | Get distinct list of branch names across all sessions. |
|
|
157
|
+
| `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
|
|
158
|
+
| `sessions_session_activity` | Activity histogram for sparkline chart. |
|
|
159
|
+
| `sessions_session_activity_rich` | Full server-side activity aggregation. |
|
|
160
|
+
| `sessions_bulk_archive_handler` | sessions archive |
|
|
161
|
+
| `sessions_bulk_unarchive_handler` | sessions unarchive |
|
|
162
|
+
| `sessions_archive_session_handler` | sessions {id} archive |
|
|
163
|
+
| `sessions_get_file_history` | List all file changes for a session. |
|
|
164
|
+
| `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
|
|
165
|
+
| `sessions_get_session_hook_events` | Fetch hook events for a session. |
|
|
166
|
+
| `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
|
|
167
|
+
| `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
|
|
168
|
+
| `sessions_unarchive_session_handler` | sessions {id} unarchive |
|
|
169
|
+
| **Settings Tools** | |
|
|
170
|
+
| `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
|
|
171
|
+
| `settings_get_settings` | Read current app settings. |
|
|
172
|
+
| `settings_update_settings` | Update app settings (partial). |
|
|
173
|
+
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
174
|
+
| **Share Tools** | |
|
|
175
|
+
| `share_create_share` | sessions {session_id} share |
|
|
176
|
+
| `share_revoke_share` | sessions {session_id} share |
|
|
177
|
+
| `share_list_shares` | shares |
|
|
178
|
+
| **Stats Tools** | |
|
|
179
|
+
| `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
|
|
180
|
+
| `stats_overview` | Aggregate usage statistics. |
|
|
181
|
+
| `stats_storage_stats` | Storage statistics for the settings page. |
|
|
182
|
+
| `stats_get_trends` | Get week-over-week trend metrics. |
|
|
183
|
+
| **Sync Tools** | |
|
|
184
|
+
| `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
|
|
185
|
+
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
186
|
+
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
187
|
+
| **System Tools** | |
|
|
188
|
+
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
189
|
+
| `system_get_system_status` | Get comprehensive system status. |
|
|
190
|
+
| `system_clear_cache` | Clear search index and cached data. |
|
|
191
|
+
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
192
|
+
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
193
|
+
| `system_reset_all` | Factory reset all data. |
|
|
194
|
+
| **Teams Tools** | |
|
|
195
|
+
| `teams_list_teams` | List all teams. |
|
|
196
|
+
| `teams_get_team` | Get team detail. |
|
|
197
|
+
| `teams_get_team_cost` | Get team cost breakdown. |
|
|
198
|
+
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
199
|
+
| `teams_get_team_sidechains` | Get team member sidechains. |
|
|
200
|
+
| **Telemetry Tools** | |
|
|
201
|
+
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
202
|
+
| **Turns Tools** | |
|
|
203
|
+
| `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
|
|
204
|
+
| **Webhooks Tools** | |
|
|
205
|
+
| `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
|
|
206
|
+
| `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
|
|
207
|
+
| `webhooks_get_webhook` | get a single webhook by ID. |
|
|
208
|
+
| `webhooks_update_webhook` | update an existing webhook (partial update). |
|
|
209
|
+
| `webhooks_delete_webhook` | remove a webhook from config and secrets. |
|
|
210
|
+
| `webhooks_test_send` | send a synthetic test payload. |
|
|
211
|
+
| **Workflows Tools** | |
|
|
212
|
+
| `workflows_list_workflows` | workflows |
|
|
213
|
+
| `workflows_create_workflow` | workflows |
|
|
214
|
+
| `workflows_control_run` | workflows run {run_id} control |
|
|
215
|
+
| `workflows_get_workflow` | workflows {id} |
|
|
216
|
+
| `workflows_delete_workflow` | workflows {id} |
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: live
|
|
3
|
+
description: "Use when the user asks about running sessions, agent status, what needs attention — e.g. 'what's running', 'live status', 'which sessions need me', 'agent status', 'check on my agents', 'are my sessions done', 'anything stuck'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__list_live_sessions
|
|
6
|
+
- mcp__claude-view__get_live_summary
|
|
7
|
+
- mcp__claude-view__live_get_live_session
|
|
8
|
+
- mcp__claude-view__live_get_live_session_messages
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
{{PREAMBLE}}
|
|
12
|
+
|
|
13
|
+
# Live Session Status
|
|
14
|
+
|
|
15
|
+
Show what's running, what needs attention, and what's working autonomously.
|
|
16
|
+
|
|
17
|
+
## Agent state classification
|
|
18
|
+
|
|
19
|
+
- **Needs attention:** agent_state contains "waiting", "permission", "error", "blocked", or "paused"
|
|
20
|
+
- **Autonomous:** all other states (e.g. "thinking", "tool_use", "responding")
|
|
21
|
+
|
|
22
|
+
## Steps
|
|
23
|
+
|
|
24
|
+
1. **Get aggregate summary.** Call `mcp__claude-view__get_live_summary` to get total counts and today's cost.
|
|
25
|
+
|
|
26
|
+
2. **Get per-session details.** Call `mcp__claude-view__list_live_sessions` to get each session's project, model, state, and cost.
|
|
27
|
+
|
|
28
|
+
3. **For any session the user asks about specifically**, call `mcp__claude-view__live_get_live_session` with that session's ID for full detail.
|
|
29
|
+
|
|
30
|
+
4. **Present the report:**
|
|
31
|
+
|
|
32
|
+
## Live Sessions — [N] running
|
|
33
|
+
|
|
34
|
+
**Today's cost:** $X.XX | **Total tokens:** X
|
|
35
|
+
|
|
36
|
+
### Needs Attention (N)
|
|
37
|
+
- **[project]** ([branch]) — [agent_state] — [model] — $X.XX
|
|
38
|
+
[last activity: Xm ago]
|
|
39
|
+
|
|
40
|
+
### Autonomous (N)
|
|
41
|
+
- **[project]** ([branch]) — [agent_state] — [model] — $X.XX
|
|
42
|
+
|
|
43
|
+
5. **If no sessions running**, say "No active Claude Code sessions."
|
|
44
|
+
|
|
45
|
+
6. **If all sessions are autonomous**, skip the "Needs Attention" section entirely.
|
|
46
|
+
|
|
47
|
+
{{AVAILABLE_TOOLS}}
|
|
@@ -78,14 +78,19 @@ Show project details, sessions, branches, and contribution data.
|
|
|
78
78
|
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
79
79
|
| `classify_single_session` | Classify a single session synchronously. |
|
|
80
80
|
| `classify_get_classification_status` | Get classification status. |
|
|
81
|
+
| **Cli Tools** | |
|
|
82
|
+
| `cli_create_session` | - Create a new tmux-backed CLI session. |
|
|
81
83
|
| **Coaching Tools** | |
|
|
82
|
-
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
83
|
-
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
84
|
-
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
84
|
+
| `coaching_list_rules` | - List all coaching rules from the rules directory. |
|
|
85
|
+
| `coaching_apply_rule` | - Create a new coaching rule file. |
|
|
86
|
+
| `coaching_remove_rule` | - Remove a coaching rule file. |
|
|
85
87
|
| **Contributions Tools** | |
|
|
86
88
|
| `contributions_get_contributions` | Main contributions page data. |
|
|
87
89
|
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
88
90
|
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
91
|
+
| **Crate::routes::interact::handlers Tools** | |
|
|
92
|
+
| `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
|
|
93
|
+
| `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
|
|
89
94
|
| **Export Tools** | |
|
|
90
95
|
| `export_sessions` | Export all sessions. |
|
|
91
96
|
| **Facets Tools** | |
|
|
@@ -106,9 +111,20 @@ Show project details, sessions, branches, and contribution data.
|
|
|
106
111
|
| `insights_get_categories` | Returns hierarchical category data. |
|
|
107
112
|
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
108
113
|
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
109
|
-
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
110
114
|
| **Jobs Tools** | |
|
|
111
115
|
| `jobs_list_jobs` | List all active jobs. |
|
|
116
|
+
| **Live Tools** | |
|
|
117
|
+
| `live_get_pricing` | - Return the model pricing table. |
|
|
118
|
+
| `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
|
|
119
|
+
| `live_get_live_session` | - Get a single live session by ID. |
|
|
120
|
+
| `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
|
|
121
|
+
| `live_get_live_session_messages` | - Get the most recent messages for a live session. |
|
|
122
|
+
| **Mcp Tools** | |
|
|
123
|
+
| `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
|
|
124
|
+
| **Memory Tools** | |
|
|
125
|
+
| `memory_get_all_memories` | returns all memory entries grouped by scope. |
|
|
126
|
+
| `memory_get_memory_file` | read a single memory file. |
|
|
127
|
+
| `memory_get_project_memories` | returns memories for a specific project. |
|
|
112
128
|
| **Monitor Tools** | |
|
|
113
129
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
114
130
|
| **Oauth Tools** | |
|
|
@@ -122,8 +138,9 @@ Show project details, sessions, branches, and contribution data.
|
|
|
122
138
|
| **Plans Tools** | |
|
|
123
139
|
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
124
140
|
| **Plugins Tools** | |
|
|
125
|
-
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
141
|
+
| `plugins_list_plugins` | - Unified view of installed + available plugins. |
|
|
126
142
|
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
143
|
+
| `plugins_marketplace_action` | plugins marketplaces action |
|
|
127
144
|
| `plugins_refresh_all` | all |
|
|
128
145
|
| `plugins_refresh_status` | status |
|
|
129
146
|
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
@@ -144,9 +161,23 @@ Show project details, sessions, branches, and contribution data.
|
|
|
144
161
|
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
145
162
|
| `reports_get_report` | Get a single report. |
|
|
146
163
|
| `reports_delete_report` | Delete a report. |
|
|
147
|
-
| **
|
|
148
|
-
| `
|
|
164
|
+
| **Sessions Tools** | |
|
|
165
|
+
| `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
|
|
166
|
+
| `sessions_list_branches` | Get distinct list of branch names across all sessions. |
|
|
167
|
+
| `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
|
|
168
|
+
| `sessions_session_activity` | Activity histogram for sparkline chart. |
|
|
169
|
+
| `sessions_session_activity_rich` | Full server-side activity aggregation. |
|
|
170
|
+
| `sessions_bulk_archive_handler` | sessions archive |
|
|
171
|
+
| `sessions_bulk_unarchive_handler` | sessions unarchive |
|
|
172
|
+
| `sessions_archive_session_handler` | sessions {id} archive |
|
|
173
|
+
| `sessions_get_file_history` | List all file changes for a session. |
|
|
174
|
+
| `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
|
|
175
|
+
| `sessions_get_session_hook_events` | Fetch hook events for a session. |
|
|
176
|
+
| `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
|
|
177
|
+
| `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
|
|
178
|
+
| `sessions_unarchive_session_handler` | sessions {id} unarchive |
|
|
149
179
|
| **Settings Tools** | |
|
|
180
|
+
| `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
|
|
150
181
|
| `settings_get_settings` | Read current app settings. |
|
|
151
182
|
| `settings_update_settings` | Update app settings (partial). |
|
|
152
183
|
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
@@ -154,8 +185,13 @@ Show project details, sessions, branches, and contribution data.
|
|
|
154
185
|
| `share_create_share` | sessions {session_id} share |
|
|
155
186
|
| `share_revoke_share` | sessions {session_id} share |
|
|
156
187
|
| `share_list_shares` | shares |
|
|
188
|
+
| **Stats Tools** | |
|
|
189
|
+
| `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
|
|
190
|
+
| `stats_overview` | Aggregate usage statistics. |
|
|
191
|
+
| `stats_storage_stats` | Storage statistics for the settings page. |
|
|
192
|
+
| `stats_get_trends` | Get week-over-week trend metrics. |
|
|
157
193
|
| **Sync Tools** | |
|
|
158
|
-
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
194
|
+
| `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
|
|
159
195
|
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
160
196
|
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
161
197
|
| **System Tools** | |
|
|
@@ -168,11 +204,20 @@ Show project details, sessions, branches, and contribution data.
|
|
|
168
204
|
| **Teams Tools** | |
|
|
169
205
|
| `teams_list_teams` | List all teams. |
|
|
170
206
|
| `teams_get_team` | Get team detail. |
|
|
207
|
+
| `teams_get_team_cost` | Get team cost breakdown. |
|
|
171
208
|
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
209
|
+
| `teams_get_team_sidechains` | Get team member sidechains. |
|
|
172
210
|
| **Telemetry Tools** | |
|
|
173
211
|
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
174
212
|
| **Turns Tools** | |
|
|
175
|
-
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
213
|
+
| `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
|
|
214
|
+
| **Webhooks Tools** | |
|
|
215
|
+
| `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
|
|
216
|
+
| `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
|
|
217
|
+
| `webhooks_get_webhook` | get a single webhook by ID. |
|
|
218
|
+
| `webhooks_update_webhook` | update an existing webhook (partial update). |
|
|
219
|
+
| `webhooks_delete_webhook` | remove a webhook from config and secrets. |
|
|
220
|
+
| `webhooks_test_send` | send a synthetic test payload. |
|
|
176
221
|
| **Workflows Tools** | |
|
|
177
222
|
| `workflows_list_workflows` | workflows |
|
|
178
223
|
| `workflows_create_workflow` | workflows |
|