Files
cc-switch/src-tauri
misaka_myu 413c09e079 fix(codex): respect user-owned model_catalog_json when generating catalog (#6087)
The Some arm of set_codex_model_catalog_json_field unconditionally overwrote model_catalog_json with the cc-switch-owned filename, discarding any user-provided custom catalog path or filename. This mirrors the ownership check already present in the None arm: only claim the pointer when it is absent or already cc-switch-owned, leaving user-managed external catalog files untouched.

Add tests covering both full-path and relative-filename user-owned catalogs in the Some arm.
2026-08-06 16:19:04 +08:00
..
2026-06-04 23:32:32 +08:00
2026-08-06 12:21:00 +08:00
2026-08-06 12:21:00 +08:00
2026-08-06 12:21:00 +08:00