@@ -147,7 +147,7 @@ Tools allow the LLM to perform actions in your codebase. opencode comes with a s
}
```
-使用类似 **/*.js 或 src/**/*.ts 的通配符模式搜索文件。返回按修改时间排序的匹配文件路径。
+使用类似 **/\*.js 或 src/**/\*.ts 的通配符模式搜索文件。返回按修改时间排序的匹配文件路径。
---