@f5xc-salesdemos/xcsh 19.16.1 → 19.17.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.
|
|
4
|
+
"version": "19.17.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,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.
|
|
54
|
-
"@f5xc-salesdemos/pi-agent-core": "19.
|
|
55
|
-
"@f5xc-salesdemos/pi-ai": "19.
|
|
56
|
-
"@f5xc-salesdemos/pi-natives": "19.
|
|
57
|
-
"@f5xc-salesdemos/pi-tui": "19.
|
|
58
|
-
"@f5xc-salesdemos/pi-utils": "19.
|
|
53
|
+
"@f5xc-salesdemos/xcsh-stats": "19.17.0",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.17.0",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.17.0",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.17.0",
|
|
57
|
+
"@f5xc-salesdemos/pi-tui": "19.17.0",
|
|
58
|
+
"@f5xc-salesdemos/pi-utils": "19.17.0",
|
|
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.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.17.0",
|
|
21
|
+
"commit": "f6c61e094f08a7f3a76e3653bece8f5d6b1db16a",
|
|
22
|
+
"shortCommit": "f6c61e0",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.17.0",
|
|
25
|
+
"commitDate": "2026-06-08T16:43:39Z",
|
|
26
|
+
"buildDate": "2026-06-08T17:16:29.382Z",
|
|
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/
|
|
32
|
-
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.
|
|
31
|
+
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/f6c61e094f08a7f3a76e3653bece8f5d6b1db16a",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.17.0"
|
|
33
33
|
};
|
|
@@ -68,8 +68,8 @@ Each of the 12 oneOf groups has two or three mutually exclusive choices — pick
|
|
|
68
68
|
|---|---|---|
|
|
69
69
|
|node_ha|`"disable_ha":{}` OR `"enable_ha":{}`||
|
|
70
70
|
|blocked_services|`"block_all_services":{}` OR `"blocked_services":{"service_list":[{"service":"HTTP"}]}`||
|
|
71
|
-
|network_policy|`"no_network_policy":{}` OR `"active_enhanced_firewall_policies":{"
|
|
72
|
-
|forward_proxy|`"no_forward_proxy":{}` OR `"active_forward_proxy_policies":{"
|
|
71
|
+
|network_policy|`"no_network_policy":{}` OR `"active_enhanced_firewall_policies":{"enhanced_firewall_policies":[{"name":"<n>","namespace":"system"}]}`|prereq: create `enhanced_firewall_policys` in **system** namespace with `spec:{}` — inner field is `enhanced_firewall_policies` (no "active_" prefix), policy **MUST** be in system namespace|
|
|
72
|
+
|forward_proxy|`"no_forward_proxy":{}` OR `"active_forward_proxy_policies":{"forward_proxy_policies":[{"name":"<n>","namespace":"system"}]}`|prereq: create `forward_proxy_policys` in **system** namespace with `spec:{"allow_all":{}}` — inner field is `forward_proxy_policies` (no "active_" prefix), policy **MUST** be in system namespace, do NOT add drp_http_connect in system namespace|
|
|
73
73
|
|enterprise_proxy|`"f5_proxy":{}` OR `"custom_proxy":{"http_proxy":"http://proxy:8080","https_proxy":"http://proxy:8080"}`||
|
|
74
74
|
|proxy_bypass|`"no_proxy_bypass":{}` OR `"custom_proxy_bypass":{"bypass_list":["10.0.0.0/8"]}`||
|
|
75
75
|
|logs_receiver|`"logs_streaming_disabled":{}` OR `"log_receiver":{"name":"<n>","namespace":"<ns>"}`|prereq: create `global_log_receivers` with `spec:{"request_logs":{},"http_receiver":{"uri":"http://logs:8080","no_tls":{},"disable_authentication":{}}}`|
|
|
@@ -79,3 +79,38 @@ Each of the 12 oneOf groups has two or three mutually exclusive choices — pick
|
|
|
79
79
|
|management_network|`"disable_management_network":{}` OR `"enable_management_network":{}`||
|
|
80
80
|
|
|
81
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.
|
|
82
|
+
|
|
83
|
+
**SecureMesh Site v2 Terraform HCL (`f5xc_securemesh_site_v2`)** — When asked to write Terraform for f5xc_securemesh_site_v2, use `resource "f5xc_securemesh_site_v2"` in system namespace. Each of the 12 oneOf groups maps directly to a Terraform block. Base HCL:
|
|
84
|
+
|
|
85
|
+
```hcl
|
|
86
|
+
resource "f5xc_securemesh_site_v2" "site" {
|
|
87
|
+
name = "<name>"
|
|
88
|
+
namespace = "system"
|
|
89
|
+
|
|
90
|
+
azure {
|
|
91
|
+
not_managed {}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
disable_ha {}
|
|
95
|
+
block_all_services {}
|
|
96
|
+
no_network_policy {}
|
|
97
|
+
no_forward_proxy {}
|
|
98
|
+
f5_proxy {}
|
|
99
|
+
no_proxy_bypass {}
|
|
100
|
+
logs_streaming_disabled {}
|
|
101
|
+
no_s2s_connectivity_sli {}
|
|
102
|
+
no_s2s_connectivity_slo {}
|
|
103
|
+
disable_url_categorization {}
|
|
104
|
+
disable_management_network {}
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
Swap exactly one block per oneOf group — e.g. `enable_ha {}` replaces `disable_ha {}`. For reference-type options, use nested blocks:
|
|
109
|
+
- `active_enhanced_firewall_policies { enhanced_firewall_policies { name = "<n>", namespace = "system" } }`
|
|
110
|
+
- `active_forward_proxy_policies { forward_proxy_policies { name = "<n>", namespace = "system" } }`
|
|
111
|
+
- `log_receiver { name = "<n>", namespace = "<ns>" }`
|
|
112
|
+
- `dc_cluster_group_sli { name = "<n>", namespace = "system" }` (same for `dc_cluster_group_slo`)
|
|
113
|
+
- `site_mesh_group_on_slo { site_mesh_group { name = "<n>", namespace = "system" } }` ← note the nested `site_mesh_group` wrapper
|
|
114
|
+
- `custom_proxy { http_proxy = "http://proxy:8080", https_proxy = "http://proxy:8080" }`
|
|
115
|
+
- `custom_proxy_bypass { bypass_list = ["10.0.0.0/8"] }`
|
|
116
|
+
- `blocked_services { service_list { service = "HTTP" } }`
|