-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: unify info display into show_info and show_context
Consolidates multiple info display commands (show_system_prompt, show_user_selection, show_user_context) into two more comprehensive commands: - show_info (gi): displays model, agent and system prompt - show_context (gc): shows selection and embeddings This change improves UX by providing more organized and complete information when inspecting chat context and configuration. BREAKING CHANGE: Removed show_system_prompt (gp), show_user_selection (gs) and show_user_context mappings in favor of new unified commands. Signed-off-by: Tomas Slusny <[email protected]>
- Loading branch information
Showing
3 changed files
with
122 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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