@f5xc-salesdemos/xcsh 18.48.2 → 18.49.1

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": "18.48.2",
4
+ "version": "18.49.1",
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",
@@ -48,12 +48,12 @@
48
48
  "dependencies": {
49
49
  "@agentclientprotocol/sdk": "0.16.1",
50
50
  "@mozilla/readability": "^0.6",
51
- "@f5xc-salesdemos/xcsh-stats": "18.48.2",
52
- "@f5xc-salesdemos/pi-agent-core": "18.48.2",
53
- "@f5xc-salesdemos/pi-ai": "18.48.2",
54
- "@f5xc-salesdemos/pi-natives": "18.48.2",
55
- "@f5xc-salesdemos/pi-tui": "18.48.2",
56
- "@f5xc-salesdemos/pi-utils": "18.48.2",
51
+ "@f5xc-salesdemos/xcsh-stats": "18.49.1",
52
+ "@f5xc-salesdemos/pi-agent-core": "18.49.1",
53
+ "@f5xc-salesdemos/pi-ai": "18.49.1",
54
+ "@f5xc-salesdemos/pi-natives": "18.49.1",
55
+ "@f5xc-salesdemos/pi-tui": "18.49.1",
56
+ "@f5xc-salesdemos/pi-utils": "18.49.1",
57
57
  "@sinclair/typebox": "^0.34",
58
58
  "@xterm/headless": "^6.0",
59
59
  "ajv": "^8.18",
@@ -186,7 +186,7 @@ export function renderAboutDoc(info: RuntimeBuildInfo, context: ContextStatus |
186
186
  "",
187
187
  "xcsh is a fork of [badlogic/pi-mono](https://github.com/badlogic/pi-mono).",
188
188
  "Upstream authors: Mario Zechner (badlogic) and contributors. Fork maintainer:",
189
- "Robin Mordasiewicz (f5xc-salesdemos). The fork adds F5 XC product knowledge,",
189
+ "f5xc-salesdemos. The fork adds F5 XC product knowledge,",
190
190
  "SE-specific skills, and the federated llms.txt hierarchy.",
191
191
  "",
192
192
  "## Architecture",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "18.48.2",
21
- "commit": "6e820110b9050a56740269c12837b19b27abc08e",
22
- "shortCommit": "6e82011",
20
+ "version": "18.49.1",
21
+ "commit": "e8fa2d917ec4476ac2e1bb9f4141992961084755",
22
+ "shortCommit": "e8fa2d9",
23
23
  "branch": "main",
24
- "tag": "v18.48.2",
25
- "commitDate": "2026-05-06T18:00:08Z",
26
- "buildDate": "2026-05-06T18:23:30.609Z",
24
+ "tag": "v18.49.1",
25
+ "commitDate": "2026-05-08T02:56:04Z",
26
+ "buildDate": "2026-05-08T03:26:46.079Z",
27
27
  "dirty": false,
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/6e820110b9050a56740269c12837b19b27abc08e",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.48.2"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/e8fa2d917ec4476ac2e1bb9f4141992961084755",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.49.1"
33
33
  };