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