@pikecode/api-key-manager 1.0.34 → 1.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikecode/api-key-manager",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "A CLI tool for managing and switching multiple API provider configurations",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -840,6 +840,8 @@ class EnvSwitcher extends BaseCommand {
840
840
  const choices = this.createProviderChoices(providers, true, statusMap);
841
841
 
842
842
  this.currentPromptContext = 'manage';
843
+ // 管理界面显示所有供应商,更新 filteredProviders 以保持一致
844
+ this.filteredProviders = providers;
843
845
 
844
846
  if (providers.length > 0) {
845
847
  this._startStatusRefresh(providers);