@f5xc-salesdemos/xcsh 19.46.0 → 19.47.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.46.0",
4
+ "version": "19.47.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",
@@ -54,13 +54,13 @@
54
54
  "dependencies": {
55
55
  "@agentclientprotocol/sdk": "0.16.1",
56
56
  "@mozilla/readability": "^0.6",
57
- "@f5xc-salesdemos/xcsh-stats": "19.46.0",
58
- "@f5xc-salesdemos/pi-agent-core": "19.46.0",
59
- "@f5xc-salesdemos/pi-ai": "19.46.0",
60
- "@f5xc-salesdemos/pi-natives": "19.46.0",
61
- "@f5xc-salesdemos/pi-resource-management": "19.46.0",
62
- "@f5xc-salesdemos/pi-tui": "19.46.0",
63
- "@f5xc-salesdemos/pi-utils": "19.46.0",
57
+ "@f5xc-salesdemos/xcsh-stats": "19.47.0",
58
+ "@f5xc-salesdemos/pi-agent-core": "19.47.0",
59
+ "@f5xc-salesdemos/pi-ai": "19.47.0",
60
+ "@f5xc-salesdemos/pi-natives": "19.47.0",
61
+ "@f5xc-salesdemos/pi-resource-management": "19.47.0",
62
+ "@f5xc-salesdemos/pi-tui": "19.47.0",
63
+ "@f5xc-salesdemos/pi-utils": "19.47.0",
64
64
  "@sinclair/typebox": "^0.34",
65
65
  "@xterm/headless": "^6.0",
66
66
  "ajv": "^8.20",
@@ -210,6 +210,7 @@ export function renderAboutDoc(info: RuntimeBuildInfo, context: ContextStatus |
210
210
  "",
211
211
  "SE specialization: F5 XC API integration (xcsh_api, api-catalog, api-spec),",
212
212
  "F5 XC federated product docs (llms.txt hierarchy),",
213
+ "F5 XC console browser automation (catalog_workflow_runner, xcsh://console/ workflow catalog),",
213
214
  "user/computer profiling (xcsh://user, xcsh://computer),",
214
215
  "SE-specific subagents (deal-analyst, status-operator, cli-operator, github-ops).",
215
216
  "",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.46.0",
21
- "commit": "28d6d09c668bc741c710d4fbc51768be6262769a",
22
- "shortCommit": "28d6d09",
20
+ "version": "19.47.0",
21
+ "commit": "ae8522ac0882900baeef7e16bb63110c859dd522",
22
+ "shortCommit": "ae8522a",
23
23
  "branch": "main",
24
- "tag": "v19.46.0",
25
- "commitDate": "2026-06-25T16:48:29Z",
26
- "buildDate": "2026-06-25T17:19:11.927Z",
24
+ "tag": "v19.47.0",
25
+ "commitDate": "2026-06-25T18:51:19Z",
26
+ "buildDate": "2026-06-25T19:19:29.242Z",
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/28d6d09c668bc741c710d4fbc51768be6262769a",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.46.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/ae8522ac0882900baeef7e16bb63110c859dd522",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.47.0"
33
33
  };