Skip to content

Conversation

@brandonkachen
Copy link
Collaborator

No description provided.

- Create .agents/cli-tmux-tester.ts for testing CLI functionality via tmux
- Add scripts/tmux/ with helper scripts (start, send, capture, stop, cli)
- Include automatic session logging to debug/tmux-sessions/
- Add structured output schema for reporting test results and script issues
- Include commands-log.txt for tracking inputs sent to CLI
- Update tmux helper scripts to use YAML format:
  - session-info.yaml for session metadata
  - commands.yaml for command history
  - YAML front-matter on capture files

- Create .agents/tmux-viewer/ OpenTUI package:
  - Interactive TUI for viewing session captures chronologically
  - --json flag for AI consumption (single source of truth)
  - --list flag to show available sessions
  - Timeline navigation with arrow keys

- Update cli-tmux-tester.ts to reference new viewer tool
- Update README.md with new YAML format documentation
- Add replay mode with play/pause (Space), speed controls (+/-), restart (r)
- Support --replay flag to start in replay mode automatically
- Auto-advance through captures chronologically like a video player
- Speed options: 0.5s, 1.0s, 1.5s, 2.0s, 3.0s, 5.0s per capture
- Fix session-loader to find captures in captures/ subdirectory
- Update knowledge files with tmux helper scripts documentation
- Add gif-exporter.ts with canvas-based terminal rendering
- Add --export-gif, --frame-delay, --font-size CLI flags
- Add gif-encoder-2.d.ts type declarations
- Remove local node_modules/bun.lock from tmux-viewer (use workspace deps)
- Add gif-encoder-2 and canvas to root package.json
- Update .agents/tsconfig.json with JSX config for OpenTUI
- Update README.md with GIF export documentation
…om, card-style navigation, centered capture view
…history

- Add scroll-up and scroll-down keyboard actions
- Handle PageUp/PageDown keys in keyboard action resolver
- Implement scrollUp/scrollDown in scroll management hook (80% viewport)
- Wire up scroll handlers in chat component
- Increase default tmux test session height to 80 rows
- Rename agent id and displayName from cli-tmux-tester to cli-ui-tester
- Enhance spawnerPrompt with explicit file path triggers (cli/src/components/, etc.)
- Add rationale: unit tests cannot catch layout bugs or visual regressions
- Update all documentation references to new agent name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants