@netlify/agent-runner-cli 1.141.0 → 1.142.1-test.0

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.
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: asking-questions
3
+ description: When the request is ambiguous or a choice would materially change the outcome and only the user can decide, ask them with the `ask` tool instead of guessing or asking in plain text. Calling it pauses the process until they answer.
4
+ ---
5
+
6
+ # Asking the user questions
7
+
8
+ When a decision is genuinely the user's to make and would change what you build, ask rather than assume.
9
+
10
+ Use the `ask` tool: pass one to four questions, each with a short `header`, the `question` text, and `options` when there is a clear set of choices. Calling it pauses the process until the user answers, so ask everything you need in a single call and stop. A plain-text question does not reach the user.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@netlify/agent-runner-cli",
3
3
  "type": "module",
4
- "version": "1.141.0",
4
+ "version": "1.142.1-test.0",
5
5
  "description": "CLI tool for running Netlify agents",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -82,6 +82,7 @@
82
82
  "@anthropic-ai/claude-code": "2.1.197",
83
83
  "@anthropic-ai/sdk": "0.91.1",
84
84
  "@google/gemini-cli": "0.42.0",
85
+ "@modelcontextprotocol/sdk": "^1.29.0",
85
86
  "@netlify/cache-utils": "^6.0.5",
86
87
  "@netlify/database-proxy": "^0.1.5",
87
88
  "@netlify/otel": "^6.0.3",
@@ -92,6 +93,7 @@
92
93
  "execa": "^9.6.1",
93
94
  "fastify": "5.8.5",
94
95
  "minimist": "^1.2.8",
95
- "openai": "6.34.0"
96
+ "openai": "6.34.0",
97
+ "zod": "^4.4.3"
96
98
  }
97
99
  }