Revert "fix(tools): override OpenCode HTTP-based session tools with local implementation"
This reverts commit 89bde5ce643ad26be0ed3a6afb08067be61cee99.
This commit is contained in:
parent
7f2eb0a568
commit
c8175c2678
@ -65,9 +65,8 @@ export const builtinTools: Record<string, ToolDefinition> = {
|
|||||||
ast_grep_replace,
|
ast_grep_replace,
|
||||||
grep,
|
grep,
|
||||||
glob,
|
glob,
|
||||||
// Session tools - PascalCase to override OpenCode's built-in HTTP-based session tools
|
session_list,
|
||||||
SessionList: session_list,
|
session_read,
|
||||||
SessionRead: session_read,
|
session_search,
|
||||||
SessionSearch: session_search,
|
session_info,
|
||||||
SessionInfo: session_info,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user