feat(core): attach global native tools (#30832)
This commit is contained in:
parent
17ba5539e7
commit
64dc6d39ab
39 changed files with 647 additions and 71 deletions
|
|
@ -11,7 +11,7 @@ import { Tool, ToolFailure, toolText } from "@opencode-ai/llm"
|
|||
import { Cause, Effect, Layer, Schema } from "effect"
|
||||
import { FileMutation } from "../file-mutation"
|
||||
import { LocationMutation } from "../location-mutation"
|
||||
import { ToolRegistry } from "../tool-registry"
|
||||
import { ToolRegistry } from "./registry"
|
||||
|
||||
export const name = "write"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue