@f5xc-salesdemos/xcsh 19.18.6 → 19.18.7
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.18.
|
|
4
|
+
"version": "19.18.7",
|
|
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.18.
|
|
54
|
-
"@f5xc-salesdemos/pi-agent-core": "19.18.
|
|
55
|
-
"@f5xc-salesdemos/pi-ai": "19.18.
|
|
56
|
-
"@f5xc-salesdemos/pi-natives": "19.18.
|
|
57
|
-
"@f5xc-salesdemos/pi-tui": "19.18.
|
|
58
|
-
"@f5xc-salesdemos/pi-utils": "19.18.
|
|
53
|
+
"@f5xc-salesdemos/xcsh-stats": "19.18.7",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.18.7",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.18.7",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.18.7",
|
|
57
|
+
"@f5xc-salesdemos/pi-tui": "19.18.7",
|
|
58
|
+
"@f5xc-salesdemos/pi-utils": "19.18.7",
|
|
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.18.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.18.7",
|
|
21
|
+
"commit": "c8c863341021b40abcc64a146cbbb5a0547f3008",
|
|
22
|
+
"shortCommit": "c8c8633",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.18.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.18.7",
|
|
25
|
+
"commitDate": "2026-06-08T22:09:08Z",
|
|
26
|
+
"buildDate": "2026-06-08T22:31:32.784Z",
|
|
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.18.
|
|
31
|
+
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/c8c863341021b40abcc64a146cbbb5a0547f3008",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.18.7"
|
|
33
33
|
};
|
|
@@ -114,3 +114,5 @@ Swap exactly one block per oneOf group — e.g. `enable_ha {}` replaces `disable
|
|
|
114
114
|
- `custom_proxy { http_proxy = "http://proxy:8080", https_proxy = "http://proxy:8080" }`
|
|
115
115
|
- `custom_proxy_bypass { bypass_list = ["10.0.0.0/8"] }`
|
|
116
116
|
- `blocked_services { service_list { service = "HTTP" } }`
|
|
117
|
+
|
|
118
|
+
**CRITICAL — Terraform file write rule**: When asked to "Write Terraform HCL for f5xc_securemesh_site_v2", you **MUST** use the `xcsh_write_file` tool to write the complete `.tf` file to disk. Always name the file after the resource name in the request (e.g., `ar-test-smsv2-1a.tf`). Do NOT just return a coverage table — always write the actual HCL file. The file must include a `terraform { required_providers { f5xc = { source = "f5xc-salesdemos/f5xc" } } }` block and the complete `resource "f5xc_securemesh_site_v2"` block with all 12 oneOf groups.
|