mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 完成stub
This commit is contained in:
3
src/bootstrap/src/entrypoints/agentSdkTypes.ts
Normal file
3
src/bootstrap/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
export type ModelUsage = any;
|
||||
2
src/bootstrap/src/tools/AgentTool/agentColorManager.ts
Normal file
2
src/bootstrap/src/tools/AgentTool/agentColorManager.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AgentColorName = any;
|
||||
2
src/bootstrap/src/types/hooks.ts
Normal file
2
src/bootstrap/src/types/hooks.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookCallbackMatcher = any;
|
||||
2
src/bootstrap/src/types/ids.ts
Normal file
2
src/bootstrap/src/types/ids.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SessionId = any;
|
||||
2
src/bootstrap/src/utils/crypto.ts
Normal file
2
src/bootstrap/src/utils/crypto.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type randomUUID = any;
|
||||
2
src/bootstrap/src/utils/model/model.ts
Normal file
2
src/bootstrap/src/utils/model/model.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ModelSetting = any;
|
||||
2
src/bootstrap/src/utils/model/modelStrings.ts
Normal file
2
src/bootstrap/src/utils/model/modelStrings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ModelStrings = any;
|
||||
2
src/bootstrap/src/utils/settings/constants.ts
Normal file
2
src/bootstrap/src/utils/settings/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SettingSource = any;
|
||||
2
src/bootstrap/src/utils/settings/settingsCache.ts
Normal file
2
src/bootstrap/src/utils/settings/settingsCache.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type resetSettingsCache = any;
|
||||
2
src/bootstrap/src/utils/settings/types.ts
Normal file
2
src/bootstrap/src/utils/settings/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PluginHookMatcher = any;
|
||||
2
src/bootstrap/src/utils/signal.ts
Normal file
2
src/bootstrap/src/utils/signal.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createSignal = any;
|
||||
@@ -1755,4 +1755,4 @@ export function getPromptId(): string | null {
|
||||
export function setPromptId(id: string | null): void {
|
||||
STATE.promptId = id
|
||||
}
|
||||
|
||||
export type isReplBridgeActive = any;
|
||||
|
||||
Reference in New Issue
Block a user