feat(core): introduce instance-aware provider management - #512
Merged
haiphucnguyen merged 10 commits intoJul 18, 2026
Merged
Conversation
- Refactors application state to support multiple configured instances per provider type (e.g., different API keys or setups for the same provider). - CLI commands now track and display active provider instances, not just the provider type. - Desktop settings are updated with a dedicated provider wizard for creation and configuration. - Core context tracking (`AppContext`, `AppContextParams`) now manages instance IDs and instances lists.
Collaborator
|
Thank you @terry-lamp . This is a huge PR :). Thank you for your effort to invest to Askimo, I will spend time to review it soon. |
Collaborator
|
By the way, because the breaking change in the config. We will somehow require users to choose provider / model again, we should inform user if we detect the old config format? |
… dropdown components
Collaborator
|
There are some UI improvements:
Now if I enter the invalid key, the popup still allow user to save the invalid key
Just run the app, I will look into the code and do the review on tomorrow. Thank you again for this PR @terry-lamp |
haiphucnguyen
approved these changes
Jul 18, 2026
haiphucnguyen
left a comment
Collaborator
There was a problem hiding this comment.
Thank you @terry-lamp for this excellent PR.
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.

BREAKING CHANGE: askimo.yml structure modified. The configuration file is no longer backward compatible. Manual migration is required.
Screenshots: