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

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

View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export type QuerySource = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getSkillToolCommands = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getFeatureValue_CACHED_MAY_BE_STALE = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type EXPLORE_AGENT = any;
export type EXPLORE_AGENT_MIN_QUERIES = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type areExplorePlanAgentsEnabled = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type GLOB_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type GREP_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type hasEmbeddedSearchTools = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type isEnvTruthy = any;