feat(opencode): fff search tools (#27802)

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
This commit is contained in:
Dmitriy Kovalenko 2026-06-06 06:42:31 -07:00 committed by GitHub
commit 7d3d80f840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1255 additions and 137 deletions

View file

@ -58,6 +58,9 @@ let logpath = ""
export function file() {
return logpath
}
export function getLevel(): Level {
return level
}
let write = (msg: any) => {
process.stderr.write(msg)
return msg.length