@f5xc-salesdemos/xcsh 19.3.0 → 19.4.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.4.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.4.0",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.4.0",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.4.0",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.4.0",
|
|
57
|
+
"@f5xc-salesdemos/pi-tui": "19.4.0",
|
|
58
|
+
"@f5xc-salesdemos/pi-utils": "19.4.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.4.0",
|
|
21
|
+
"commit": "fd384b6c522bb33ac933274223d2c98d247737e2",
|
|
22
|
+
"shortCommit": "fd384b6",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.4.0",
|
|
25
|
+
"commitDate": "2026-06-04T16:08:47Z",
|
|
26
|
+
"buildDate": "2026-06-04T16:50:46.727Z",
|
|
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/fd384b6c522bb33ac933274223d2c98d247737e2",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.4.0"
|
|
33
33
|
};
|
|
@@ -146,13 +146,6 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
146
146
|
resource_count: 4,
|
|
147
147
|
resources: ["app_setting", "app_type", "discovery", "filter_set"],
|
|
148
148
|
},
|
|
149
|
-
{
|
|
150
|
-
name: "BIG-IP Integration",
|
|
151
|
-
slug: "big-ip-integration",
|
|
152
|
-
description: "BIG-IP proxy, data groups, and iRules integration",
|
|
153
|
-
resource_count: 3,
|
|
154
|
-
resources: ["bigip_http_proxy", "data_group", "irule"],
|
|
155
|
-
},
|
|
156
149
|
{
|
|
157
150
|
name: "Authentication",
|
|
158
151
|
slug: "authentication",
|
|
@@ -167,6 +160,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
167
160
|
resource_count: 3,
|
|
168
161
|
resources: ["container_registry", "workload", "workload_flavor"],
|
|
169
162
|
},
|
|
163
|
+
{
|
|
164
|
+
name: "BIG-IP Integration",
|
|
165
|
+
slug: "big-ip-integration",
|
|
166
|
+
description: "BIG-IP proxy, data groups, and iRules integration",
|
|
167
|
+
resource_count: 3,
|
|
168
|
+
resources: ["bigip_http_proxy", "data_group", "irule"],
|
|
169
|
+
},
|
|
170
170
|
{
|
|
171
171
|
name: "DNS",
|
|
172
172
|
slug: "dns",
|
|
@@ -175,11 +175,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
175
175
|
resources: ["dns_compliance_checks", "dns_domain", "dns_proxy"],
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
name: "
|
|
179
|
-
slug: "
|
|
180
|
-
description: "
|
|
178
|
+
name: "Uncategorized",
|
|
179
|
+
slug: "uncategorized",
|
|
180
|
+
description: "Resources pending categorization",
|
|
181
181
|
resource_count: 2,
|
|
182
|
-
resources: ["
|
|
182
|
+
resources: ["application_profiles", "authorization_server"],
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
name: "Organization",
|
|
@@ -189,11 +189,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
189
189
|
resources: ["namespace", "tenant_configuration"],
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
name: "
|
|
193
|
-
slug: "
|
|
194
|
-
description: "
|
|
192
|
+
name: "Cloud Resources",
|
|
193
|
+
slug: "cloud-resources",
|
|
194
|
+
description: "Cloud elastic IPs, address allocators, and geo-location resources",
|
|
195
195
|
resource_count: 2,
|
|
196
|
-
resources: ["
|
|
196
|
+
resources: ["address_allocator", "cloud_elastic_ip"],
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
name: "Integrations",
|
|
@@ -1411,7 +1411,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1411
1411
|
required: ["name", "namespace"],
|
|
1412
1412
|
oneof_groups: [
|
|
1413
1413
|
{
|
|
1414
|
-
fields: ["allow_list", "deny_list", "rule_list"],
|
|
1414
|
+
fields: ["allow_all_requests", "allow_list", "deny_all_requests", "deny_list", "rule_list"],
|
|
1415
1415
|
},
|
|
1416
1416
|
{
|
|
1417
1417
|
fields: ["any_server", "server_name", "server_name_matcher", "server_selector"],
|
|
@@ -1419,7 +1419,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1419
1419
|
],
|
|
1420
1420
|
server_defaults: ["port_matcher", "any_server"],
|
|
1421
1421
|
minimal_config:
|
|
1422
|
-
'resource "f5xc_service_policy" "example" {\n name = "example-service-policy"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n // One of the arguments from this list "allow_list deny_list rule_list" must be set\n\n rule_list {\n rules {\n metadata {\n name = "allow-api"\n }\n spec {\n action = "ALLOW"\n any_client {}\n any_ip {}\n path {\n prefix_values = ["/api/"]\n }\n }\n }\n }\n\n // One of the arguments from this list "any_server server_name server_name_matcher server_selector" must be set\n\n any_server {}\n}',
|
|
1422
|
+
'resource "f5xc_service_policy" "example" {\n name = "example-service-policy"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n // One of the arguments from this list "allow_all_requests allow_list deny_all_requests deny_list rule_list" must be set\n\n rule_list {\n rules {\n metadata {\n name = "allow-api"\n }\n spec {\n action = "ALLOW"\n any_client {}\n any_ip {}\n path {\n prefix_values = ["/api/"]\n }\n }\n }\n }\n\n // One of the arguments from this list "any_server server_name server_name_matcher server_selector" must be set\n\n any_server {}\n}',
|
|
1423
1423
|
dependencies: {
|
|
1424
1424
|
requires: ["namespace"],
|
|
1425
1425
|
},
|
|
@@ -113,6 +113,12 @@ export class PluginDashboard extends Container {
|
|
|
113
113
|
// Network failure on first run is fine — continue with whatever is available
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
try {
|
|
117
|
+
await this.#mgr.refreshStaleMarketplaces();
|
|
118
|
+
} catch {
|
|
119
|
+
// Network failure is fine — display whatever is cached
|
|
120
|
+
}
|
|
121
|
+
|
|
116
122
|
try {
|
|
117
123
|
this.#state = await createInitialState(this.#mgr, this.#npmMgr);
|
|
118
124
|
} catch (error) {
|