mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 08:03:14 +00:00
Refactor app context system to use Zod schemas and sync access pattern
🤖 Generated with opencode Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
@@ -286,7 +286,7 @@ export const GrepTool = Tool.define({
|
||||
throw new Error("pattern is required")
|
||||
}
|
||||
|
||||
const app = await App.use()
|
||||
const app = App.info()
|
||||
const searchPath = params.path || app.path.cwd
|
||||
|
||||
// If literalText is true, escape the pattern
|
||||
|
||||
Reference in New Issue
Block a user