feat(desktop): Ask Question Tool Support (#8232)
This commit is contained in:
parent
92089bb295
commit
3600bd27f4
7 changed files with 622 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ export namespace ToolRegistry {
|
|||
|
||||
return [
|
||||
InvalidTool,
|
||||
...(Flag.OPENCODE_CLIENT === "cli" ? [QuestionTool] : []),
|
||||
...(["app", "cli", "desktop"].includes(Flag.OPENCODE_CLIENT) ? [QuestionTool] : []),
|
||||
BashTool,
|
||||
ReadTool,
|
||||
GlobTool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue