feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View 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
View 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
View 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;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export type AssistantSession = any;
export const discoverAssistantSessions: any = (() => {}) as any;