[feat] --trace flag and /subagent slash command#216
Merged
brandonkachen merged 18 commits intomainfrom Jul 23, 2025
Merged
Conversation
Adds /altbuffer (alias /alt) slash command that demonstrates alternate screen buffer functionality: - Full scrolling support with arrow keys, Page Up/Down, Home/End - Rich demo content with 50+ lines and status indicators - Overscroll flash fix that prevents unnecessary re-renders - Proper cleanup and terminal restoration - ESC key to exit back to normal CLI mode 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
Ensures subagent history is properly cleared when users reset their context, providing a clean slate along with other reset operations like clearing checkpoints, messages, and cached file context.
- Truncate subagent prompts to 3 lines with ellipsis in history menu - Handle markdown code blocks properly to prevent awkward line breaks - Fix scroll position isolation between list and individual subagent views - Use pluralize utility for consistent text formatting 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
- Replace 150+ lines of brittle custom line wrapping with wrap-ansi and string-width packages - Fix scrolling issues where users couldn't reach the beginning of subagent messages - Add proper ANSI escape code handling and terminal resize support - Simplify implementation while improving reliability and maintainability 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
- Add QuickJS sandbox for executing string-based agent generators - Implement tool executor for reusable tool call handling - Add comprehensive test coverage for programmatic step execution - Create file-explorer agent for parallel codebase exploration - Refactor agent system to support both native and sandbox generators - Fix merge conflict in stream-parser.ts imports - Update dependencies for QuickJS and zod schema validation 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
jahooma
pushed a commit
that referenced
this pull request
Jul 23, 2025
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
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.