@f5xc-salesdemos/xcsh 18.58.0 → 18.58.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [18.58.1] - 2026-05-10
6
+
7
+ ### Changed
8
+
9
+ - Regenerated API spec index from catalog v2.1.82: http_loadbalancer CRUD verification corrections (6 new server defaults, corrected minimum configs, cross-field dependencies, default_pool inline pool discovery, 5 composable routing approaches) and tcp_loadbalancer minimum config corrections (listen_port, origin_pools_weights, do_not_advertise format, 9 server defaults, forced hash_policy default) ([#753](https://github.com/f5xc-salesdemos/xcsh/issues/753), [#757](https://github.com/f5xc-salesdemos/xcsh/issues/757))
5
10
  ## [18.53.0] - 2026-05-09
6
11
 
7
12
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5xc-salesdemos/xcsh",
4
- "version": "18.58.0",
4
+ "version": "18.58.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.58.0",
52
- "@f5xc-salesdemos/pi-agent-core": "18.58.0",
53
- "@f5xc-salesdemos/pi-ai": "18.58.0",
54
- "@f5xc-salesdemos/pi-natives": "18.58.0",
55
- "@f5xc-salesdemos/pi-tui": "18.58.0",
56
- "@f5xc-salesdemos/pi-utils": "18.58.0",
51
+ "@f5xc-salesdemos/xcsh-stats": "18.58.1",
52
+ "@f5xc-salesdemos/pi-agent-core": "18.58.1",
53
+ "@f5xc-salesdemos/pi-ai": "18.58.1",
54
+ "@f5xc-salesdemos/pi-natives": "18.58.1",
55
+ "@f5xc-salesdemos/pi-tui": "18.58.1",
56
+ "@f5xc-salesdemos/pi-utils": "18.58.1",
57
57
  "@sinclair/typebox": "^0.34",
58
58
  "@xterm/headless": "^6.0",
59
59
  "ajv": "^8.18",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "18.58.0",
21
- "commit": "7885c8aaca7e58809d92aa0c14ba5913a46c2cef",
22
- "shortCommit": "7885c8a",
20
+ "version": "18.58.1",
21
+ "commit": "771846c0cfc096fabe25f46e54af5ad4660a650d",
22
+ "shortCommit": "771846c",
23
23
  "branch": "main",
24
- "tag": "v18.58.0",
25
- "commitDate": "2026-05-09T22:49:10Z",
26
- "buildDate": "2026-05-09T23:10:04.604Z",
27
- "dirty": false,
24
+ "tag": "v18.58.1",
25
+ "commitDate": "2026-05-10T05:27:47Z",
26
+ "buildDate": "2026-05-10T05:46:22.190Z",
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/7885c8aaca7e58809d92aa0c14ba5913a46c2cef",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.58.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/771846c0cfc096fabe25f46e54af5ad4660a650d",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.58.1"
33
33
  };