singularity-forge/web/components/gsd/visualizer-view.tsx
Andrew d93956ba4e feat(web): browser-based web interface (#1717)
* chore(M003/S01): auto-commit after plan-slice

* chore(M003/S01/T02): auto-commit after execute-task

* chore(M003/S01/T03): auto-commit after execute-task

* docs: queue M004 — web mode documentation and CI/CD integration

* chore(M003/S01/T04): auto-commit after execute-task

* chore(M003/S01): auto-commit after complete-slice

* chore(M003/S01): auto-commit after reassess-roadmap

* chore: production polish — real logo, remove scaffold remnants

- Replace placeholder 'G' box in header with real GSD logo icon SVG (currentColor, theme-aware)
- Delete 5 dead placeholder files (placeholder-logo.svg/png, placeholder-user.jpg, placeholder.jpg, placeholder.svg)
- Remove v0.app generator tag from layout metadata
- Remove unused @vercel/analytics dependency

* chore(M003/S02): auto-commit after research-slice

* chore(Q1): auto-commit after quick-task

* fix: remove duplicate parse cache block causing web mode boot failure

The 'Parse Cache' section in files.ts was duplicated (merge artifact),
causing 'Identifier CACHE_MAX has already been declared' when Node's
--experimental-strip-types loaded the file. This made /api/boot return
500, which caused waitForBootReady to time out and web mode launch to
fail with 'boot-ready:http 500'.

Removed the second (older) duplicate block, keeping the first one which
includes the improved mid-sample cache key.

* docs: add quick task summary and update STATE.md

* fix: replace sidebar icon+text with full logo image

Swap the inline SVG G-mark icon and 'GSD 2' text span in the app shell
header with an <img> referencing /logo-white.svg (the full GSD wordmark).
Removes the redundant text label. Sized at h-4 (16px) to fit the header.

* docs(S02): add slice plan

* chore: update state for S02 execution

* chore(M003/S02/T01): auto-commit after execute-task

* chore(M003/S02/T02): auto-commit after execute-task

* chore(M003/S02/T03): auto-commit after execute-task

* chore(M003/S02): auto-commit after complete-slice

* chore(M003/S02): auto-commit after reassess-roadmap

* chore(M003/S03): auto-commit after research-slice

* docs(S03): add slice plan

* chore(M003/S03/T01): auto-commit after execute-task

* chore(M003/S03/T02): auto-commit after execute-task

* chore(M003/S03/T03): auto-commit after execute-task

* chore(M003/S03): auto-commit after complete-slice

* chore(M003/S03): auto-commit after reassess-roadmap

* chore(M003/S04): auto-commit after research-slice

* docs(S04): add slice plan

* chore(M003/S04/T01): auto-commit after execute-task

* chore(M003/S04/T02): auto-commit after execute-task

* chore(M003/S04/T03): auto-commit after execute-task

* chore(M003/S04): auto-commit after complete-slice

* chore(M003/S04): auto-commit after reassess-roadmap

* chore(M003/S05): auto-commit after research-slice

* docs(S05): add slice plan

* chore(M003/S05/T01): auto-commit after execute-task

* chore(M003/S05/T02): auto-commit after execute-task

* chore(M003/S05): auto-commit after complete-slice

* chore(M003/S05): auto-commit after reassess-roadmap

* chore(M003/S06): auto-commit after research-slice

* docs: queue M005

* docs(S06): add slice plan

* chore(M003/S06/T01): auto-commit after execute-task

* chore(M003/S06/T02): auto-commit after execute-task

* chore(M003/S06): auto-commit after complete-slice

* chore(M003/S06): auto-commit after reassess-roadmap

* chore(M003/S07): auto-commit after research-slice

* docs(S07): add slice plan

* chore: update STATE.md for S07 execution

* chore(M003/S07/T01): auto-commit after execute-task

* chore(M003/S07/T02): auto-commit after execute-task

* chore(M003/S07/T03): auto-commit after execute-task

* chore(M003): record integration branch

* chore(M003/S07/T04): auto-commit after execute-task

* chore(M003/S07): auto-commit after complete-slice

* chore(M003/S07): auto-commit after reassess-roadmap

* chore(M003/S08): auto-commit after research-slice

* docs(S08): add slice plan

* chore(M003/S08/T01): auto-commit after execute-task

* chore(M003/S08/T02): auto-commit after execute-task

* chore(M003/S08): auto-commit after complete-slice

* chore(M003/S08): auto-commit after reassess-roadmap

* chore(M003/S09): auto-commit after research-slice

* docs(S09): add slice plan

* chore(M003/S09/T01): auto-commit after execute-task

* chore(M003/S09/T02): auto-commit after execute-task

* chore(M003/S09): auto-commit after complete-slice

* chore(M003): auto-commit after complete-milestone

* chore(M004): record integration branch

* chore: untrack .gsd/ runtime files from git index

* chore(M004): auto-commit after research-milestone

* feat(M006): multi-project workspace

- Bridge registry replacing singleton (Map<string, BridgeService> keyed by project path)
- resolveProjectCwd(request) for ?project= query param with env-var fallback
- All 26 API routes and 16 services threaded with project context
- Project discovery service scanning one directory level with smart detection
- /api/projects and /api/preferences routes
- ProjectStoreManager with per-project SSE lifecycle isolation
- Projects NavRail tab with kind badges and signal chips
- Onboarding dev root step (position 3, skippable)
- Context-aware launch detection (resolveContextAwareCwd)
- BootProjectInitializer for auto-registering boot project
- 25 new contract tests (8 bridge, 10 discovery, 7 launch)
- 1222 tests pass, both builds green

Squash-merged from milestone/M006 work on gsd/quick branch.
Includes M004 and M005 milestone artifacts.

* feat: add dev root setup in Projects view and Settings panel

- Projects view empty state now has inline dev root input with
  suggestion chips instead of just a text message
- Settings gear → Workspace tab shows dev root configuration
- /gsd prefs command surface includes dev root section at top
- PUT /api/preferences now merges with existing prefs (read-modify-write)
  instead of overwriting — fixes potential data loss of lastActiveProject
- Fixed pre-existing type issue: sectionLabel/sectionIcon Records use
  Partial<Record> to handle gsd-* sections that aren't in the map

* feat: native folder picker for dev root selection

- New /api/browse-directories?path= endpoint returns directory listings
  from the server filesystem (directories only, excludes dotfiles/node_modules)
- FolderPickerDialog component with directory browser: navigate folders,
  go up to parent, select current folder
- Projects view empty state shows 'Browse for Folder' button opening the picker
- Settings Workspace tab shows current path with 'Change' button opening picker
- Replaces text input approach — no more typing paths manually

* fix: move Projects icon to bottom of NavRail, above Git

Projects is a workspace-level navigation action, not a primary view.
Placing it in the bottom section alongside Git and Settings keeps
the top section focused on content views.

* feat: multi-project-aware exit dialog

When multiple projects are open, the exit button shows two options:
- Close current project (disconnects it, switches to another)
- Stop server (shuts down all projects and closes the tab)

With only one project open, shows the original simple 'Stop server' dialog.

Also adds closeProject(), getProjectCount(), and getActiveProjectPaths()
to ProjectStoreManager.

* feat: intercept browser tab close with confirmation and auto-shutdown

beforeunload triggers the browser's native 'Leave site?' confirmation
dialog when the user tries to close the tab. If they confirm, pagehide
fires sendBeacon to /api/shutdown, cleanly stopping all GSD instances.

* feat: remove session card from dashboard, fix beforeunload

- Removed the session card (model, cost, tokens, elapsed, auto mode,
  live tool/streaming indicators) from the dashboard right column
- Dashboard current slice section now takes full width
- Removed beforeunload handler (tab close silently shuts down via
  pagehide + sendBeacon instead of showing native browser dialog)
- Updated web-state-surfaces-contract test: removed assertion for
  activeToolExecution/streamingAssistantText in dashboard
- 1220/1221 tests pass (1 flaky context-store unrelated to changes)

* feat: show loading dialog when switching to a new project

When clicking a project that doesn't have a bridge instance yet,
a shadcn Dialog with a spinner and 'Opening [project]' message
appears instead of navigating to the dashboard with skeleton cards.
The dialog waits for the store's bootStatus to become 'ready' or
'error' (or 30s timeout) before navigating to the dashboard.

Clicking the already-active project navigates directly.

* feat: restore theme toggle and light/dark CSS from M005

M005's theme work was lost during the M006 squash merge (different
branch base). This restores:

- ThemeProvider in layout.tsx with class-based theming and FOIT prevention
- NavRail theme toggle cycling system → light → dark (Monitor/Sun/Moon icons)
- Light-mode :root CSS variables (monochrome oklch, inverted lightness)
- Dark .dark section with custom tokens (--success, --warning, --info,
  --terminal, --terminal-foreground, --code-line-number)
- suppressHydrationWarning on <html> for next-themes compatibility

* fix: switch logo between black/white variants based on theme

Uses paired dark:/hidden Tailwind classes — zero JS cost, no flash.

* chore: untrack .gsd/ runtime files from git index

* chore(Q2): auto-commit after quick-task

* feat(web): resizable milestone sidebar + rename tab title to GSD

- Add drag-to-resize handle on left edge of milestone sidebar
  (col-resize, 180-480px range, same pattern as terminal resize)
- Change document.title suffix from 'GSD 2' to 'GSD'
- Remove border-l from MilestoneExplorer (drag handle provides separation)

* docs: quick task 2 summary and state update

* feat: spawn GSD instance in right-side terminal, rename browser tab to GSD

- Add command option to PTY manager to spawn pi instead of default shell
- Thread command param through terminal API routes and ShellTerminal component
- DualTerminal right pane now launches a separate pi (GSD) instance
- Update header label to 'Right: Interactive GSD'
- Set browser tab title to 'GSD' instead of project folder name

