Open Insight Dashboard
ctx_insightLaunch a dashboard to view session analytics, tool usage, error rates, and project focus.
Instructions
Opens the context-mode Insight dashboard in the browser — a dashboard launcher for session analytics; for natural-language queries over indexed content, use ctx_search. Shows personal analytics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s). Subsequent runs open instantly. Defaults to port 4747; pass port to override. sessionDir and contentDir override the session/content storage roots (env aliases INSIGHT_SESSION_DIR / INSIGHT_CONTENT_DIR) for diagnosing multi-install setups or pointing at a sibling project's data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to serve on (default: 4747) | |
| sessionDir | No | Override INSIGHT_SESSION_DIR: directory containing context-mode session .db files | |
| contentDir | No | Override INSIGHT_CONTENT_DIR: directory containing context-mode content/index .db files | |
| insightSessionDir | No | Alias for sessionDir / INSIGHT_SESSION_DIR | |
| insightContentDir | No | Alias for contentDir / INSIGHT_CONTENT_DIR |