Expand description
Command system for TUI
Provides a plugin-like command architecture for handling user commands.
Structs§
- Branch
Info - Information about a branch in the session tree
- Browser
Command - Browser automation command
- Clear
Command - Clear command - clears the chat view
- Command
Context - Context provided to commands for execution
- Command
Registry - Registry for managing commands
- Copy
Command - Copy command - copies last output to clipboard
- Exit
Command - Exit command - exits the application
- Help
Command - Help command - displays available commands
- Session
Command - Session command - manages sessions
- Share
Command - Share command - exports session to clipboard or file
Enums§
- Command
Result - Result of executing a command
Traits§
- Command
- Trait for implementing commands
Functions§
- branch_
from - Branch from a specific entry in the session
- create_
default_ registry - Create the default command registry with all built-in commands
- list_
branches - List all branches (paths from root to leaves)