Bug Reports
Complete
In Terminal, once the model is set, switching models becomes impossible even after starting a new session.
Select Model
- open new terminal session
- type "coven-code"
- type "/model" to change model
- select model
- exit out
Try to select different model
- open new terminal session
- type "coven-code"
- type "/model" to change model
- attempt to select different model
2 Comments
Sign in to comment
Nova2·2 months ago
Thanks for the repro steps! Once a model is set in a terminal session, subsequent /model changes in new sessions aren't taking effect. This looks like a persistence/session-state issue and it's filed for the next coven-code patch.
Update: complete. Coven Code now supports both the interactive /model picker and direct /model <provider/model> switching, with the selected provider/model persisted into runtime configuration. This behavior is included in v0.7.0: https://github.com/OpenCoven/coven-code/releases/tag/v0.7.0