mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
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:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user