feat: add API settings page for managing providers, endpoints, cache, model pools, and CLI settings

feat: implement semantic install dialog for CodexLens with GPU mode selection
feat: add radio group component for GPU mode selection
feat: update navigation and localization for API settings and semantic install
This commit is contained in:
catlog22
2026-02-02 11:16:19 +08:00
parent e4b627bc76
commit a54246a46f
10 changed files with 2648 additions and 14 deletions

View File

@@ -1010,6 +1010,7 @@ export class CliHistoryStore {
native_session_id: row.native_session_id,
native_session_path: row.native_session_path,
project_hash: row.project_hash,
transaction_id: row.transaction_id,
created_at: row.created_at
};
}
@@ -1033,6 +1034,7 @@ export class CliHistoryStore {
native_session_id: row.native_session_id,
native_session_path: row.native_session_path,
project_hash: row.project_hash,
transaction_id: row.transaction_id,
created_at: row.created_at
};
}