feat(suggest-model): add suggest model command#2511
Merged
tusharmath merged 50 commits intomainfrom Mar 11, 2026
Merged
Conversation
- Add get_all_provider_models() to ForgeApp, API trait, and ForgeAPI implementation to fetch models from all configured providers - Add CliModelWithProvider display wrapper that shows model id, context length, tools support, and provider name in the selection picker - Modify select_model() to present a unified model list across all providers instead of only the current provider's models - Modify on_model_selection() to auto-switch the provider when the selected model belongs to a different provider than the current one - Update help message to inform users that provider is switched automatically when selecting a model from a different provider Co-Authored-By: ForgeCode <noreply@forgecode.dev>
Replace sequential for-loop with futures::future::join_all so all provider model fetches are fired in parallel, avoiding O(n) latency where n is the number of configured providers. Co-Authored-By: ForgeCode <noreply@forgecode.dev>
…ommand generation
tusharmath
added a commit
that referenced
this pull request
Mar 13, 2026
Co-authored-by: ForgeCode <noreply@forgecode.dev> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Tushar Mathur <tusharmath@gmail.com>
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.
No description provided.