mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
@@ -50,3 +50,4 @@ export const VERTEX_COUNT_TOKENS_ALLOWED_BETAS = new Set([
|
||||
INTERLEAVED_THINKING_BETA_HEADER,
|
||||
CONTEXT_MANAGEMENT_BETA_HEADER,
|
||||
])
|
||||
export const CACHE_EDITING_BETA_HEADER: any = (() => {}) as any;
|
||||
|
||||
2
src/constants/querySource.ts
Normal file
2
src/constants/querySource.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type QuerySource = any;
|
||||
2
src/constants/src/commands.ts
Normal file
2
src/constants/src/commands.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSkillToolCommands = any;
|
||||
2
src/constants/src/services/analytics/growthbook.ts
Normal file
2
src/constants/src/services/analytics/growthbook.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EXPLORE_AGENT = any;
|
||||
export type EXPLORE_AGENT_MIN_QUERIES = any;
|
||||
2
src/constants/src/tools/AgentTool/builtInAgents.ts
Normal file
2
src/constants/src/tools/AgentTool/builtInAgents.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type areExplorePlanAgentsEnabled = any;
|
||||
2
src/constants/src/tools/GlobTool/prompt.ts
Normal file
2
src/constants/src/tools/GlobTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GLOB_TOOL_NAME = any;
|
||||
2
src/constants/src/tools/GrepTool/prompt.ts
Normal file
2
src/constants/src/tools/GrepTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GREP_TOOL_NAME = any;
|
||||
2
src/constants/src/utils/embeddedTools.ts
Normal file
2
src/constants/src/utils/embeddedTools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasEmbeddedSearchTools = any;
|
||||
2
src/constants/src/utils/envUtils.ts
Normal file
2
src/constants/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
Reference in New Issue
Block a user