feat: Add agent model display and configuration improvements#470
Open
szmania wants to merge 7 commits intodwash96:v0.98.0from
Open
feat: Add agent model display and configuration improvements#470szmania wants to merge 7 commits intodwash96:v0.98.0from
szmania wants to merge 7 commits intodwash96:v0.98.0from
Conversation
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
Co-authored-by: cecli (openai/openai_gemini_cli/gemini-2.5-pro)
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.
Summary
This PR adds comprehensive agent model display and configuration improvements to enhance the agent mode experience in cecli.
Key Changes
Agent Model Display
Agent Model Configuration
Code Quality Improvements
Testing
Technical Details
cecli/coders/base_coder.py: Added agent model display logiccecli/main.py: Removed deprecated workspace_paths configurationcecli/repomap.py: Fixed C# language identifier handlingcecli/args.py: Cleaned up workspace_paths argument handlingcecli/args_formatter.py: Removed workspace_paths documentationtests/test_conversation_system.py: Fixed import statementsTesting
All changes have been tested and verified to work correctly. The agent model display now provides clear feedback about which model is active during agent mode operations.
Breaking Changes
None - all changes are backward compatible and focus on improving the user experience in agent mode.