@f5xc-salesdemos/xcsh 19.25.0 → 19.26.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.26.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.26.0",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.26.0",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.26.0",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.26.0",
|
|
57
|
+
"@f5xc-salesdemos/pi-tui": "19.26.0",
|
|
58
|
+
"@f5xc-salesdemos/pi-utils": "19.26.0",
|
|
59
59
|
"@sinclair/typebox": "^0.34",
|
|
60
60
|
"@xterm/headless": "^6.0",
|
|
61
61
|
"ajv": "^8.20",
|
|
@@ -1,88 +1,77 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run `bun generate-branding-index` to regenerate.
|
|
2
2
|
|
|
3
|
-
export const BRANDING_VERSION = "
|
|
3
|
+
export const BRANDING_VERSION = "1.0.0";
|
|
4
4
|
|
|
5
5
|
export const BRANDING_CANONICAL = {
|
|
6
6
|
managed_kubernetes: {
|
|
7
|
-
long_form: "Managed Kubernetes",
|
|
7
|
+
long_form: "F5 XC Managed Kubernetes",
|
|
8
|
+
short_form: "XCKS",
|
|
9
|
+
full_acronym: "XC Kubernetes Service",
|
|
8
10
|
description:
|
|
9
|
-
"Enterprise-grade Kubernetes cluster management. Full cluster control with RBAC, pod security, and container registry management.\n",
|
|
11
|
+
"Enterprise-grade Kubernetes cluster management comparable to AWS EKS, Azure AKS, and Google GKE. Full cluster control with RBAC, pod security, and container registry management.\n",
|
|
10
12
|
legacy_names: ["AppStack", "VoltStack", "voltstack_site"],
|
|
11
13
|
comparable_to: ["AWS EKS", "Azure AKS", "Google GKE"],
|
|
14
|
+
use_cases: [
|
|
15
|
+
"Deploy and manage Kubernetes clusters on-premises or in cloud",
|
|
16
|
+
"Configure RBAC roles and cluster security policies",
|
|
17
|
+
"Manage container registries and pod security admission",
|
|
18
|
+
"Integrate with existing enterprise Kubernetes infrastructure",
|
|
19
|
+
],
|
|
12
20
|
},
|
|
13
|
-
|
|
14
|
-
long_form: "
|
|
21
|
+
container_services: {
|
|
22
|
+
long_form: "F5 XC Container Services",
|
|
23
|
+
short_form: "XCCS",
|
|
24
|
+
full_acronym: "XC Container Services",
|
|
15
25
|
description:
|
|
16
|
-
"Simplified, multi-tenant container orchestration. Optimized for distributed edge deployments with restricted Kubernetes capabilities.\n",
|
|
17
|
-
legacy_names: ["vK8s", "virtual_k8s"],
|
|
26
|
+
"Simplified, multi-tenant container orchestration comparable to AWS ECS and Azure Container Services. Optimized for distributed edge deployments with restricted Kubernetes capabilities (no operators, CRDs, privileged mode).\n",
|
|
27
|
+
legacy_names: ["Virtual Kubernetes", "vK8s", "virtual_k8s"],
|
|
18
28
|
comparable_to: ["AWS ECS", "Azure Container Services", "Cloud Run"],
|
|
29
|
+
use_cases: [
|
|
30
|
+
"Deploy container workloads across distributed edge sites",
|
|
31
|
+
"Run multi-tenant containerized applications",
|
|
32
|
+
"Simplified container orchestration without K8s complexity",
|
|
33
|
+
"Edge-optimized container deployments",
|
|
34
|
+
],
|
|
19
35
|
},
|
|
20
36
|
} as const;
|
|
21
37
|
|
|
22
|
-
export const BRANDING_DEPRECATIONS =
|
|
23
|
-
terraform_provider: {
|
|
24
|
-
deprecated: {
|
|
25
|
-
registry: "registry.terraform.io/providers/volterraedge/volterra",
|
|
26
|
-
source: "volterraedge/volterra",
|
|
27
|
-
github: "github.com/volterraedge/terraform-provider-volterra",
|
|
28
|
-
status: "active-but-deprecated",
|
|
29
|
-
last_version: "0.11.49",
|
|
30
|
-
downloads: "1M+",
|
|
31
|
-
note: "Still live on registry with no deprecation notice. High risk of AI model recommendation due to training data prevalence.\n",
|
|
32
|
-
},
|
|
33
|
-
canonical: {
|
|
34
|
-
registry: "registry.terraform.io/providers/f5xc-salesdemos/f5xc",
|
|
35
|
-
source: "f5xc-salesdemos/f5xc",
|
|
36
|
-
github: "github.com/f5xc-salesdemos/terraform-provider-f5xc",
|
|
37
|
-
docs: "https://f5xc-salesdemos.github.io/terraform-provider-f5xc/",
|
|
38
|
-
llms_txt: "https://f5xc-salesdemos.github.io/terraform-provider-f5xc/llms.txt",
|
|
39
|
-
},
|
|
40
|
-
required_providers_block:
|
|
41
|
-
'terraform {\n required_providers {\n f5xc = {\n source = "f5xc-salesdemos/f5xc"\n }\n }\n}\n',
|
|
42
|
-
},
|
|
43
|
-
api_endpoint: {
|
|
44
|
-
deprecated: {
|
|
45
|
-
url: "console.ves.volterra.io",
|
|
46
|
-
},
|
|
47
|
-
canonical: {
|
|
48
|
-
note: "Tenant-specific. No hardcoded default. Require F5XC_API_URL env var.",
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
documentation: {
|
|
52
|
-
deprecated: {
|
|
53
|
-
note: "docs.cloud.f5.com references to Volterra provider point to the deprecated volterraedge/volterra registry.\n",
|
|
54
|
-
},
|
|
55
|
-
canonical: {
|
|
56
|
-
url: "https://f5xc-salesdemos.github.io/terraform-provider-f5xc/",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
} as const;
|
|
38
|
+
export const BRANDING_DEPRECATIONS = null;
|
|
60
39
|
|
|
61
40
|
export const BRANDING_GLOSSARY = {
|
|
41
|
+
XCKS: {
|
|
42
|
+
term: "XC Kubernetes Service",
|
|
43
|
+
definition: "F5's enterprise managed Kubernetes offering (comparable to AWS EKS, Azure AKS)",
|
|
44
|
+
legacy: "Formerly known as AppStack",
|
|
45
|
+
},
|
|
46
|
+
XCCS: {
|
|
47
|
+
term: "XC Container Services",
|
|
48
|
+
definition: "F5's multi-tenant container orchestration service (comparable to AWS ECS)",
|
|
49
|
+
legacy: "Formerly known as Virtual Kubernetes (vK8s)",
|
|
50
|
+
},
|
|
62
51
|
CE: {
|
|
63
52
|
term: "Customer Edge",
|
|
64
|
-
definition: "F5
|
|
53
|
+
definition: "F5's edge deployment infrastructure for distributed applications",
|
|
65
54
|
},
|
|
66
55
|
RE: {
|
|
67
56
|
term: "Regional Edge",
|
|
68
|
-
definition: "F5
|
|
57
|
+
definition: "F5's globally distributed edge network infrastructure",
|
|
69
58
|
},
|
|
70
59
|
} as const;
|
|
71
60
|
|
|
72
61
|
export const BRANDING_DOMAIN = {
|
|
73
|
-
|
|
74
|
-
title: "
|
|
62
|
+
container_services: {
|
|
63
|
+
title: "XCCS - XC Container Services",
|
|
75
64
|
description:
|
|
76
|
-
'
|
|
65
|
+
'F5 XC Container Services (XCCS) provides simplified, multi-tenant container orchestration comparable to AWS ECS and Azure Container Services. Optimized for distributed edge deployments with restricted Kubernetes capabilities. Formerly known as "Virtual Kubernetes" (vK8s).\n',
|
|
77
66
|
},
|
|
78
67
|
managed_kubernetes: {
|
|
79
|
-
title: "
|
|
68
|
+
title: "XCKS - XC Kubernetes Service",
|
|
80
69
|
description:
|
|
81
|
-
'Managed Kubernetes provides enterprise-grade cluster management with
|
|
70
|
+
'F5 XC Managed Kubernetes (XCKS) provides enterprise-grade Kubernetes cluster management comparable to AWS EKS, Azure AKS, and Google GKE. Full cluster control with RBAC, pod security, and container registry management. Formerly known as "AppStack".\n',
|
|
82
71
|
},
|
|
83
72
|
sites: {
|
|
84
73
|
title: "Customer Edge Sites",
|
|
85
74
|
description:
|
|
86
|
-
"Site deployment and management across cloud providers (AWS VPC, Azure VNET, GCP VPC), Managed Kubernetes
|
|
75
|
+
"Site deployment and management across cloud providers (AWS VPC, Azure VNET, GCP VPC), F5 XC Managed Kubernetes (XCKS, formerly AppStack) deployments, and Secure Mesh deployments for networking-focused edge sites.\n",
|
|
87
76
|
},
|
|
88
77
|
} as const;
|
|
@@ -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.26.0",
|
|
21
|
+
"commit": "5f7c3bfd5202d9ddc4b608f21c21612dd80701eb",
|
|
22
|
+
"shortCommit": "5f7c3bf",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.26.0",
|
|
25
|
+
"commitDate": "2026-06-11T01:41:38Z",
|
|
26
|
+
"buildDate": "2026-06-11T02:06:21.041Z",
|
|
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/5f7c3bfd5202d9ddc4b608f21c21612dd80701eb",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.26.0"
|
|
33
33
|
};
|
package/src/main.ts
CHANGED
|
@@ -923,6 +923,9 @@ export async function runRootCommand(parsed: Args, rawArgs: string[]): Promise<v
|
|
|
923
923
|
initialImages,
|
|
924
924
|
);
|
|
925
925
|
} else {
|
|
926
|
+
// Non-interactive (--print, piped, --mode json): force temperature=0 for
|
|
927
|
+
// deterministic HCL generation. Interactive mode keeps its configured value.
|
|
928
|
+
session.agent.temperature = 0;
|
|
926
929
|
await runPrintMode(session, {
|
|
927
930
|
mode,
|
|
928
931
|
messages: parsedArgs.messages,
|