@f5xc-salesdemos/xcsh 19.16.0 → 19.16.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": "19.16.0",
4
+ "version": "19.16.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",
@@ -50,12 +50,12 @@
50
50
  "dependencies": {
51
51
  "@agentclientprotocol/sdk": "0.16.1",
52
52
  "@mozilla/readability": "^0.6",
53
- "@f5xc-salesdemos/xcsh-stats": "19.16.0",
54
- "@f5xc-salesdemos/pi-agent-core": "19.16.0",
55
- "@f5xc-salesdemos/pi-ai": "19.16.0",
56
- "@f5xc-salesdemos/pi-natives": "19.16.0",
57
- "@f5xc-salesdemos/pi-tui": "19.16.0",
58
- "@f5xc-salesdemos/pi-utils": "19.16.0",
53
+ "@f5xc-salesdemos/xcsh-stats": "19.16.1",
54
+ "@f5xc-salesdemos/pi-agent-core": "19.16.1",
55
+ "@f5xc-salesdemos/pi-ai": "19.16.1",
56
+ "@f5xc-salesdemos/pi-natives": "19.16.1",
57
+ "@f5xc-salesdemos/pi-tui": "19.16.1",
58
+ "@f5xc-salesdemos/pi-utils": "19.16.1",
59
59
  "@sinclair/typebox": "^0.34",
60
60
  "@xterm/headless": "^6.0",
61
61
  "ajv": "^8.20",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.16.0",
21
- "commit": "ad89dab6c0cf0dbdcb89018b15819e3603da0123",
22
- "shortCommit": "ad89dab",
20
+ "version": "19.16.1",
21
+ "commit": "aadde266a7ca8aadb02ce1d2fd13dc8276957683",
22
+ "shortCommit": "aadde26",
23
23
  "branch": "main",
24
- "tag": "v19.16.0",
25
- "commitDate": "2026-06-08T04:31:02Z",
26
- "buildDate": "2026-06-08T04:52:16.633Z",
24
+ "tag": "v19.16.1",
25
+ "commitDate": "2026-06-08T05:03:19Z",
26
+ "buildDate": "2026-06-08T05:26:22.752Z",
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/ad89dab6c0cf0dbdcb89018b15819e3603da0123",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.16.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/aadde266a7ca8aadb02ce1d2fd13dc8276957683",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.16.1"
33
33
  };
@@ -77,3 +77,5 @@ Each of the 12 oneOf groups has two or three mutually exclusive choices — pick
77
77
  |s2s_slo|`"no_s2s_connectivity_slo":{}` OR `"dc_cluster_group_slo":{"name":"<n>","namespace":"system"}` OR `"site_mesh_group_on_slo":{"name":"<n>","namespace":"system"}`|dc_cluster_group prereq same as above; site_mesh_group prereq: `spec:{"type":"SITE_MESH_GROUP_TYPE_FULL_MESH","tunnel_type":"SITE_TO_SITE_TUNNEL_IPSEC","full_mesh":{"data_plane_mesh":{}},"bfd_disabled":{}}` — bfd_disabled **REQUIRED**|
78
78
  |url_categorization|`"disable_url_categorization":{}` OR `"enable_url_categorization":{}`||
79
79
  |management_network|`"disable_management_network":{}` OR `"enable_management_network":{}`||
80
+
81
+ **SMSv2 routing rule**: When asked to create a SecureMesh site v2 that *uses* or *applies* a policy (forward proxy, firewall, log receiver, cluster group), the target resource is always `securemesh_site_v2s` — POST the site payload with the policy reference in the appropriate spec field. Do NOT create the policy resource as the action; the policy already exists as a prerequisite. For example, "Create a SecureMesh site v2 with forward proxy policy X" → POST to `securemesh_site_v2s` with `"active_forward_proxy_policies":{"active_forward_proxy_policies":[{"name":"X","namespace":"<ns>"}]}` in the spec.