@f5xc-salesdemos/xcsh 19.33.0 → 19.34.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5xc-salesdemos/xcsh",
4
- "version": "19.33.0",
4
+ "version": "19.34.0",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://github.com/f5xc-salesdemos/xcsh",
7
7
  "author": "Can Boluk",
@@ -50,13 +50,13 @@
50
50
  "dependencies": {
51
51
  "@agentclientprotocol/sdk": "0.16.1",
52
52
  "@mozilla/readability": "^0.6",
53
- "@f5xc-salesdemos/xcsh-stats": "19.33.0",
54
- "@f5xc-salesdemos/pi-agent-core": "19.33.0",
55
- "@f5xc-salesdemos/pi-ai": "19.33.0",
56
- "@f5xc-salesdemos/pi-natives": "19.33.0",
57
- "@f5xc-salesdemos/pi-resource-management": "19.33.0",
58
- "@f5xc-salesdemos/pi-tui": "19.33.0",
59
- "@f5xc-salesdemos/pi-utils": "19.33.0",
53
+ "@f5xc-salesdemos/xcsh-stats": "19.34.0",
54
+ "@f5xc-salesdemos/pi-agent-core": "19.34.0",
55
+ "@f5xc-salesdemos/pi-ai": "19.34.0",
56
+ "@f5xc-salesdemos/pi-natives": "19.34.0",
57
+ "@f5xc-salesdemos/pi-resource-management": "19.34.0",
58
+ "@f5xc-salesdemos/pi-tui": "19.34.0",
59
+ "@f5xc-salesdemos/pi-utils": "19.34.0",
60
60
  "@sinclair/typebox": "^0.34",
61
61
  "@xterm/headless": "^6.0",
62
62
  "ajv": "^8.20",
@@ -1359,8 +1359,13 @@ export const SETTINGS_SCHEMA = {
1359
1359
 
1360
1360
  "web_search.enabled": {
1361
1361
  type: "boolean",
1362
- default: true,
1363
- ui: { tab: "tools", label: "Web Search", description: "Enable the web_search tool for web searching" },
1362
+ default: false,
1363
+ ui: {
1364
+ tab: "tools",
1365
+ label: "Web Search",
1366
+ description:
1367
+ "Enable the web_search tool for web searching (disabled by default to prevent accidental PII exposure via prompt injection)",
1368
+ },
1364
1369
  },
1365
1370
  "web_search.verbose": {
1366
1371
  type: "boolean",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.33.0",
21
- "commit": "f29552ef521f334d775ed9700aea3e820e89cbe7",
22
- "shortCommit": "f29552e",
20
+ "version": "19.34.0",
21
+ "commit": "f8f3b52c770b7ab81bad6b7dd6795f9b602d1b8e",
22
+ "shortCommit": "f8f3b52",
23
23
  "branch": "main",
24
- "tag": "v19.33.0",
25
- "commitDate": "2026-06-16T01:41:37Z",
26
- "buildDate": "2026-06-16T02:10:01.349Z",
24
+ "tag": "v19.34.0",
25
+ "commitDate": "2026-06-16T23:58:08Z",
26
+ "buildDate": "2026-06-17T00:25:51.113Z",
27
27
  "dirty": true,
28
28
  "prNumber": "",
29
29
  "repoUrl": "https://github.com/f5xc-salesdemos/xcsh",
30
30
  "repoSlug": "f5xc-salesdemos/xcsh",
31
- "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/f29552ef521f334d775ed9700aea3e820e89cbe7",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.33.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/f8f3b52c770b7ab81bad6b7dd6795f9b602d1b8e",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.34.0"
33
33
  };