-
Notifications
You must be signed in to change notification settings - Fork 344
[feat] codebuff tmux subagent #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
…for UI" This reverts commit 5d607e4.
- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.