@f5xc-salesdemos/xcsh 19.32.0 → 19.32.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.32.
|
|
4
|
+
"version": "19.32.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,13 +50,13 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@agentclientprotocol/sdk": "0.16.1",
|
|
52
52
|
"@mozilla/readability": "^0.6",
|
|
53
|
-
"@f5xc-salesdemos/xcsh-stats": "19.32.
|
|
54
|
-
"@f5xc-salesdemos/pi-agent-core": "19.32.
|
|
55
|
-
"@f5xc-salesdemos/pi-ai": "19.32.
|
|
56
|
-
"@f5xc-salesdemos/pi-natives": "19.32.
|
|
57
|
-
"@f5xc-salesdemos/pi-resource-management": "19.32.
|
|
58
|
-
"@f5xc-salesdemos/pi-tui": "19.32.
|
|
59
|
-
"@f5xc-salesdemos/pi-utils": "19.32.
|
|
53
|
+
"@f5xc-salesdemos/xcsh-stats": "19.32.1",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.32.1",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.32.1",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.32.1",
|
|
57
|
+
"@f5xc-salesdemos/pi-resource-management": "19.32.1",
|
|
58
|
+
"@f5xc-salesdemos/pi-tui": "19.32.1",
|
|
59
|
+
"@f5xc-salesdemos/pi-utils": "19.32.1",
|
|
60
60
|
"@sinclair/typebox": "^0.34",
|
|
61
61
|
"@xterm/headless": "^6.0",
|
|
62
62
|
"ajv": "^8.20",
|
|
@@ -1,77 +1,88 @@
|
|
|
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 = "2.0.0";
|
|
4
4
|
|
|
5
5
|
export const BRANDING_CANONICAL = {
|
|
6
6
|
managed_kubernetes: {
|
|
7
|
-
long_form: "
|
|
8
|
-
short_form: "XCKS",
|
|
9
|
-
full_acronym: "XC Kubernetes Service",
|
|
7
|
+
long_form: "Managed Kubernetes",
|
|
10
8
|
description:
|
|
11
|
-
"Enterprise-grade Kubernetes cluster management
|
|
9
|
+
"Enterprise-grade Kubernetes cluster management. Full cluster control with RBAC, pod security, and container registry management.\n",
|
|
12
10
|
legacy_names: ["AppStack", "VoltStack", "voltstack_site"],
|
|
13
11
|
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
|
-
],
|
|
20
12
|
},
|
|
21
|
-
|
|
22
|
-
long_form: "
|
|
23
|
-
short_form: "XCCS",
|
|
24
|
-
full_acronym: "XC Container Services",
|
|
13
|
+
virtual_kubernetes: {
|
|
14
|
+
long_form: "Virtual Kubernetes",
|
|
25
15
|
description:
|
|
26
|
-
"Simplified, multi-tenant container orchestration
|
|
27
|
-
legacy_names: ["
|
|
16
|
+
"Simplified, multi-tenant container orchestration. Optimized for distributed edge deployments with restricted Kubernetes capabilities.\n",
|
|
17
|
+
legacy_names: ["vK8s", "virtual_k8s"],
|
|
28
18
|
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
|
-
],
|
|
35
19
|
},
|
|
36
20
|
} as const;
|
|
37
21
|
|
|
38
|
-
export const BRANDING_DEPRECATIONS =
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
+
},
|
|
45
50
|
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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
|
+
},
|
|
50
58
|
},
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
export const BRANDING_GLOSSARY = {
|
|
51
62
|
CE: {
|
|
52
63
|
term: "Customer Edge",
|
|
53
|
-
definition: "F5
|
|
64
|
+
definition: "F5 XC edge deployment infrastructure for distributed applications",
|
|
54
65
|
},
|
|
55
66
|
RE: {
|
|
56
67
|
term: "Regional Edge",
|
|
57
|
-
definition: "F5
|
|
68
|
+
definition: "F5 XC globally distributed edge network infrastructure",
|
|
58
69
|
},
|
|
59
70
|
} as const;
|
|
60
71
|
|
|
61
72
|
export const BRANDING_DOMAIN = {
|
|
62
|
-
|
|
63
|
-
title: "
|
|
73
|
+
virtual_kubernetes: {
|
|
74
|
+
title: "Virtual Kubernetes",
|
|
64
75
|
description:
|
|
65
|
-
'
|
|
76
|
+
'Virtual Kubernetes provides simplified, multi-tenant container orchestration optimized for distributed edge deployments. Formerly known as "vK8s".\n',
|
|
66
77
|
},
|
|
67
78
|
managed_kubernetes: {
|
|
68
|
-
title: "
|
|
79
|
+
title: "Managed Kubernetes",
|
|
69
80
|
description:
|
|
70
|
-
'
|
|
81
|
+
'Managed Kubernetes provides enterprise-grade cluster management with full RBAC, pod security, and container registry support. Formerly known as "AppStack".\n',
|
|
71
82
|
},
|
|
72
83
|
sites: {
|
|
73
84
|
title: "Customer Edge Sites",
|
|
74
85
|
description:
|
|
75
|
-
"Site deployment and management across cloud providers (AWS VPC, Azure VNET, GCP VPC),
|
|
86
|
+
"Site deployment and management across cloud providers (AWS VPC, Azure VNET, GCP VPC), Managed Kubernetes deployments (formerly AppStack), and Secure Mesh deployments for networking-focused edge sites.\n",
|
|
76
87
|
},
|
|
77
88
|
} as const;
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "19.32.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.32.1",
|
|
21
|
+
"commit": "63dcdcdc80675732a30aae05ff17d9e27d77119f",
|
|
22
|
+
"shortCommit": "63dcdcd",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.32.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.32.1",
|
|
25
|
+
"commitDate": "2026-06-16T00:35:21Z",
|
|
26
|
+
"buildDate": "2026-06-16T00:59:48.500Z",
|
|
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.32.
|
|
31
|
+
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/63dcdcdc80675732a30aae05ff17d9e27d77119f",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.32.1"
|
|
33
33
|
};
|