Skip to content

Commit 043b1a3

Browse files
committed
refactor: remove dead re-exports from tools barrel (getTmuxPath, DelegateTaskToolOptions, DEFAULT_CATEGORIES, CATEGORY_PROMPT_APPENDS)
1 parent 512952f commit 043b1a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tools/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export { sessionExists } from "./session-manager/storage"
3030

3131
export { interactive_bash, startBackgroundCheck as startTmuxCheck } from "./interactive-bash"
3232
export { createSkillTool } from "./skill"
33-
export { getTmuxPath } from "./interactive-bash/utils"
3433
export { createSkillMcpTool } from "./skill-mcp"
3534

3635
import {
@@ -45,7 +44,7 @@ type OpencodeClient = PluginInput["client"]
4544

4645
export { createCallOmoAgent } from "./call-omo-agent"
4746
export { createLookAt } from "./look-at"
48-
export { createDelegateTask, type DelegateTaskToolOptions, DEFAULT_CATEGORIES, CATEGORY_PROMPT_APPENDS } from "./delegate-task"
47+
export { createDelegateTask } from "./delegate-task"
4948

5049
export function createBackgroundTools(manager: BackgroundManager, client: OpencodeClient): Record<string, ToolDefinition> {
5150
return {

0 commit comments

Comments
 (0)