Refactor external tools organization and add file search API endpoint
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
@@ -26,7 +26,7 @@ const cli = yargs(hideBin(process.argv))
|
||||
describe: "Print logs to stderr",
|
||||
type: "boolean",
|
||||
})
|
||||
.middleware(async (args) => {
|
||||
.middleware(async () => {
|
||||
await Log.init({ print: process.argv.includes("--print-logs") })
|
||||
Log.Default.info("opencode", {
|
||||
version: VERSION,
|
||||
|
||||
Reference in New Issue
Block a user