@geravant/sinain 1.22.7 → 1.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geravant/sinain",
3
- "version": "1.22.7",
3
+ "version": "1.22.8",
4
4
  "description": "Ambient intelligence that sees what you see, hears what you hear, and acts on your behalf",
5
5
  "type": "module",
6
6
  "bin": {
@@ -291,7 +291,7 @@ export function loadConfig(): CoreConfig {
291
291
  const autoApproveRaw = fromCfgStr(
292
292
  agentsCfg?.autoApproveTools,
293
293
  "SINAIN_AUTO_APPROVE_TOOLS",
294
- "Read Glob Grep Ls Cat mcp__sinain*",
294
+ "Read Glob Grep Ls Cat mcp__sinain* ToolSearch",
295
295
  );
296
296
  const permissionsConfig = {
297
297
  autoApproveTools: autoApproveRaw.split(/\s+/).filter((t) => t.length > 0),