mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/assistant/AssistantSessionChooser.ts
Normal file
3
src/assistant/AssistantSessionChooser.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const AssistantSessionChooser: any = (() => {}) as any;
|
||||
3
src/assistant/gate.ts
Normal file
3
src/assistant/gate.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isKairosEnabled: any = (() => {}) as any;
|
||||
8
src/assistant/index.ts
Normal file
8
src/assistant/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isAssistantMode: any = (() => {}) as any;
|
||||
export const initializeAssistantTeam: any = (() => {}) as any;
|
||||
export const markAssistantForced: any = (() => {}) as any;
|
||||
export const isAssistantForced: any = (() => {}) as any;
|
||||
export const getAssistantSystemPromptAddendum: any = (() => {}) as any;
|
||||
export const getAssistantActivationPath: any = (() => {}) as any;
|
||||
3
src/assistant/sessionDiscovery.ts
Normal file
3
src/assistant/sessionDiscovery.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type AssistantSession = any;
|
||||
export const discoverAssistantSessions: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user