feat: unwrap tool namespaces to flat exports + barrel (#22762)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import z from "zod"
|
||||
import { Effect } from "effect"
|
||||
import { Tool } from "./tool"
|
||||
import * as Tool from "./tool"
|
||||
import { EditTool } from "./edit"
|
||||
import DESCRIPTION from "./multiedit.txt"
|
||||
import path from "path"
|
||||
|
||||
Reference in New Issue
Block a user