qlogicagent 2.23.7 → 2.23.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,7 +91,7 @@ export interface SearchToolDeps {
91
91
  * The implementation may use ripgrep, native grep, or a custom engine.
92
92
  * Returns match records.
93
93
  * The host SHOULD auto-exclude VCS directories (.git, .svn, .hg, .bzr)
94
- * and enforcemax-columns 500 to avoid minified file noise.
94
+ * and enforce max-columns 500 to avoid minified file noise.
95
95
  */
96
96
  grep(pattern: string, options: {
97
97
  cwd: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.23.7",
3
+ "version": "2.23.8",
4
4
  "packageManager": "pnpm@10.23.0",
5
5
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
6
6
  "type": "module",