Expand description
Command system for TUI
Provides a plugin-like command architecture for handling user commands.
Structs§
- 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
- 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§
- create_
default_ registry - Create the default command registry with all built-in commands