feat(core): manage configurable plugin generations
This commit is contained in:
parent
f9d1d3b259
commit
a9b7bd9e2f
83 changed files with 1116 additions and 819 deletions
|
|
@ -113,7 +113,7 @@ const convert = (content: string, contentType: string, format: Format) => {
|
|||
}
|
||||
|
||||
export const Plugin = {
|
||||
id: "core-webfetch-tool",
|
||||
id: "opencode.tool.webfetch",
|
||||
effect: Effect.fn("WebFetchTool.Plugin")(function* (ctx: PluginContext) {
|
||||
const http = yield* HttpClient.HttpClient
|
||||
const permission = yield* PermissionV2.Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue