|
1 | 1 | { |
2 | | - "id": "claude-session-dashboard", |
3 | | - "version": "1.0.0", |
4 | | - "name": "Claude Session Dashboard", |
5 | | - "description": "Local analytics dashboard for Claude Code sessions (token usage, tool calls, cost estimates)", |
6 | | - "documentationURL": "https://github.com/dlupiak/claude-session-dashboard", |
7 | | - "options": { |
8 | | - "version": { |
9 | | - "type": "string", |
10 | | - "description": "Dashboard version (e.g., 'latest', '1.0.0', 'none' to skip)", |
11 | | - "default": "latest" |
12 | | - }, |
13 | | - "port": { |
14 | | - "type": "string", |
15 | | - "description": "Default port for the dashboard server", |
16 | | - "default": "7847" |
17 | | - }, |
18 | | - "shells": { |
19 | | - "type": "string", |
20 | | - "description": "Which shells to configure aliases in (bash, zsh, or both)", |
21 | | - "default": "both", |
22 | | - "enum": ["bash", "zsh", "both"] |
23 | | - }, |
24 | | - "username": { |
25 | | - "type": "string", |
26 | | - "description": "Container user to install for", |
27 | | - "default": "automatic" |
28 | | - } |
29 | | - }, |
30 | | - "installsAfter": [ |
31 | | - "ghcr.io/devcontainers/features/node:1" |
32 | | - ] |
| 2 | + "id": "claude-session-dashboard", |
| 3 | + "version": "1.0.0", |
| 4 | + "name": "Claude Session Dashboard", |
| 5 | + "description": "First-party analytics dashboard for Claude Code sessions, built from the CodeForge monorepo dashboard package", |
| 6 | + "documentationURL": "https://github.com/AnExiledDev/CodeForge", |
| 7 | + "options": { |
| 8 | + "version": { |
| 9 | + "type": "string", |
| 10 | + "description": "Dashboard version (e.g., 'latest', '1.0.0', 'none' to skip)", |
| 11 | + "default": "latest" |
| 12 | + }, |
| 13 | + "port": { |
| 14 | + "type": "string", |
| 15 | + "description": "Default port for the dashboard server", |
| 16 | + "default": "7847" |
| 17 | + }, |
| 18 | + "shells": { |
| 19 | + "type": "string", |
| 20 | + "description": "Which shells to configure aliases in (bash, zsh, or both)", |
| 21 | + "default": "both", |
| 22 | + "enum": ["bash", "zsh", "both"] |
| 23 | + }, |
| 24 | + "username": { |
| 25 | + "type": "string", |
| 26 | + "description": "Container user to install for", |
| 27 | + "default": "automatic" |
| 28 | + }, |
| 29 | + "autostart": { |
| 30 | + "type": "boolean", |
| 31 | + "description": "Auto-launch dashboard on container start", |
| 32 | + "default": true |
| 33 | + } |
| 34 | + }, |
| 35 | + "installsAfter": ["ghcr.io/rails/devcontainer/features/bun:1"] |
33 | 36 | } |
0 commit comments