* fix: use distinct default session ID for GSD terminal to avoid reusing stale zsh session

* fix: make shell terminal respect light/dark theme

- Add light xterm theme alongside existing dark theme
- Detect theme via next-themes useTheme and pass isDark to terminal instances
- Dynamically update xterm theme when user switches themes
- Replace all hardcoded dark bg colors (#0a0a0a, #0c0c0c, zinc-*) with
  theme-aware classes (bg-terminal, text-muted-foreground, etc.)

* feat: add loading spinner while terminal session initializes

* feat: replace left-side AutoTerminal with real GSD terminal instance

- Remove custom AutoTerminal React component
- Left side now runs a real pi terminal (sessionPrefix=gsd-main)
- Right side uses sessionPrefix=gsd-interactive for isolation
- Add sessionPrefix prop to ShellTerminal for distinct session IDs
- Update header labels: Left: Primary GSD | Right: Interactive GSD

* feat: auto-select STATE.md on files view initial load

* feat: pre-initialize dual terminal PTY sessions on boot

Keep DualTerminal always mounted (hidden when not active) so PTY
sessions spawn as soon as the bridge connects. Terminals are ready
immediately when the user switches to the power view.

* fix: move STATE.md auto-select effect after handleSelectFile declaration

Fixes TDZ ReferenceError — the useEffect was referencing handleSelectFile
before its useCallback declaration.

* chore(M006): record integration branch

* Squashed commit of the following:

commit e3f495a224f53e954798b6f96a59806db43bfdb0
Author: snowdamiz <yurlovandrew@gmail.com>
Date:   Tue Mar 17 16:12:50 2026 -0400

    chore: auto-commit before milestone merge

commit d9a0193c9c54fafcaff6bc0de7c169936f41b2df
Author: snowdamiz <yurlovandrew@gmail.com>
Date:   Tue Mar 17 08:35:53 2026 -0400

    chore: auto-commit before milestone merge

commit 010430059ca50c6b773ee4480e42d2c54a1c0b75
Author: snowdamiz <yurlovandrew@gmail.com>
Date:   Tue Mar 17 04:57:49 2026 -0400

    chore(M006): record integration branch

commit a6f6d0294c90a253585571a5a9615c7f3e41e7ea
Author: snowdamiz <yurlovandrew@gmail.com>
Date:   Tue Mar 17 04:57:36 2026 -0400

    docs: queue M006 — Multi-project workspace

commit b2dd57423835d132f6d3963abbb2bfc799e64100
Author: snowdamiz <yurlovandrew@gmail.com>
Date:   Tue Mar 17 03:43:52 2026 -0400

    chore(M005): record integration branch

# Conflicts:
#	.gsd/DECISIONS.md
#	.gsd/PROJECT.md
#	.gsd/REQUIREMENTS.md
#	.gsd/milestones/M006/M006-META.json
#	src/web/recovery-diagnostics-service.ts

* chore(M006): record integration branch

* feat(M006): Multi-Project Workspace

Completed slices:
- S01: Bridge registry and project-scoped API surface
- S02: Project discovery, Projects view, and store switching
- S03: Onboarding dev root step, context-aware launch, and final assembly

Branch: milestone/M006

* refactor(visualizer): redesign visualizer-view layout and tab structure

* docs(M007): context, requirements, and roadmap

* chore(M007): record integration branch

* docs(M007): rewrite roadmap and all slice plans to new template format

* chore(M007/S01/T01): auto-commit after execute-task

* chore(M007/S01/T02): auto-commit after execute-task

* chore(M007/S01): auto-commit after complete-slice

* chore(M007/S01): auto-commit after reassess-roadmap

* chore(M007/S02/T01): auto-commit after execute-task

* chore(M007/S02/T02): auto-commit after execute-task

* chore(M007/S02/T03): auto-commit after execute-task

* chore(M007/S02): auto-commit after complete-slice

* chore(M007/S02): auto-commit after reassess-roadmap

* chore(M007/S03/T01): auto-commit after execute-task

* chore(M007/S03/T02): auto-commit after execute-task

* chore(M007/S03): auto-commit after complete-slice

* chore(M007/S03): auto-commit after reassess-roadmap

* chore(M007/S04/T01): auto-commit after execute-task

* chore(M007/S04/T02): auto-commit after execute-task

* chore(M007/S04/T03): auto-commit after execute-task

* chore(M007/S04): auto-commit after complete-slice

* chore(M007): auto-commit after complete-milestone

* feat(M007): Chat Mode — Consumer-Grade GSD Interface

Completed slices:
- S01: PTY output parser and chat message model
- S02: Chat Mode view — main pane
- S03: TUI prompt intercept UI
- S04: Action toolbar and right panel lifecycle

Branch: milestone/M007

* feat(chat-mode): move Discuss to input bar

* fix(web): launch browser PTYs with GSD loader

* chore(M005): record integration branch

* feat(M005): Light Theme with System-Aware Toggle

Completed slices:
- S01: Theme foundation and NavRail toggle
- S02: Component color audit and visual verification

Branch: milestone/M005

* chore(M007): record integration branch

* feat(web): chat mode action bar, smart CTA, project-level status bar, centered visualizer tabs

- Chat input bar: top 3 buttons (Discuss, Next, Auto) + overflow menu with all /gsd subcommands grouped by category, tooltips on hover
- Action routing: main-panel commands (next, auto, stop, pause) vs action-panel commands (discuss, status, visualize, etc.)
- Removed Config, Hooks, Migrate, Inspect from action menu
- Smart placeholder CTA: derives contextual button from workspace state (New Milestone, Start Auto, Resume, Plan, etc.)
- Status bar: project-level totals (duration, tokens, cost) from visualizer API instead of session-scoped auto data
- Visualizer: centered tab bar

* docs(M008): context, requirements, and roadmap

* chore(M008): record integration branch

* chore(M008/S01): auto-commit after research-slice

* docs(S01): add slice plan

* chore(M008/S01/T01): auto-commit after execute-task

* chore(M008/S01/T02): auto-commit after execute-task

* chore(M008/S01): auto-commit after complete-slice

* chore(M008/S01): auto-commit after reassess-roadmap

* chore(M008/S02): auto-commit after research-slice

* docs(S02): add slice plan

* chore(M008/S02/T01): auto-commit after execute-task

* chore(M008/S02/T02): auto-commit after execute-task

* chore(M008/S02): auto-commit after complete-slice

* chore(M008/S02): auto-commit after reassess-roadmap

* chore(M008/S03): auto-commit after research-slice

* docs(S03): add slice plan

* chore(M008/S03/T01): auto-commit after execute-task

* chore(M008/S03/T02): auto-commit after execute-task

* chore(M008/S03/T03): auto-commit after execute-task

* chore(M008/S03): auto-commit after complete-slice

* chore(M008/S03): auto-commit after reassess-roadmap

* chore(M008/S04): auto-commit after research-slice

* docs(S04): add slice plan

* chore(M008/S04/T01): auto-commit after execute-task

* chore(M008/S04/T02): auto-commit after execute-task

* chore(M008/S04): auto-commit after complete-slice

* chore(M008/S04): auto-commit after reassess-roadmap

* chore(M008/S05): auto-commit after research-slice

* docs(S05): add slice plan

* chore(M008/S05/T01): auto-commit after execute-task

* chore(M008/S05/T02): auto-commit after execute-task

* chore(M008/S05): auto-commit after complete-slice

* chore(M008): auto-commit after complete-milestone

* feat(M008): Web Polish

Completed slices:
- S01: Projects Page Redesign
- S02: Browser Update UI
- S03: Theme Defaults & Light Mode Color Audit
- S04: Remote Questions Settings
- S05: Progress Bar Dynamics & Terminal Text Size

Branch: milestone/M008

* docs: project plan — 3 milestones (M009 editor, M010 upstream sync, M011 CI/CD+PWA)

* chore(M009): record integration branch

* chore(M009/S01): auto-commit after research-slice

* docs(S01): add slice plan

* chore(M009/S01/T01): auto-commit after execute-task

* chore(M009/S01/T02): auto-commit after execute-task

* chore(M009/S01): auto-commit after complete-slice

* chore(M009/S01): auto-commit after reassess-roadmap

* chore(M009/S02): auto-commit after research-slice

* docs(S02): add slice plan

* state: S02 executing, next T01

* chore(M009/S02/T01): auto-commit after execute-task

* chore(M009/S02/T02): auto-commit after execute-task

* chore: untrack .gsd/ runtime files from git index

* chore(M009/S04): auto-commit after plan-slice

* docs(S04): add slice plan

* feat(S04/T01): Added dual shiki theme loading (dark + light) driven by…

- web/components/gsd/file-content-viewer.tsx

* chore(M010): record integration branch

* chore(M011): record integration branch

* feat(S02/T01): Added dist/web/standalone/{server.js, public/manifest.js…

- scripts/validate-pack.js

* test(S02/T02): Created .github/workflows/web.yml with full web host CI…

- .github/workflows/web.yml

* fix gitignore

* chore: update .gitignore to match upstream, untrack ignored files

- Updated .gitignore to match upstream/main patterns
- Removed 498 tracked files now covered by .gitignore:
  - .gsd/ project state (milestones, plans, summaries, db files)
  - Stale lock files (bun.lock, root pnpm-lock.yaml, web/pnpm-lock.yaml)
- Preserved upstream-tracked files:
  - pkg/dist/core/export-html/ (negation rules)
  - packages/*/pnpm-lock.yaml (tracked upstream)

* feat(M011): PWA support — service worker, install prompt, CI workflow

Squash-merge of milestone/M011 branch.

- Serwist service worker integration with Next.js (sw.ts, sw-register.tsx)
- PWA manifest with standalone display mode and app icons
- Install prompt hook and dismissible banner component
- Web host CI workflow (.github/workflows/web.yml)
- Updated web/.gitignore for Serwist build artifacts
- validate-pack.js script addition

* refine .gitignore: track GSD project artifacts, ignore runtime state

* gitignore: restore full .gsd/ exclusion

* docs(M012): context, requirements, and roadmap

* feat(S01/T01): Squash-merged 443 upstream commits (v2.22→v2.31) into fo…

- .gitignore
- src/cli.ts
- src/resource-loader.ts
- src/resources/extensions/get-secrets-from-user.ts
- src/resources/extensions/gsd/workspace-index.ts
- package-lock.json

* chore: squash merge upstream/main (v2.22→v2.31)

Merges 443 upstream commits from v2.22 to v2.31.0. Resolves 12 conflict files. Preserves fork web-mode additions. Switches web build to webpack mode for NodeNext .js extension import compatibility.

* feat(S02/T01): Added a lowercase "beta" pill badge next to the GSD logo…

- web/components/gsd/app-shell.tsx

* feat(S03/T01): Branch FileContentViewer editable mode: non-markdown fil…

- web/components/gsd/file-content-viewer.tsx

* chore(S04/T01): Added image input pipeline for chat mode: drag-and-drop…

- web/lib/image-utils.ts
- web/components/gsd/chat-mode.tsx
- web/lib/pty-chat-parser.ts
- web/lib/gsd-workspace-store.tsx

* feat(S04/T02): Created /api/terminal/upload endpoint and wired drag-dro…

- web/app/api/terminal/upload/route.ts
- web/components/gsd/shell-terminal.tsx

* chore(S05/T01): Replaced left ShellTerminal with bridge-event Terminal…

- web/components/gsd/dual-terminal.tsx

* feat(S06/T01): Created GuidedDialog component wrapping ChatPane in a fu…

- web/components/gsd/guided-dialog.tsx
- web/components/gsd/project-welcome.tsx

* feat(S06/T02): Wired GuidedDialog into Dashboard with nullable state, o…

- web/components/gsd/dashboard.tsx

* merge upstream/main: sync with v2.31.2, resolve conflicts preserving fork web UI changes

- Version bumps: 2.31.0 → 2.31.2 across all packages
- Upstream refactors adopted: createGitService factory, dispatchUnit helper,
  STATE_REBUILD_MIN_INTERVAL_MS constant extraction, KNOWN_UNIT_TYPES centralization
- New upstream features merged: environment health checks, progress score,
  doctor providers, health widget, auto-reentrancy guard
- Fork-specific code preserved: web CLI branch, TTY check with --web hint,
  workspace index risk/depends/demo fields, dist-redirect web/ extensionless imports
- checkExistingEnvKeys moved inline (upstream deleted env-key-utils.ts)
- Fixed 5 pre-existing test failures: edit-mode slash command parity,
  gsd:web script assertion, dual-terminal store contract (moved to terminal.tsx)

* ci: consolidate web workflow into main CI pipeline

Moved web host install and build steps into the CI build job.
Removed the separate web.yml workflow.

* fix(tests): configure onboarding service in bridge/live tests for CI

Tests calling sendBridgeInput via the command route now configure
the onboarding service with in-memory auth storage. Without this,
collectOnboardingState() returns locked (no API key in CI env),
causing all command route calls to return HTTP 423.

* fix: CI and Windows portability for web mode tests

- cli.ts: early TTY check now skips when --web flag is set, allowing
  headless web mode launches in CI (fixes 5 runtime harness failures)
- auto-dashboard-service.ts: convert --import path to file:// URL via
  pathToFileURL() (fixes ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows)
- web-mode-cli.test.ts: use resolve() for registry key lookups so
  Windows-normalized paths match (fixes registerInstance/unregisterInstance)
- web-mode-assembled.test.ts: configure onboarding service with
  in-memory auth for settings and slash-command tests (fixes 423 in CI)

* fix: Windows portability for all web service subprocess launchers

All 17 `--import` arguments across web service files now use
pathToFileURL().href instead of raw file paths. Node's --import
flag requires URL scheme on Windows (D:\ paths fail with
ERR_UNSUPPORTED_ESM_URL_SCHEME).

Affected services: auto-dashboard, recovery-diagnostics, hooks,
export, cleanup, forensics, history, settings, doctor, skill-health,
undo, visualizer, bridge, captures, cli-entry.

Also fixes:
- web-session-parity-contract: normalize git rev-parse output with
  resolve() for Windows backslash consistency

* fix: repair web recovery diagnostics CI failures

* test: align launched-host integration flows with current web UI

* fix(ci): stabilize packaged web onboarding flow

* feat(web): render main-session native TUI in power user mode

* Update web terminal parity and eslint setup

* Fix web lint and typecheck issues

* Normalize Power User terminal headers

* Restore Geist web font loading

* fix(web): update PWA app name and icon assets

* Remove web PWA functionality

* fix(web): scope terminal surfaces to active project

* feat(web): add project creation flow

* refactor(web): centralize workflow actions and simplify dashboard

* test(web): align packaged runtime integration flows

* fix: route dashboard/sidebar CTA commands through session API and handle RPC lock conflicts

Two bugs prevented the dashboard and sidebar workflow action buttons
(New Milestone, Start Auto, Initialize Project, etc.) from working:

1. Frontend: executeWorkflowActionInPowerMode sent commands via raw
   fetch to /api/bridge-terminal/input (PTY keystroke injection) instead
   of the session command pipeline (/api/session/command). The agent
   never received these commands. Refactored to accept a dispatch
   callback that callers wire through sendCommand(buildPromptCommand()).

2. Backend: guardRemoteSession in the /gsd extension called
   showNextAction() — an interactive TUI prompt — when it detected
   another session's lock. In RPC/web bridge mode this blocks forever
   since there is no terminal to answer the prompt. Now detects
   GSD_WEB_BRIDGE_TUI=1 and emits an actionable warning notification
   instead of blocking.

Files changed:
- web/lib/workflow-action-execution.ts (dispatch callback instead of raw fetch)
- web/components/gsd/dashboard.tsx (pass store-backed dispatch)
- web/components/gsd/sidebar.tsx (MilestoneExplorer + CollapsedMilestoneSidebar)
- src/resources/extensions/gsd/commands.ts (RPC-mode guard in guardRemoteSession)

* fix: terminal drag-drop image upload, Shift+Enter newline, and chat mode unified response bubble

Bug 1 - Power Mode drag-drop: Dropping images on either terminal pane
opened the file in a new tab instead of uploading. Fixed by switching
all drag/drop handlers to native DOM capture-phase listeners (React
synthetic events don't reliably fire through xterm's internal DOM).
Both panes now upload images via /api/terminal/upload and inject
@filepath into the terminal input. DualTerminal wrapper prevents
browser default file-navigation as a safety net.

Bug 2 - Chat Mode dual response: During streaming, the assistant
response and thinking indicator rendered as two separate UI blocks.
Fixed by moving thinking content inline into the assistant ChatBubble
via a new InlineThinking component. Removed the standalone
ThinkingIndicator. Thinking text now appears as a collapsible section
above the response text within the same bubble.

Bug 3 - Shift+Enter newline: xterm.js sends \r for both Enter and
Shift+Enter, but pi's TUI editor expects \n (LF) for newline
insertion. Added native DOM capture-phase keydown listeners on both
MainSessionTerminal and ShellTerminal that intercept Shift+Enter,
preventDefault to block xterm, and send \n through the input channel.

* chore: update lockfile and tsbuildinfo

* refactor: remove right-side action panel, route all commands through main bridge

- Remove ActionPanel, StructuredTerminalActionPane, and all PTY screen-scraping
  infrastructure (~700 lines deleted: stripTerminalChrome, isScreenChromeLine,
  normalizeScreenLine, beautifyParsedScreenContent, parseStructuredTerminalScreen,
  SCREEN_* constants, hidden xterm.js terminal buffer)

- All /gsd subcommands now dispatch through the main bridge session via
  sendCommand(buildPromptCommand()). No separate PTY instances.

- Add disabledDuringAuto flag to GSDActionDef. Commands that inject competing
  LLM prompts are disabled while auto-mode runs:
  - discuss: calls dispatchWorkflow -> pi.sendMessage (would conflict with auto)
  - triage: injects triage prompt via pi.sendMessage (same conflict)
  - All other commands verified safe: stop/pause control auto, steer explicitly
    handles auto with HARD STEER message, capture/knowledge/skip are file IO,
    status/queue/history/visualize are read-only, mode/prefs/doctor/export/
    cleanup/remote are config/maintenance

- Add inline PendingUiRequest rendering in ChatPane: select (single + multi),
  confirm, input, and editor requests appear as interactive chat bubbles in the
  message flow with native clickable controls and post-submission confirmation

- Wire FocusedPanel in app-shell.tsx as fallback overlay for pendingUiRequests
  in non-chat views (dashboard, power mode, files, etc.)

- Remove unused imports: AnimatePresence, motion, buildProjectAbsoluteUrl,
  buildProjectPath, HeadlessTerminal type, compact prop

* chore: gitignore tsbuildinfo files

* onboarding overhaul: add mode, project, and remote steps; refactor existing steps

- Add step-mode.tsx for user/dev mode selection
- Add step-project.tsx for project selection/creation
- Add step-remote.tsx for remote repository configuration
- Add use-user-mode.ts hook for mode state management
- Add /api/dev-mode route for dev mode toggle
- Refactor onboarding-gate.tsx flow and step sequencing
- Refactor step-authenticate, step-dev-root, step-optional,
  step-provider, step-ready, step-welcome with updated styling
- Update command-surface, app-shell, dashboard integrations
- Update dev-overrides and workflow-action-execution

* overhaul projects view, simplify boot readiness, add requireProjectCwd

- Redesign projects-view with Sheet/Dialog components and improved styling
- Simplify waitForBootReady: remove bridge phase tracking, return on first successful response
- Boot route returns minimal no-project payload when no project is configured
- Rename resolveProjectCwd → requireProjectCwd across all API routes
- Minor UI adjustments in app-shell, sidebar, terminal

* fix: update tests for upstream merge and UI refactor

Unit tests (7 fixes, 2133/2133 pass):
- smart-entry-complete: match upstream's chooser-based complete flow
- web-bridge-contract: add projectDetection to boot snapshot keys
- web-command-parity: await async registerExtension (upstream decomposition)
- web-mode-cli: update gsd:web script expectation (copy-resources added)
- web-state-surfaces: match refactored editorTextBuffer consumption
- web-workflow-action-execution: match new dispatch-based API, stub localStorage
- web-mode.ts: restore GSD_WEB_PROJECT_CWD in spawn env

Integration tests:
- web-mode-onboarding: simplify to API-only contract (locked→reject→retry→unlocked)
  without fragile browser UI assertions that depend on refactored wizard flow

* Clean up dashboard header and redesign project selection gate

- Simplify dashboard header: inline scope badge with title, remove
  workflow action buttons and status indicators
- Redesign project selection gate: center logo with subtitle, remove
  header bar and side gutters, cleaner layout
- Remove web-mode-runtime integration test

* settings: consolidate tabs, add General panel with font size controls

- Add General tab (terminal font size + code font size) as default settings landing
- Merge Thinking into Model tab (model selection + thinking level in one panel)
- Merge Queue + Compaction + Retry into Session tab (all session behavior knobs)
- Reduce settings nav from 8 tabs to 6 (+ admin when dev mode)
- Legacy section routes (thinking, queue, compaction, retry) still render correctly
- gsd-prefs mega-scroll uses GeneralPanel instead of separate Terminal/Editor panels

* fix: file explorer & visualizer use selected project context, resizable tree panel

- Route all fetch calls in files-view, visualizer-view, and status-bar
  through buildProjectUrl() so they respect the active project selection
  instead of falling back to GSD_WEB_PROJECT_CWD (server startup project)
- Make file explorer tree panel resizable (180-480px) with drag handle,
  matching the milestone sidebar resize pattern

* feat(web): file explorer Agent tab, merged headers, unified chat timeline

- Merge file path display + save button into single header row (3 layers → 2)
- Add Agent tab to file explorer left panel with embedded ChatPane
- Auto-open files in viewer when agent executes edit/write tools
- Show inline diff (red/green lines) for agent-edited files with auto-dismiss
- MD files default to Edit tab when agent-opened so raw changes are visible
- Unified chat timeline: tool executions render inline where they happen,
  not stacked at the bottom
- Persist user messages in workspace store so they survive tab switches
- Shorten chat input placeholder to 'Message…', remove hint text

* feat(chat): persist thinking blocks and render in chronological order

- Add TurnSegment type to track thinking/text/tool events in order
- Finalize streaming content into segments at phase transitions
  (thinking→text, text→thinking, tool start/end, turn boundary)
- Store completedTurnSegments parallel to liveTranscript for history
- Rebuild chat timeline from segments so thinking blocks render
  in their correct position between text and tool calls
- Thinking blocks now persist after streaming ends (collapsible)
- Restyle InlineThinking to monochrome (muted-foreground) — removes
  amber/warning colors for consistency with dark theme

* feat(web): add Integrations tab to settings panel for remote channel config

* feat(web): bot token input in settings and onboarding, card-based integrations panel

- Add PATCH endpoint to /api/remote-questions for saving bot tokens
  to ~/.gsd/agent/auth.json (same storage as TUI key manager)
- Redesign RemoteQuestionsPanel: card-based channel picker, inline
  token input with show/hide toggle, collapsible advanced settings,
  connected state banner with disconnect
- Add bot token input to onboarding StepRemote with same PATCH flow
- Remove 'configure via TUI or environment' messaging — web UI now
  handles the full setup end-to-end

* fix(web): address PR #1717 security review feedback

Security (blocking):
- Add bearer token auth to all API routes via Next.js middleware
- Generate random token at launch, pass to browser via URL fragment
- Add Origin/CORS validation rejecting cross-origin API requests
- Whitelist PTY commands (gsd, user shell, /bin/bash, /bin/zsh, /bin/sh)
- Restrict /api/browse-directories to devRoot scope

Cleanup:
- Move shiki, react-markdown, remark-gfm from root to web/package.json
- Remove as-any casts in input-controller.ts (extend host type properly)
- Add extensions_ready signal to RPC mode (fixes void bindExtensions race)
- Add test fixture dummy keys to .secretscanignore (fixes CI lint)

* fix(web): resolve Next.js 16 build warnings

- Rename middleware.ts → proxy.ts with proxy() export (Next.js 16 convention)
- Add @gsd/native to webpack externals (fixes package path resolution warning)
- Hide require fallback from webpack static analysis in pty-manager (fixes
  critical dependency warning)

* fix(web): pass auth token to boot readiness probe

The readiness probe hits /api/boot to check server startup, but the
proxy now requires a bearer token. Thread the authToken through
waitForBootReady → requestLocalJson so the probe authenticates.

* chore: sync lockfiles after moving deps to web/package.json

* fix(test): update web-mode-cli test for auth token in browser URL

The test asserted the exact opened URL, which now includes a random
auth token fragment. Updated to pattern-match the token and verify
GSD_WEB_AUTH_TOKEN is passed consistently in the spawn env.

* fix(test): pass auth token in web-mode-onboarding integration test

The runtime harness now extracts the auth token from the browser-open
stub log and exposes it on RuntimeLaunchResult.authToken. Added
runtimeAuthHeaders() helper. Updated the onboarding test to pass
Authorization headers on all fetch calls and waitForHttpOk.

* fix(test): match renamed nextMilestoneIdReserved in smart-entry-complete test

Upstream #1569 renamed nextMilestoneId → nextMilestoneIdReserved.
Updated the regex assertion to accept both names.

* feat(web): support GSD_WEB_ALLOWED_ORIGINS for secure tunnel setups

Adds a comma-separated GSD_WEB_ALLOWED_ORIGINS env var that merges
additional origins into the CORS allowlist. Defaults to localhost-only
when unset. Enables Tailscale Serve, Cloudflare Tunnel, ngrok, etc.
2026-03-21 12:16:54 -06:00

1306 lines
53 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use client"
import { useEffect, useState, useCallback } from "react"
import * as TabsPrimitive from "@radix-ui/react-tabs"
import {
CheckCircle2,
Circle,
Play,
AlertTriangle,
Clock,
Download,
Activity,
GitBranch,
ArrowRight,
BarChart3,
FileText,
FileJson,
Loader2,
Layers,
Bot,
RotateCcw,
ChevronRight,
AlertCircle,
} from "lucide-react"
import { cn } from "@/lib/utils"
import { useGSDWorkspaceState, buildProjectUrl } from "@/lib/gsd-workspace-store"
import type {
VisualizerData,
VisualizerSlice,
VisualizerTask,
ProjectTotals,
} from "@/lib/visualizer-types"
import {
formatCost,
formatTokenCount,
formatDuration,
} from "@/lib/visualizer-types"
import { authFetch } from "@/lib/auth"
// ─── Design Tokens ────────────────────────────────────────────────────────────
// Tab definitions — single source of truth
const TABS = [
{ value: "progress", label: "Progress", Icon: Layers },
{ value: "deps", label: "Dependencies", Icon: GitBranch },
{ value: "metrics", label: "Metrics", Icon: BarChart3 },
{ value: "timeline", label: "Timeline", Icon: Clock },
{ value: "agent", label: "Agent", Icon: Bot },
{ value: "changes", label: "Changes", Icon: Activity },
{ value: "export", label: "Export", Icon: Download },
] as const
type TabValue = (typeof TABS)[number]["value"]
// ─── Shared Primitives ────────────────────────────────────────────────────────
function statusIcon(status: "complete" | "active" | "pending" | "done") {
switch (status) {
case "complete":
case "done":
return <CheckCircle2 className="h-4 w-4 shrink-0 text-success" />
case "active":
return <Play className="h-4 w-4 shrink-0 text-info" />
case "pending":
return <Circle className="h-4 w-4 shrink-0 text-muted-foreground/30" />
}
}
function taskStatusIcon(task: VisualizerTask) {
if (task.done) return statusIcon("done")
if (task.active) return statusIcon("active")
return statusIcon("pending")
}
function RiskBadge({ risk }: { risk: string }) {
const color =
risk === "high"
? "bg-destructive/15 text-destructive border-destructive/25 ring-destructive/10"
: risk === "medium"
? "bg-warning/15 text-warning border-warning/25 ring-warning/10"
: "bg-success/15 text-success border-success/25 ring-success/10"
return (
<span
className={cn(
"inline-flex items-center rounded border px-2 py-0.5 text-[11px] font-semibold uppercase tracking-widest",
color,
)}
>
{risk}
</span>
)
}
function formatRelative(isoDate: string): string {
const diff = Date.now() - new Date(isoDate).getTime()
if (diff < 60_000) return "just now"
const min = Math.floor(diff / 60_000)
if (min < 60) return `${min}m ago`
const hr = Math.floor(min / 60)
if (hr < 24) return `${hr}h ago`
return `${Math.floor(hr / 24)}d ago`
}
function formatTime(ts: number): string {
const d = new Date(ts)
return `${String(d.getHours()).padStart(2, "0")}:${String(d.getMinutes()).padStart(2, "0")}`
}
/** Prominent section label with left accent bar */
function SectionLabel({ children }: { children: React.ReactNode }) {
return (
<div className="flex items-center gap-2.5">
<div className="h-3.5 w-0.5 rounded-full bg-foreground/25" />
<h3 className="text-xs font-semibold uppercase tracking-widest text-muted-foreground">
{children}
</h3>
</div>
)
}
/** Large empty state with icon */
function EmptyState({ message, icon: Icon = AlertCircle }: { message: string; icon?: React.ComponentType<{ className?: string }> }) {
return (
<div className="flex flex-col items-center justify-center gap-4 rounded-xl border border-dashed border-border/60 py-16 text-center">
<div className="rounded-full border border-border/60 bg-muted/40 p-4">
<Icon className="h-6 w-6 text-muted-foreground/50" />
</div>
<p className="text-sm font-medium text-muted-foreground">{message}</p>
</div>
)
}
/** Metric card — key number with label */
function StatCard({
label,
value,
sub,
accent,
}: {
label: string
value: string
sub?: string
accent?: "sky" | "emerald" | "amber" | "default"
}) {
const accentClasses = {
sky: "from-info/8 border-info/20",
emerald: "from-success/8 border-success/20",
amber: "from-warning/8 border-warning/20",
default: "from-transparent border-border",
}[accent ?? "default"]
return (
<div className={cn(
"relative overflow-hidden rounded-xl border bg-gradient-to-br to-transparent p-5",
accentClasses,
)}>
<p className="text-xs font-semibold uppercase tracking-widest text-muted-foreground">
{label}
</p>
<p className="mt-2 text-2xl font-bold tabular-nums leading-none tracking-tight">
{value}
</p>
{sub && (
<p className="mt-1.5 text-xs text-muted-foreground">{sub}</p>
)}
</div>
)
}
/** Horizontal progress bar with label */
function ProgressBar({
value,
max,
color = "sky",
animated = false,
}: {
value: number
max: number
color?: "sky" | "emerald" | "amber"
animated?: boolean
}) {
const pct = max > 0 ? Math.max(1, (value / max) * 100) : 0
const barColor = { sky: "bg-info", emerald: "bg-success", amber: "bg-warning" }[color]
return (
<div className="h-2 w-full overflow-hidden rounded-full bg-muted/60">
<div
className={cn("h-full rounded-full transition-all duration-700", barColor, animated && "animate-pulse")}
style={{ width: `${pct}%` }}
/>
</div>
)
}
// ─── Progress Tab ─────────────────────────────────────────────────────────────
function ProgressTab({ data }: { data: VisualizerData }) {
if (data.milestones.length === 0) {
return <EmptyState message="No milestones defined yet." icon={Layers} />
}
const allSlices = data.milestones.flatMap((m) => m.slices)
const riskCounts = { low: 0, medium: 0, high: 0 }
for (const sl of allSlices) {
if (sl.risk === "high") riskCounts.high++
else if (sl.risk === "medium") riskCounts.medium++
else riskCounts.low++
}
return (
<div className="space-y-6">
{/* Risk Heatmap */}
{allSlices.length > 0 && (
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Risk Heatmap</SectionLabel>
<div className="mt-5 space-y-3">
{data.milestones
.filter((m) => m.slices.length > 0)
.map((ms) => (
<div key={ms.id} className="flex items-center gap-4">
<span className="w-16 shrink-0 font-mono text-xs font-medium text-muted-foreground">
{ms.id}
</span>
<div className="flex flex-wrap gap-1.5">
{ms.slices.map((sl) => (
<div
key={sl.id}
title={`${sl.id}: ${sl.title} (${sl.risk})`}
className={cn(
"h-6 w-6 rounded cursor-default transition-transform hover:scale-125",
sl.risk === "high"
? "bg-destructive"
: sl.risk === "medium"
? "bg-warning"
: "bg-success",
)}
/>
))}
</div>
</div>
))}
</div>
<div className="mt-5 flex items-center gap-5 text-xs text-muted-foreground">
<span className="flex items-center gap-2">
<span className="h-3 w-3 rounded-sm bg-success" />
Low ({riskCounts.low})
</span>
<span className="flex items-center gap-2">
<span className="h-3 w-3 rounded-sm bg-warning" />
Medium ({riskCounts.medium})
</span>
<span className="flex items-center gap-2">
<span className="h-3 w-3 rounded-sm bg-destructive" />
High ({riskCounts.high})
</span>
</div>
</div>
)}
{/* Milestone tree */}
<div className="space-y-4">
{data.milestones.map((ms) => (
<div key={ms.id} className="overflow-hidden rounded-xl border border-border bg-card">
{/* Milestone header */}
<div className="flex items-center justify-between border-b border-border bg-muted/20 px-5 py-4">
<div className="flex items-center gap-3">
{statusIcon(ms.status)}
<span className="font-mono text-xs font-semibold text-muted-foreground">{ms.id}</span>
<span className="text-sm font-semibold">{ms.title}</span>
</div>
<span
className={cn(
"rounded-md px-2.5 py-1 text-xs font-semibold uppercase tracking-wider",
ms.status === "complete"
? "bg-success/15 text-success"
: ms.status === "active"
? "bg-info/15 text-info"
: "bg-muted text-muted-foreground",
)}
>
{ms.status}
</span>
</div>
{ms.status === "pending" && ms.dependsOn.length > 0 && (
<div className="px-5 py-2.5 text-xs text-muted-foreground border-b border-border/50">
Depends on {ms.dependsOn.join(", ")}
</div>
)}
{/* Slices */}
{ms.slices.length > 0 && (
<div className="divide-y divide-border/50">
{ms.slices.map((sl) => {
const doneTasks = sl.tasks.filter((t) => t.done).length
const slStatus = sl.done ? "done" : sl.active ? "active" : "pending"
return (
<div key={sl.id} className="px-5 py-4">
<div className="flex items-center gap-3">
{statusIcon(slStatus)}
<span className="font-mono text-xs font-medium text-muted-foreground">{sl.id}</span>
<span className="min-w-0 flex-1 truncate text-sm font-medium">{sl.title}</span>
<div className="flex shrink-0 items-center gap-2.5">
{sl.depends.length > 0 && (
<span className="text-xs text-muted-foreground">
deps: {sl.depends.join(", ")}
</span>
)}
{sl.tasks.length > 0 && (
<span className="font-mono text-xs font-medium text-muted-foreground">
{doneTasks}/{sl.tasks.length}
</span>
)}
<RiskBadge risk={sl.risk} />
</div>
</div>
{/* Tasks — only shown for active or partially-done slices */}
{(sl.active || sl.tasks.some((t) => t.active)) && sl.tasks.length > 0 && (
<div className="ml-7 mt-3 space-y-1">
{sl.tasks.map((task) => (
<div
key={task.id}
className={cn(
"flex items-center gap-2.5 rounded-lg px-3 py-2 transition-colors",
task.active
? "bg-info/8 border border-info/20"
: "hover:bg-muted/40",
)}
>
{taskStatusIcon(task)}
<span className="font-mono text-xs font-medium text-muted-foreground">{task.id}</span>
<span
className={cn(
"text-sm",
task.done && "text-muted-foreground/50 line-through",
task.active && "font-semibold text-info",
!task.done && !task.active && "text-muted-foreground",
)}
>
{task.title}
</span>
{task.active && (
<span className="ml-auto rounded-md bg-info/15 px-2 py-0.5 text-[11px] font-bold uppercase tracking-wider text-info">
running
</span>
)}
</div>
))}
</div>
)}
</div>
)
})}
</div>
)}
</div>
))}
</div>
</div>
)
}
// ─── Deps Tab ─────────────────────────────────────────────────────────────────
function DepsTab({ data }: { data: VisualizerData }) {
const cp = data.criticalPath
const activeMs = data.milestones.find((m) => m.status === "active")
const milestoneDeps = data.milestones.filter((m) => m.dependsOn.length > 0)
return (
<div className="space-y-6">
{/* Milestone Dependencies */}
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Milestone Dependencies</SectionLabel>
<div className="mt-5">
{milestoneDeps.length === 0 ? (
<p className="text-sm text-muted-foreground">No milestone dependencies configured.</p>
) : (
<div className="flex flex-col gap-3">
{milestoneDeps.flatMap((ms) =>
ms.dependsOn.map((dep) => (
<div key={`${dep}-${ms.id}`} className="flex items-center gap-3">
<span className="rounded-lg border border-info/25 bg-info/10 px-3 py-1.5 font-mono text-sm font-semibold text-info">
{dep}
</span>
<ArrowRight className="h-4 w-4 text-muted-foreground/50" />
<span className="rounded-lg border border-border bg-muted/40 px-3 py-1.5 font-mono text-sm font-medium">
{ms.id}
</span>
<span className="text-sm text-muted-foreground">{ms.title}</span>
</div>
)),
)}
</div>
)}
</div>
</div>
{/* Slice Dependencies */}
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Slice Dependencies Active Milestone</SectionLabel>
<div className="mt-5">
{!activeMs ? (
<p className="text-sm text-muted-foreground">No active milestone.</p>
) : (
(() => {
const slDeps = activeMs.slices.filter((s) => s.depends.length > 0)
if (slDeps.length === 0)
return <p className="text-sm text-muted-foreground">No slice dependencies in {activeMs.id}.</p>
return (
<div className="flex flex-col gap-3">
{slDeps.flatMap((sl) =>
sl.depends.map((dep) => (
<div key={`${dep}-${sl.id}`} className="flex items-center gap-3">
<span className="rounded-lg border border-info/25 bg-info/10 px-3 py-1.5 font-mono text-sm font-semibold text-info">
{dep}
</span>
<ArrowRight className="h-4 w-4 text-muted-foreground/50" />
<span className="rounded-lg border border-border bg-muted/40 px-3 py-1.5 font-mono text-sm font-medium">
{sl.id}
</span>
<span className="text-sm text-muted-foreground">{sl.title}</span>
</div>
)),
)}
</div>
)
})()
)}
</div>
</div>
{/* Critical Path */}
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Critical Path</SectionLabel>
<div className="mt-5">
{cp.milestonePath.length === 0 ? (
<p className="text-sm text-muted-foreground">No critical path data.</p>
) : (
<div className="space-y-7">
{/* Milestone chain */}
<div>
<p className="mb-3 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
Milestone Chain
</p>
<div className="flex flex-wrap items-center gap-2">
{cp.milestonePath.map((id, i) => (
<span key={id} className="flex items-center gap-2">
<span className="rounded-lg border border-destructive/30 bg-destructive/10 px-3 py-1.5 font-mono text-sm font-bold text-destructive">
{id}
</span>
{i < cp.milestonePath.length - 1 && (
<ChevronRight className="h-4 w-4 text-muted-foreground/50" />
)}
</span>
))}
</div>
</div>
{/* Milestone slack */}
{Object.keys(cp.milestoneSlack).length > 0 && (
<div>
<p className="mb-3 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
Milestone Slack
</p>
<div className="flex flex-col gap-2">
{data.milestones
.filter((m) => !cp.milestonePath.includes(m.id))
.map((m) => (
<div key={m.id} className="flex items-center gap-4 rounded-lg bg-muted/30 px-4 py-2.5">
<span className="w-16 font-mono text-sm font-semibold">{m.id}</span>
<span className="text-sm text-muted-foreground">{m.title}</span>
<span className="ml-auto font-mono text-xs text-muted-foreground">
slack: {cp.milestoneSlack[m.id] ?? 0}
</span>
</div>
))}
</div>
</div>
)}
{/* Slice critical path */}
{cp.slicePath.length > 0 && (
<div>
<p className="mb-3 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
Slice Critical Path
</p>
<div className="flex flex-wrap items-center gap-2">
{cp.slicePath.map((id, i) => (
<span key={id} className="flex items-center gap-2">
<span className="rounded-lg border border-warning/30 bg-warning/10 px-3 py-1.5 font-mono text-sm font-semibold text-warning">
{id}
</span>
{i < cp.slicePath.length - 1 && (
<ChevronRight className="h-4 w-4 text-muted-foreground/50" />
)}
</span>
))}
</div>
{/* Bottleneck warnings */}
{activeMs && (
<div className="mt-3 space-y-2">
{cp.slicePath
.map((sid) => activeMs.slices.find((s) => s.id === sid))
.filter(
(sl): sl is VisualizerSlice => sl != null && !sl.done && !sl.active,
)
.map((sl) => (
<div
key={sl.id}
className="flex items-center gap-2.5 rounded-lg border border-warning/20 bg-warning/8 px-4 py-2.5 text-sm text-warning"
>
<AlertTriangle className="h-4 w-4 shrink-0" />
<span className="font-mono font-semibold">{sl.id}</span>
<span>is on the critical path but not yet started</span>
</div>
))}
</div>
)}
</div>
)}
{/* Slice slack */}
{Object.keys(cp.sliceSlack).length > 0 && (
<div>
<p className="mb-3 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
Slice Slack
</p>
<div className="flex flex-wrap gap-2">
{Object.entries(cp.sliceSlack).map(([id, slack]) => (
<span
key={id}
className="rounded-lg border border-border bg-muted/40 px-3 py-1.5 font-mono text-xs text-muted-foreground"
>
{id}: {slack}
</span>
))}
</div>
</div>
)}
</div>
)}
</div>
</div>
</div>
)
}
// ─── Metrics Tab ──────────────────────────────────────────────────────────────
function MetricsTab({ data }: { data: VisualizerData }) {
if (!data.totals) {
return <EmptyState message="No metrics data available." icon={BarChart3} />
}
const totals = data.totals
return (
<div className="space-y-6">
{/* Summary stats */}
<div className="grid grid-cols-2 gap-4 sm:grid-cols-4">
<StatCard label="Execution Units" value={String(totals.units)} accent="default" />
<StatCard label="Total Cost" value={formatCost(totals.cost)} accent="emerald" />
<StatCard label="Duration" value={formatDuration(totals.duration)} accent="sky" />
<StatCard
label="Total Tokens"
value={formatTokenCount(totals.tokens.total)}
sub={`${formatTokenCount(totals.tokens.input)} in · ${formatTokenCount(totals.tokens.output)} out`}
accent="amber"
/>
</div>
{/* By Phase */}
{data.byPhase.length > 0 && (
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Cost by Phase</SectionLabel>
<div className="mt-5 space-y-5">
{data.byPhase.map((phase) => {
const pct = totals.cost > 0 ? (phase.cost / totals.cost) * 100 : 0
return (
<div key={phase.phase}>
<div className="mb-2 flex items-center justify-between">
<span className="text-sm font-semibold">{phase.phase}</span>
<div className="flex items-center gap-4 text-xs text-muted-foreground">
<span className="font-mono font-medium text-foreground">{formatCost(phase.cost)}</span>
<span>{pct.toFixed(1)}%</span>
<span>{formatTokenCount(phase.tokens.total)} tok</span>
<span>{phase.units} units</span>
</div>
</div>
<ProgressBar value={pct} max={100} color="sky" />
</div>
)
})}
</div>
</div>
)}
{/* By Model */}
{data.byModel.length > 0 && (
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Cost by Model</SectionLabel>
<div className="mt-5 space-y-5">
{data.byModel.map((model) => {
const pct = totals.cost > 0 ? (model.cost / totals.cost) * 100 : 0
return (
<div key={model.model}>
<div className="mb-2 flex items-center justify-between">
<span className="font-mono text-sm font-medium">{model.model}</span>
<div className="flex items-center gap-4 text-xs text-muted-foreground">
<span className="font-mono font-medium text-foreground">{formatCost(model.cost)}</span>
<span>{pct.toFixed(1)}%</span>
<span>{formatTokenCount(model.tokens.total)} tok</span>
<span>{model.units} units</span>
</div>
</div>
<ProgressBar value={pct} max={100} color="emerald" />
</div>
)
})}
</div>
</div>
)}
{/* By Slice */}
{data.bySlice.length > 0 && (
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Cost by Slice</SectionLabel>
<div className="mt-5 overflow-x-auto">
<table className="w-full text-sm">
<thead>
<tr className="border-b border-border text-left text-xs font-semibold uppercase tracking-widest text-muted-foreground">
<th className="pb-3 pr-5">Slice</th>
<th className="pb-3 pr-5 text-right">Units</th>
<th className="pb-3 pr-5 text-right">Cost</th>
<th className="pb-3 pr-5 text-right">Duration</th>
<th className="pb-3 text-right">Tokens</th>
</tr>
</thead>
<tbody className="divide-y divide-border/50">
{data.bySlice.map((sl) => (
<tr key={sl.sliceId} className="transition-colors hover:bg-muted/30">
<td className="py-3 pr-5 font-mono text-xs font-semibold">{sl.sliceId}</td>
<td className="py-3 pr-5 text-right tabular-nums text-muted-foreground">{sl.units}</td>
<td className="py-3 pr-5 text-right tabular-nums font-medium">{formatCost(sl.cost)}</td>
<td className="py-3 pr-5 text-right tabular-nums text-muted-foreground">{formatDuration(sl.duration)}</td>
<td className="py-3 text-right tabular-nums text-muted-foreground">{formatTokenCount(sl.tokens.total)}</td>
</tr>
))}
</tbody>
</table>
</div>
</div>
)}
{/* Projections */}
{data.bySlice.length >= 2 && <ProjectionsSection data={data} totals={totals} />}
</div>
)
}
function ProjectionsSection({
data,
totals,
}: {
data: VisualizerData
totals: ProjectTotals
}) {
const sliceLevelEntries = data.bySlice.filter((s) => s.sliceId.includes("/"))
if (sliceLevelEntries.length < 2) return null
const totalSliceCost = sliceLevelEntries.reduce((sum, s) => sum + s.cost, 0)
const avgCostPerSlice = totalSliceCost / sliceLevelEntries.length
const projectedRemaining = avgCostPerSlice * data.remainingSliceCount
const projectedTotal = totals.cost + projectedRemaining
const burnRate = totals.duration > 0 ? totals.cost / (totals.duration / 3_600_000) : 0
return (
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Projections</SectionLabel>
<div className="mt-5 grid grid-cols-2 gap-4 sm:grid-cols-4">
<StatCard label="Avg / Slice" value={formatCost(avgCostPerSlice)} />
<StatCard
label="Projected Remaining"
value={formatCost(projectedRemaining)}
sub={`${data.remainingSliceCount} slices left`}
/>
<StatCard label="Projected Total" value={formatCost(projectedTotal)} />
{burnRate > 0 && (
<StatCard label="Burn Rate" value={`${formatCost(burnRate)}/hr`} />
)}
</div>
{projectedTotal > 2 * totals.cost && data.remainingSliceCount > 0 && (
<div className="mt-4 flex items-center gap-2.5 rounded-lg border border-warning/20 bg-warning/8 px-4 py-3 text-sm text-warning">
<AlertTriangle className="h-4 w-4 shrink-0" />
Projected total {formatCost(projectedTotal)} exceeds 2× current spend
</div>
)}
</div>
)
}
// ─── Timeline Tab ─────────────────────────────────────────────────────────────
function TimelineTab({ data }: { data: VisualizerData }) {
const sorted = [...data.units].sort((a, b) => a.startedAt - b.startedAt)
const recent = sorted.slice(-30)
const hasRunningUnit = recent.some((u) => !u.finishedAt || u.finishedAt === 0)
const [runningNow, setRunningNow] = useState(() => Date.now())
useEffect(() => {
if (!hasRunningUnit) return
const interval = window.setInterval(() => {
setRunningNow(Date.now())
}, 1000)
return () => window.clearInterval(interval)
}, [hasRunningUnit])
const referenceNow = hasRunningUnit ? runningNow : 0
const durationForUnit = useCallback(
(unit: VisualizerData["units"][number]) => (unit.finishedAt || referenceNow) - unit.startedAt,
[referenceNow],
)
if (data.units.length === 0) {
return <EmptyState message="No execution history yet." icon={Clock} />
}
const maxDuration = Math.max(...recent.map(durationForUnit), 1)
return (
<div className="space-y-4">
<div className="overflow-hidden rounded-xl border border-border bg-card">
{/* Header */}
<div className="border-b border-border bg-muted/20 px-6 py-4">
<SectionLabel>Execution Timeline</SectionLabel>
<p className="mt-1.5 text-xs text-muted-foreground">
Showing {recent.length} of {data.units.length} units most recent first
</p>
</div>
{/* Column headers */}
<div className="grid grid-cols-[3.5rem_1.5rem_5rem_8rem_1fr_4.5rem_5rem] items-center gap-3 border-b border-border/50 px-6 py-2.5 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
<span>Time</span>
<span />
<span>Type</span>
<span>ID</span>
<span>Duration</span>
<span className="text-right">Time</span>
<span className="text-right">Cost</span>
</div>
<div className="divide-y divide-border/40">
{[...recent].reverse().map((unit, i) => {
const duration = durationForUnit(unit)
const pct = (duration / maxDuration) * 100
const isRunning = !unit.finishedAt || unit.finishedAt === 0
return (
<div
key={`${unit.id}-${unit.startedAt}-${i}`}
className="grid grid-cols-[3.5rem_1.5rem_5rem_8rem_1fr_4.5rem_5rem] items-center gap-3 px-6 py-3.5 transition-colors hover:bg-muted/30"
>
<span className="font-mono text-xs text-muted-foreground">
{formatTime(unit.startedAt)}
</span>
{isRunning ? (
<Play className="h-3.5 w-3.5 shrink-0 text-info" />
) : (
<CheckCircle2 className="h-3.5 w-3.5 shrink-0 text-success" />
)}
<span className="truncate text-xs font-medium">{unit.type}</span>
<span className="truncate font-mono text-xs text-muted-foreground">{unit.id}</span>
<div className="hidden sm:block">
<ProgressBar
value={pct}
max={100}
color="sky"
animated={isRunning}
/>
</div>
<span className="text-right font-mono text-xs tabular-nums text-muted-foreground">
{formatDuration(duration)}
</span>
<span className="text-right font-mono text-xs tabular-nums font-medium">
{formatCost(unit.cost)}
</span>
</div>
)
})}
</div>
</div>
</div>
)
}
// ─── Agent Tab ────────────────────────────────────────────────────────────────
function AgentTab({ data }: { data: VisualizerData }) {
const activity = data.agentActivity
if (!activity) {
return <EmptyState message="No agent activity data available." icon={Bot} />
}
const completed = activity.completedUnits
const total = Math.max(completed, activity.totalSlices)
const pct = total > 0 ? Math.min(100, Math.round((completed / total) * 100)) : 0
return (
<div className="space-y-6">
{/* Status card */}
<div className="rounded-xl border border-border bg-card p-6">
<div className="flex items-center justify-between">
<div className="flex items-center gap-4">
<div className={cn(
"relative flex h-10 w-10 items-center justify-center rounded-full",
activity.active
? "bg-success/15"
: "bg-muted/60",
)}>
{activity.active && (
<div className="absolute inset-0 animate-ping rounded-full bg-success/20" />
)}
<div className={cn(
"h-3 w-3 rounded-full",
activity.active ? "bg-success" : "bg-muted-foreground/30",
)} />
</div>
<div>
<p className="text-xl font-bold">{activity.active ? "Active" : "Idle"}</p>
<p className="text-sm text-muted-foreground">
{activity.active ? "Agent is running" : "Waiting for next task"}
</p>
</div>
</div>
{activity.active && (
<div className="text-right">
<p className="font-mono text-lg font-bold">{formatDuration(activity.elapsed)}</p>
<p className="text-xs text-muted-foreground">elapsed</p>
</div>
)}
</div>
{activity.currentUnit && (
<div className="mt-5 flex items-center gap-3 rounded-xl border border-info/20 bg-info/8 px-5 py-3.5">
<Play className="h-4 w-4 shrink-0 text-info" />
<div>
<p className="text-xs text-muted-foreground">Currently executing</p>
<p className="mt-0.5 font-mono text-sm font-semibold text-info">
{activity.currentUnit.type} {activity.currentUnit.id}
</p>
</div>
</div>
)}
</div>
{/* Completion progress */}
{total > 0 && (
<div className="rounded-xl border border-border bg-card p-6">
<div className="mb-4 flex items-center justify-between">
<SectionLabel>Completion Progress</SectionLabel>
<span className="font-mono text-sm text-muted-foreground">
{completed} / {total} slices
</span>
</div>
<ProgressBar value={completed} max={total} color="emerald" />
<div className="mt-3 flex items-center justify-between text-xs text-muted-foreground">
<span>{pct}% complete</span>
<span>{total - completed} remaining</span>
</div>
</div>
)}
{/* Stats grid */}
<div className="grid grid-cols-2 gap-4 sm:grid-cols-4">
<StatCard
label="Completion Rate"
value={activity.completionRate > 0 ? `${activity.completionRate.toFixed(1)}/hr` : "—"}
accent="sky"
/>
<StatCard label="Session Cost" value={formatCost(activity.sessionCost)} accent="emerald" />
<StatCard label="Session Tokens" value={formatTokenCount(activity.sessionTokens)} accent="amber" />
<StatCard label="Completed" value={String(activity.completedUnits)} />
</div>
{/* Recent units */}
{data.units.filter((u) => u.finishedAt > 0).length > 0 && (
<div className="overflow-hidden rounded-xl border border-border bg-card">
<div className="border-b border-border bg-muted/20 px-6 py-4">
<SectionLabel>Recent Completed Units</SectionLabel>
</div>
<div className="divide-y divide-border/40">
{data.units
.filter((u) => u.finishedAt > 0)
.slice(-5)
.reverse()
.map((u, i) => (
<div key={`${u.id}-${i}`} className="flex items-center gap-4 px-6 py-4 transition-colors hover:bg-muted/30">
<span className="w-12 font-mono text-xs text-muted-foreground">{formatTime(u.startedAt)}</span>
<CheckCircle2 className="h-4 w-4 shrink-0 text-success" />
<span className="flex-1 truncate text-sm font-medium">{u.type}</span>
<span className="font-mono text-xs text-muted-foreground">{u.id}</span>
<span className="font-mono text-xs tabular-nums text-muted-foreground">{formatDuration(u.finishedAt - u.startedAt)}</span>
<span className="font-mono text-xs tabular-nums font-semibold">{formatCost(u.cost)}</span>
</div>
))}
</div>
</div>
)}
</div>
)
}
// ─── Changes Tab ──────────────────────────────────────────────────────────────
function ChangesTab({ data }: { data: VisualizerData }) {
const entries = data.changelog.entries
if (entries.length === 0) {
return <EmptyState message="No completed slices yet." icon={Activity} />
}
const sorted = [...entries].reverse()
return (
<div className="space-y-4">
{sorted.map((entry, i) => (
<div key={`${entry.milestoneId}-${entry.sliceId}-${i}`} className="overflow-hidden rounded-xl border border-border bg-card">
{/* Header */}
<div className="flex items-center justify-between border-b border-border bg-muted/20 px-6 py-4">
<div className="flex items-center gap-3">
<CheckCircle2 className="h-4 w-4 shrink-0 text-success" />
<span className="font-mono text-xs font-bold text-success">
{entry.milestoneId}/{entry.sliceId}
</span>
<span className="text-sm font-semibold">{entry.title}</span>
</div>
{entry.completedAt && (
<span className="text-xs text-muted-foreground">{formatRelative(entry.completedAt)}</span>
)}
</div>
<div className="px-6 py-5 space-y-5">
{/* One-liner */}
{entry.oneLiner && (
<p className="text-sm text-muted-foreground italic leading-relaxed border-l-2 border-muted pl-4">
&ldquo;{entry.oneLiner}&rdquo;
</p>
)}
{/* Files modified */}
{entry.filesModified.length > 0 && (
<div>
<p className="mb-3 text-xs font-semibold uppercase tracking-widest text-muted-foreground">
Files Modified
</p>
<div className="space-y-2">
{entry.filesModified.map((f, fi) => (
<div key={fi} className="flex items-start gap-3 rounded-lg bg-muted/30 px-4 py-2.5">
<CheckCircle2 className="mt-0.5 h-3.5 w-3.5 shrink-0 text-success/70" />
<span className="font-mono text-xs font-medium text-muted-foreground">{f.path}</span>
{f.description && (
<span className="ml-1 text-xs text-muted-foreground/60"> {f.description}</span>
)}
</div>
))}
</div>
</div>
)}
</div>
</div>
))}
</div>
)
}
// ─── Export Tab ───────────────────────────────────────────────────────────────
function ExportTab({ data }: { data: VisualizerData }) {
const downloadBlob = useCallback(
(content: string, filename: string, mimeType: string) => {
const blob = new Blob([content], { type: mimeType })
const url = URL.createObjectURL(blob)
const a = document.createElement("a")
a.href = url
a.download = filename
document.body.appendChild(a)
a.click()
document.body.removeChild(a)
URL.revokeObjectURL(url)
},
[],
)
const generateMarkdown = useCallback(() => {
const lines: string[] = []
lines.push("# GSD Workflow Report")
lines.push("")
lines.push(`Generated: ${new Date().toISOString()}`)
lines.push(`Phase: ${data.phase}`)
lines.push("")
lines.push("## Milestones")
lines.push("")
for (const ms of data.milestones) {
const icon = ms.status === "complete" ? "✓" : ms.status === "active" ? "▸" : "○"
lines.push(`### ${icon} ${ms.id}: ${ms.title} (${ms.status})`)
if (ms.dependsOn.length > 0) lines.push(`Depends on: ${ms.dependsOn.join(", ")}`)
lines.push("")
for (const sl of ms.slices) {
const slIcon = sl.done ? "✓" : sl.active ? "▸" : "○"
lines.push(`- ${slIcon} **${sl.id}**: ${sl.title} [risk: ${sl.risk}]`)
for (const t of sl.tasks) {
const tIcon = t.done ? "✓" : t.active ? "▸" : "○"
lines.push(` - ${tIcon} ${t.id}: ${t.title}`)
}
}
lines.push("")
}
if (data.totals) {
lines.push("## Metrics Summary")
lines.push("")
lines.push(`| Metric | Value |`)
lines.push(`|--------|-------|`)
lines.push(`| Units | ${data.totals.units} |`)
lines.push(`| Total Cost | ${formatCost(data.totals.cost)} |`)
lines.push(`| Duration | ${formatDuration(data.totals.duration)} |`)
lines.push(`| Tokens | ${formatTokenCount(data.totals.tokens.total)} |`)
lines.push("")
}
if (data.criticalPath.milestonePath.length > 0) {
lines.push("## Critical Path")
lines.push("")
lines.push(`Milestone: ${data.criticalPath.milestonePath.join(" → ")}`)
if (data.criticalPath.slicePath.length > 0) {
lines.push(`Slice: ${data.criticalPath.slicePath.join(" → ")}`)
}
lines.push("")
}
if (data.changelog.entries.length > 0) {
lines.push("## Changelog")
lines.push("")
for (const entry of data.changelog.entries) {
lines.push(`### ${entry.milestoneId}/${entry.sliceId}: ${entry.title}`)
if (entry.oneLiner) lines.push(`> ${entry.oneLiner}`)
if (entry.filesModified.length > 0) {
lines.push("Files:")
for (const f of entry.filesModified) lines.push(`- \`${f.path}\`${f.description}`)
}
if (entry.completedAt) lines.push(`Completed: ${entry.completedAt}`)
lines.push("")
}
}
return lines.join("\n")
}, [data])
const handleMarkdown = () => downloadBlob(generateMarkdown(), "gsd-report.md", "text/markdown")
const handleJSON = () => downloadBlob(JSON.stringify(data, null, 2), "gsd-report.json", "application/json")
return (
<div className="space-y-6">
<div className="rounded-xl border border-border bg-card p-6">
<SectionLabel>Export Project Data</SectionLabel>
<p className="mt-3 text-sm leading-relaxed text-muted-foreground">
Download the current visualizer data as a structured report. Markdown includes
milestones, metrics, critical path, and changelog in a readable format.
JSON contains the full raw data payload.
</p>
<div className="mt-7 grid gap-4 sm:grid-cols-2">
<button
onClick={handleMarkdown}
className="group flex items-center gap-5 rounded-xl border border-border bg-muted/20 p-5 text-left transition-all hover:border-info/40 hover:bg-info/5"
>
<div className="rounded-xl border border-info/20 bg-info/10 p-4 transition-colors group-hover:bg-info/15">
<FileText className="h-6 w-6 text-info" />
</div>
<div className="flex-1">
<p className="text-sm font-semibold transition-colors group-hover:text-info">Download Markdown</p>
<p className="mt-1 text-xs text-muted-foreground">Human-readable report with tables and structure</p>
</div>
<Download className="h-4 w-4 shrink-0 text-muted-foreground/0 transition-all group-hover:text-info/70" />
</button>
<button
onClick={handleJSON}
className="group flex items-center gap-5 rounded-xl border border-border bg-muted/20 p-5 text-left transition-all hover:border-success/40 hover:bg-success/5"
>
<div className="rounded-xl border border-success/20 bg-success/10 p-4 transition-colors group-hover:bg-success/15">
<FileJson className="h-6 w-6 text-success" />
</div>
<div className="flex-1">
<p className="text-sm font-semibold transition-colors group-hover:text-success">Download JSON</p>
<p className="mt-1 text-xs text-muted-foreground">Full raw data payload for tooling</p>
</div>
<Download className="h-4 w-4 shrink-0 text-muted-foreground/0 transition-all group-hover:text-success/70" />
</button>
</div>
</div>
</div>
)
}
// ─── Custom Tab Bar ────────────────────────────────────────────────────────────
function VisualizerTabs({
defaultValue,
children,
}: {
defaultValue: TabValue
children: React.ReactNode
}) {
return (
<TabsPrimitive.Root defaultValue={defaultValue} className="flex h-full flex-col overflow-hidden">
{children}
</TabsPrimitive.Root>
)
}
function VisualizerTabList() {
return (
<TabsPrimitive.List className="flex shrink-0 justify-center border-b border-border bg-background px-6">
{TABS.map(({ value, label, Icon }) => (
<TabsPrimitive.Trigger
key={value}
value={value}
className={cn(
// Base
"group relative flex items-center gap-2 px-4 py-3.5 text-sm font-medium outline-none",
"text-muted-foreground transition-colors duration-150",
// Hover
"hover:text-foreground",
// Active (selected) — text
"data-[state=active]:text-foreground",
// Focus visible
"focus-visible:text-foreground",
// Disabled
"disabled:pointer-events-none disabled:opacity-40",
)}
>
{/* Active bottom border indicator */}
<span
className={cn(
"pointer-events-none absolute bottom-0 left-0 right-0 h-0.5 rounded-t-full",
"bg-foreground opacity-0 transition-opacity duration-150",
"group-data-[state=active]:opacity-100",
)}
/>
{/* Hover background */}
<span className="absolute inset-x-0 inset-y-1.5 rounded-lg bg-muted/0 transition-colors duration-150 group-hover:bg-muted/60 group-data-[state=active]:bg-transparent" />
{/* Icon */}
<Icon className="relative h-4 w-4 shrink-0 transition-colors duration-150 text-muted-foreground/70 group-hover:text-foreground/70 group-data-[state=active]:text-foreground" />
{/* Label */}
<span className="relative">{label}</span>
</TabsPrimitive.Trigger>
))}
</TabsPrimitive.List>
)
}
// ─── Main Component ───────────────────────────────────────────────────────────
export function VisualizerView() {
const workspace = useGSDWorkspaceState()
const projectCwd = workspace.boot?.project.cwd
const [data, setData] = useState<VisualizerData | null>(null)
const [loading, setLoading] = useState(true)
const [error, setError] = useState<string | null>(null)
const fetchData = useCallback(async () => {
try {
const resp = await authFetch(buildProjectUrl("/api/visualizer", projectCwd))
if (!resp.ok) {
const body = await resp.json().catch(() => ({ error: "Unknown error" }))
throw new Error(body.error || `HTTP ${resp.status}`)
}
const json: VisualizerData = await resp.json()
setData(json)
setError(null)
} catch (err) {
setError(err instanceof Error ? err.message : "Failed to fetch visualizer data")
} finally {
setLoading(false)
}
}, [projectCwd])
useEffect(() => {
fetchData()
const interval = setInterval(fetchData, 10_000)
return () => clearInterval(interval)
}, [fetchData])
// Loading
if (loading && !data) {
return (
<div className="flex h-full items-center justify-center">
<div className="flex flex-col items-center gap-4">
<Loader2 className="h-7 w-7 animate-spin text-muted-foreground" />
<p className="text-sm text-muted-foreground">Loading visualizer data</p>
</div>
</div>
)
}
// Error (no cached data)
if (error && !data) {
return (
<div className="flex h-full items-center justify-center">
<div className="flex flex-col items-center gap-4 text-center">
<div className="rounded-full border border-warning/20 bg-warning/10 p-4">
<AlertTriangle className="h-6 w-6 text-warning" />
</div>
<div>
<p className="text-sm font-semibold">Failed to load visualizer</p>
<p className="mt-1.5 max-w-sm text-xs text-muted-foreground">{error}</p>
</div>
<button
onClick={fetchData}
className="mt-1 inline-flex items-center gap-2 rounded-lg border border-border bg-card px-4 py-2 text-sm font-medium transition-colors hover:bg-accent"
>
<RotateCcw className="h-3.5 w-3.5" />
Retry
</button>
</div>
</div>
)
}
if (!data) return null
return (
<div className="flex h-full flex-col overflow-hidden">
{/* Header */}
<div className="flex shrink-0 items-center justify-between border-b border-border px-7 py-5">
<div>
<h1 className="text-xl font-bold tracking-tight">Workflow Visualizer</h1>
<div className="mt-1.5 flex items-center gap-3 text-sm text-muted-foreground">
<span>
Phase:{" "}
<span className={cn(
"inline-flex items-center rounded-md px-2 py-0.5 text-xs font-semibold uppercase tracking-wider",
data.phase === "complete"
? "bg-success/15 text-success"
: data.phase === "active" || data.phase === "running"
? "bg-info/15 text-info"
: "bg-muted text-muted-foreground",
)}>
{data.phase}
</span>
</span>
{data.remainingSliceCount > 0 && (
<>
<span className="text-border">·</span>
<span>
{data.remainingSliceCount} slice{data.remainingSliceCount !== 1 ? "s" : ""} remaining
</span>
</>
)}
{error && (
<>
<span className="text-border">·</span>
<span className="flex items-center gap-1 text-warning">
<AlertTriangle className="h-3 w-3" />
Stale {error}
</span>
</>
)}
</div>
</div>
</div>
{/* Tabs */}
<VisualizerTabs defaultValue="progress">
<VisualizerTabList />
<div className="flex-1 overflow-y-auto">
<div className="mx-auto max-w-5xl px-7 py-7">
<TabsPrimitive.Content value="progress" className="outline-none">
<ProgressTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="deps" className="outline-none">
<DepsTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="metrics" className="outline-none">
<MetricsTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="timeline" className="outline-none">
<TimelineTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="agent" className="outline-none">
<AgentTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="changes" className="outline-none">
<ChangesTab data={data} />
</TabsPrimitive.Content>
<TabsPrimitive.Content value="export" className="outline-none">
<ExportTab data={data} />
</TabsPrimitive.Content>
</div>
</div>
</VisualizerTabs>
</div>
)
}