Skip to content

Conversation

@CodeIter
Copy link
Owner

This commit introduces several improvements to the interactive mode of the chat application and removes terminal color output.

The following changes have been made:

  • Disable Color Output: The tput function has been modified to return an empty string, effectively removing all ANSI color and style sequences from the terminal output.

  • New /list Command: An interactive command /list has been added to display the list of supported models.

  • Improved /modelinfo Command: The /modelinfo command now defaults to showing information for the currently active model if no model name is specified.

  • New /askfor_model_setting Command: A new command, /askfor_model_setting, has been implemented to allow users to interactively configure the settings for the current model one by one.

  • Refined /help Command: The /help command in interactive mode now displays a concise list of only the interactive commands, making it more user-friendly. The full help message is still available via the --help flag.

This commit introduces several improvements to the interactive mode of the chat application and removes terminal color output.

The following changes have been made:

- **Disable Color Output:** The `tput` function has been modified to return an empty string, effectively removing all ANSI color and style sequences from the terminal output.

- **New `/list` Command:** An interactive command `/list` has been added to display the list of supported models.

- **Improved `/modelinfo` Command:** The `/modelinfo` command now defaults to showing information for the currently active model if no model name is specified.

- **New `/askfor_model_setting` Command:** A new command, `/askfor_model_setting`, has been implemented to allow users to interactively configure the settings for the current model one by one.

- **Refined `/help` Command:** The `/help` command in interactive mode now displays a concise list of only the interactive commands, making it more user-friendly. The full help message is still available via the `--help` flag.
@CodeIter CodeIter self-assigned this Sep 29, 2025
@CodeIter CodeIter added the enhancement New feature or request label Sep 29, 2025
@CodeIter CodeIter merged commit ffa1379 into main Sep 29, 2025
@CodeIter CodeIter deleted the interactive-command-improvements branch September 29, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants