mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
claude-code with OpenAI mode fix
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;
|
||||
1758
src/bootstrap/state.ts
Normal file
1758
src/bootstrap/state.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user