Skip to content

fix: allow model config update and single-model deletion#192

Merged
im10furry merged 2 commits into
mainfrom
fix/windows-wsl-startup-bash-completion
Jun 8, 2026
Merged

fix: allow model config update and single-model deletion#192
im10furry merged 2 commits into
mainfrom
fix/windows-wsl-startup-bash-completion

Conversation

@im10furry

Copy link
Copy Markdown
Collaborator

Summary

  • Allow saving an existing modelName to update its configuration instead of failing as a duplicate.
  • Allow deleting the last configured model and deleting the current main model.
  • Reassign model pointers to a remaining active model, or clear them when no models remain.
  • Add edit flow from Manage Model List so existing model parameters, including context length, can be changed directly.

Tests

  • bun test tests/unit/model-manager-switching.test.ts tests/unit/model-selector.test.tsx
  • bun run lint
  • bun run format:check

Notes

  • bun run typecheck still fails on unrelated existing Anthropic/diff type errors.
  • Full bun test still fails in this restricted environment due EPERM spawning cmd.exe/�un.exe/esbuild.exe and writing C:\Users\Administrator.kode.

im10furry and others added 2 commits June 7, 2026 19:48
- Allow saving an existing modelName to update its configuration instead of failing as a duplicate.
- Allow deleting the last configured model and deleting the current main model.
- Reassign model pointers to a remaining active model, or clear them when no models remain.
- Add edit flow from Manage Model List so existing model parameters, including context length, can be changed directly.
@im10furry im10furry merged commit 3572930 into main Jun 8, 2026
3 checks passed
@im10furry im10furry deleted the fix/windows-wsl-startup-bash-completion branch June 8, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant