mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-03 02:19:39 +00:00
fix(targets): harden adapter lifecycle and droid model edge cases
This commit is contained in:
@@ -50,3 +50,6 @@ export type {
|
||||
// Utility types
|
||||
export { LogLevel } from './utils';
|
||||
export type { ErrorCode, ColorName, TerminalInfo, Result } from './utils';
|
||||
|
||||
// Profile routing types
|
||||
export type { ProfileType } from './profile';
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Profile mode types used across routing and target adapters.
|
||||
*/
|
||||
export type ProfileType = 'settings' | 'account' | 'cliproxy' | 'copilot' | 'default';
|
||||
Reference in New Issue
Block a user