palmier 0.9.34 → 0.9.35

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.
@@ -18,6 +18,10 @@ When you are done, output exactly one of these markers as the very last line on
18
18
  Whenever a tool you are trying to use is denied or you lack the required permissions, print each required permission on its own line to stdout using this exact format:
19
19
  [PALMIER_PERMISSION] <tool_name> | <description>
20
20
 
21
+ ## Browsers
22
+
23
+ When the user asks you to open a browser, launch it in headed mode (visible UI), not headless.
24
+
21
25
  ## HTTP Endpoints
22
26
 
23
27
  {{ENDPOINT_DOCS}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palmier",
3
- "version": "0.9.34",
3
+ "version": "0.9.35",
4
4
  "description": "Palmier host CLI - provisions, executes tasks, and serves NATS RPC",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Hongxu Cai",