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/components/tasks/MonitorMcpDetailDialog.ts
Normal file
3
src/components/tasks/MonitorMcpDetailDialog.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const MonitorMcpDetailDialog: any = (() => {}) as any;
|
||||
3
src/components/tasks/WorkflowDetailDialog.ts
Normal file
3
src/components/tasks/WorkflowDetailDialog.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const WorkflowDetailDialog: any = (() => {}) as any;
|
||||
2
src/components/tasks/src/Task.ts
Normal file
2
src/components/tasks/src/Task.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TaskStatus = any;
|
||||
2
src/components/tasks/src/Tool.ts
Normal file
2
src/components/tasks/src/Tool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ToolUseContext = any;
|
||||
2
src/components/tasks/src/coordinator/coordinatorMode.ts
Normal file
2
src/components/tasks/src/coordinator/coordinatorMode.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isCoordinatorMode = any;
|
||||
2
src/components/tasks/src/entrypoints/agentSdkTypes.ts
Normal file
2
src/components/tasks/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKMessage = any;
|
||||
2
src/components/tasks/src/hooks/useTerminalSize.ts
Normal file
2
src/components/tasks/src/hooks/useTerminalSize.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useTerminalSize = any;
|
||||
2
src/components/tasks/src/ink.ts
Normal file
2
src/components/tasks/src/ink.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Text = any;
|
||||
2
src/components/tasks/src/ink/stringWidth.ts
Normal file
2
src/components/tasks/src/ink/stringWidth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type stringWidth = any;
|
||||
3
src/components/tasks/src/state/AppState.ts
Normal file
3
src/components/tasks/src/state/AppState.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useSetAppState = any;
|
||||
3
src/components/tasks/src/state/teammateViewHelpers.ts
Normal file
3
src/components/tasks/src/state/teammateViewHelpers.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type enterTeammateView = any;
|
||||
export type exitTeammateView = any;
|
||||
3
src/components/tasks/src/tasks/DreamTask/DreamTask.ts
Normal file
3
src/components/tasks/src/tasks/DreamTask/DreamTask.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type DreamTask = any;
|
||||
export type DreamTaskState = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type InProcessTeammateTask = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type InProcessTeammateTaskState = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isPanelAgentTask = any;
|
||||
export type LocalAgentTaskState = any;
|
||||
export type LocalAgentTask = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LocalShellTask = any;
|
||||
2
src/components/tasks/src/tasks/LocalShellTask/guards.ts
Normal file
2
src/components/tasks/src/tasks/LocalShellTask/guards.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LocalShellTaskState = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MonitorMcpTaskState = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type RemoteAgentTaskState = any;
|
||||
export type RemoteAgentTask = any;
|
||||
export type RemoteAgentTaskState = any;
|
||||
3
src/components/tasks/src/tasks/pillLabel.ts
Normal file
3
src/components/tasks/src/tasks/pillLabel.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPillLabel = any;
|
||||
export type pillNeedsCta = any;
|
||||
5
src/components/tasks/src/tasks/types.ts
Normal file
5
src/components/tasks/src/tasks/types.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BackgroundTaskState = any;
|
||||
export type isBackgroundTask = any;
|
||||
export type TaskState = any;
|
||||
export type BackgroundTaskState = any;
|
||||
2
src/components/tasks/src/types/utils.ts
Normal file
2
src/components/tasks/src/types/utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/components/tasks/src/utils/array.ts
Normal file
2
src/components/tasks/src/utils/array.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type intersperse = any;
|
||||
2
src/components/tasks/src/utils/collapseReadSearch.ts
Normal file
2
src/components/tasks/src/utils/collapseReadSearch.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type summarizeRecentActivities = any;
|
||||
2
src/components/tasks/src/utils/format.ts
Normal file
2
src/components/tasks/src/utils/format.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type truncate = any;
|
||||
2
src/components/tasks/src/utils/horizontalScroll.ts
Normal file
2
src/components/tasks/src/utils/horizontalScroll.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type calculateHorizontalScrollWindow = any;
|
||||
2
src/components/tasks/src/utils/ink.ts
Normal file
2
src/components/tasks/src/utils/ink.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type toInkColor = any;
|
||||
2
src/components/tasks/src/utils/stringUtils.ts
Normal file
2
src/components/tasks/src/utils/stringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type plural = any;
|
||||
2
src/components/tasks/src/utils/swarm/constants.ts
Normal file
2
src/components/tasks/src/utils/swarm/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TEAM_LEAD_NAME = any;
|
||||
Reference in New Issue
Block a user