mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-19 14:14:07 +00:00
|
Some checks are pending
CI / test (push) Waiting to run
* fix(tui): persist official-tab models and refine saved secret hint Persist user-added models to providers.<name>.models on the official tab. When an API key or auth token is already saved, show a replace hint with a prefix/suffix fingerprint (skipped for short keys), use a fixed mask placeholder, and ensure typing or paste replaces the saved value instead of re-saving it. * fix(tui): model add/delete UX and config wizard hardening - Add model add/delete in config provider and config model (official + custom) - Show d Delete only on model rows; green highlight when selected - Improve Esc cancel text; track savedInSession to avoid misleading messages - Reload config on save failure; read registry models fresh after reload - Export llm.ModelListContains; fix config model persist using registry-only check * fix(tui): defer provider config until confirm and harden API key UX Only persist provider/model on wizard confirm; keep in-session picks via sessionModelPick. Validate API key before quit, clear saved keys when emptied, and improve official env-var hints and custom edit clear behavior. * feat(tui): show active model suffix on official provider list Align Official tab with Custom: display (model) next to the active preset when cfg.Provider matches and a global model is configured. |
||
|---|---|---|
| .. | ||
| config_cmd.go | ||
| config_cmd_test.go | ||
| config_dispatch_test.go | ||
| emit_run_result_test.go | ||
| flags.go | ||
| flags_test.go | ||
| git.go | ||
| git_test.go | ||
| llm_cmd.go | ||
| main.go | ||
| output.go | ||
| output_helpers_test.go | ||
| output_test.go | ||
| procattr_unix.go | ||
| procattr_windows.go | ||
| provider_cmd.go | ||
| provider_cmd_test.go | ||
| provider_tui.go | ||
| provider_tui_funcs_test.go | ||
| provider_tui_test.go | ||
| review_cmd.go | ||
| review_cmd_test.go | ||
| rules_cmd.go | ||
| scan_cmd.go | ||
| scan_cmd_test.go | ||
| shared.go | ||
| shared_test.go | ||
| shell_unix.go | ||
| shell_windows.go | ||
| smallfiles_test.go | ||
| version.go | ||
| viewer_cmd.go | ||