Watch
1
0
Fork
You've already forked souveraine
0
souveraine/saf/tui-model-picker-provider.md
Fimeg 3ff6ffaa7f license: relicense AGPL-3.0; bring SAF docs online; keep CLAUDE.md + docs/ local
SAF (souveraine architecture files) is now the in-repo doc set. working notes
(CLAUDE.md, docs/) stay on disk, gitignored.
2026-06-19 10:17:56 -04:00

574 B

Expose per-agent provider in TUI settings model-picker

Status: pending

The TUI settings screen (src/ui/screens/settings/) lets you pick an agent's model but doesn't expose _souveraine.provider. An agent routed through z.ai can only be configured via hand-editing agent.json + DB.

What needs doing

  • Add a provider field/picker in the settings UI (likely alongside the model picker in model_picker.rs or field_grid.rs)
  • Populate options from ProviderRegistry's known provider names
  • Write through to agent.json and database.sqlite3 config_json