refactor: remove final internal shim imports
This commit is contained in:
@@ -16,7 +16,7 @@ export type {
|
||||
SandboxSettings,
|
||||
} from '../sandboxTypes.js'
|
||||
// Re-export all generated types
|
||||
export * from './coreTypes.generated.js'
|
||||
export * from './coreTypes.generated.ts'
|
||||
|
||||
// Re-export utility types that can't be expressed as Zod schemas
|
||||
export type { NonNullableUsage } from './sdkUtilityTypes.js'
|
||||
|
||||
@@ -57,7 +57,7 @@ import { TodoWriteTool } from './tools/TodoWriteTool/TodoWriteTool.js'
|
||||
import { ExitPlanModeV2Tool } from './tools/ExitPlanModeTool/ExitPlanModeV2Tool.js'
|
||||
import { TestingPermissionTool } from './tools/testing/TestingPermissionTool.js'
|
||||
import { GrepTool } from './tools/GrepTool/GrepTool.js'
|
||||
import { TungstenTool } from './tools/TungstenTool/TungstenTool.js'
|
||||
import { TungstenTool } from './tools/TungstenTool/TungstenTool.ts'
|
||||
// Lazy require to break circular dependency: tools.ts -> TeamCreateTool/TeamDeleteTool -> ... -> tools.ts
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
const getTeamCreateTool = () =>
|
||||
|
||||
Reference in New Issue
Block a user