@f5-sales-demo/xcsh 19.63.4 → 19.63.5

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": "@f5-sales-demo/xcsh",
4
- "version": "19.63.4",
4
+ "version": "19.63.5",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://github.com/f5-sales-demo/xcsh",
7
7
  "author": "Can Boluk",
@@ -56,13 +56,13 @@
56
56
  "dependencies": {
57
57
  "@agentclientprotocol/sdk": "0.16.1",
58
58
  "@mozilla/readability": "^0.6",
59
- "@f5-sales-demo/xcsh-stats": "19.63.4",
60
- "@f5-sales-demo/pi-agent-core": "19.63.4",
61
- "@f5-sales-demo/pi-ai": "19.63.4",
62
- "@f5-sales-demo/pi-natives": "19.63.4",
63
- "@f5-sales-demo/pi-resource-management": "19.63.4",
64
- "@f5-sales-demo/pi-tui": "19.63.4",
65
- "@f5-sales-demo/pi-utils": "19.63.4",
59
+ "@f5-sales-demo/xcsh-stats": "19.63.5",
60
+ "@f5-sales-demo/pi-agent-core": "19.63.5",
61
+ "@f5-sales-demo/pi-ai": "19.63.5",
62
+ "@f5-sales-demo/pi-natives": "19.63.5",
63
+ "@f5-sales-demo/pi-resource-management": "19.63.5",
64
+ "@f5-sales-demo/pi-tui": "19.63.5",
65
+ "@f5-sales-demo/pi-utils": "19.63.5",
66
66
  "@sinclair/typebox": "^0.34",
67
67
  "@xterm/headless": "^6.0",
68
68
  "ajv": "^8.20",
@@ -304,7 +304,7 @@ BEHAVIOR:
304
304
  - You KNOW which page the user is on (injected below). Don't ask "what page are you on?" — tell them.
305
305
  - For questions about the page/resource: answer from the injected context. No tools.
306
306
  - If a blocking popup/survey appears, dismiss it by clicking the close button.
307
- - If on the LOGIN page: offer to help log in.
307
+ - If on the LOGIN page: use the login tool to log in. The login tool handles ALL environments — production (*.console.ves.volterra.io) AND staging (*.staging.volterra.us, login-staging.volterra.us). Do NOT claim the login tool is broken, unsupported, or doesn't work for staging — it does.
308
308
 
309
309
  BROWSER AUTOMATION (when the user asks to create/modify/navigate resources):
310
310
  - You are IN a Chrome browser. The active console tab is your workspace — use IT.
@@ -365,7 +365,7 @@ export function composeChatPrompt(text: string, context: PageContextSnapshot | n
365
365
  if (pageState.operation === "login") {
366
366
  parts.push("Page: LOGIN — session expired or first login. The user is on the Keycloak authentication page.");
367
367
  parts.push(
368
- "You can help by using the login tool with their email and password, or guide them to log in manually.",
368
+ "Use the login tool with their email and password to log in. The login tool handles both production and staging Keycloak (including login-staging.volterra.us). Do NOT bypass it or claim it doesn't support staging.",
369
369
  );
370
370
  } else if (pageState.resource) {
371
371
  const opLabel = pageState.operation.toUpperCase();
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.63.4",
21
- "commit": "9dbc952b965b668320a26feacdefc3247e114217",
22
- "shortCommit": "9dbc952",
20
+ "version": "19.63.5",
21
+ "commit": "66e926bdc3136f80310c6a5a27cade55fc5ea80d",
22
+ "shortCommit": "66e926b",
23
23
  "branch": "main",
24
- "tag": "v19.63.4",
25
- "commitDate": "2026-07-15T11:38:23Z",
26
- "buildDate": "2026-07-15T11:59:16.531Z",
24
+ "tag": "v19.63.5",
25
+ "commitDate": "2026-07-16T19:17:53Z",
26
+ "buildDate": "2026-07-16T19:41:58.317Z",
27
27
  "dirty": true,
28
28
  "prNumber": "",
29
29
  "repoUrl": "https://github.com/f5-sales-demo/xcsh",
30
30
  "repoSlug": "f5-sales-demo/xcsh",
31
- "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/9dbc952b965b668320a26feacdefc3247e114217",
32
- "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.63.4"
31
+ "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/66e926bdc3136f80310c6a5a27cade55fc5ea80d",
32
+ "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.63.5"
33
33
  };
@@ -758,9 +758,9 @@ export const TERRAFORM_INDEX: TerraformIndex = {
758
758
  dc_cluster_group: {
759
759
  category: "networking",
760
760
  description: "DC Cluster group in given namespace",
761
- required: ["name", "namespace"],
761
+ required: ["name"],
762
762
  minimal_config:
763
- 'resource "xcsh_dc_cluster_group" "example" {\n name = "example-dc-cluster-group"\n namespace = "staging"\n}',
763
+ 'resource "xcsh_dc_cluster_group" "example" {\n name = "example-dc-cluster-group"\n namespace = "system"\n}',
764
764
  dependencies: {
765
765
  requires: [],
766
766
  },
@@ -892,9 +892,9 @@ export const TERRAFORM_INDEX: TerraformIndex = {
892
892
  category: "security",
893
893
  description:
894
894
  "Object, object contains rules to protect site from denial of service It has destination{destination IP, destination port) and references to",
895
- required: ["name", "namespace"],
895
+ required: ["name"],
896
896
  minimal_config:
897
- 'resource "xcsh_fast_acl" "example" {\n name = "example-fast-acl"\n namespace = "staging"\n}',
897
+ 'resource "xcsh_fast_acl" "example" {\n name = "example-fast-acl"\n namespace = "system"\n}',
898
898
  dependencies: {
899
899
  requires: [],
900
900
  },
@@ -903,9 +903,9 @@ export const TERRAFORM_INDEX: TerraformIndex = {
903
903
  fast_acl_rule: {
904
904
  category: "security",
905
905
  description: "New Fast ACL rule, has specification to match source IP, source port and action to apply",
906
- required: ["name", "namespace"],
906
+ required: ["name"],
907
907
  minimal_config:
908
- 'resource "xcsh_fast_acl_rule" "example" {\n name = "example-fast-acl-rule"\n namespace = "staging"\n}',
908
+ 'resource "xcsh_fast_acl_rule" "example" {\n name = "example-fast-acl-rule"\n namespace = "system"\n}',
909
909
  dependencies: {
910
910
  requires: [],
911
911
  },
@@ -976,9 +976,9 @@ export const TERRAFORM_INDEX: TerraformIndex = {
976
976
  geo_location_set: {
977
977
  category: "cloud-resources",
978
978
  description: "Geolocation Set",
979
- required: ["name", "namespace"],
979
+ required: ["name"],
980
980
  minimal_config:
981
- 'resource "xcsh_geo_location_set" "example" {\n name = "example-geo-location-set"\n namespace = "staging"\n}',
981
+ 'resource "xcsh_geo_location_set" "example" {\n name = "example-geo-location-set"\n namespace = "system"\n}',
982
982
  dependencies: {
983
983
  requires: [],
984
984
  },
@@ -1091,7 +1091,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
1091
1091
  description: "K8s_cluster will create the object in the storage backend for namespace metadata.namespace",
1092
1092
  required: ["name", "namespace"],
1093
1093
  minimal_config:
1094
- 'resource "xcsh_k8s_cluster" "example" {\n name = "example-k8s-cluster"\n namespace = "staging"\n}',
1094
+ 'resource "xcsh_k8s_cluster" "example" {\n name = "example-k8s-cluster"\n namespace = "system"\n}',
1095
1095
  dependencies: {
1096
1096
  requires: [],
1097
1097
  },
@@ -1374,9 +1374,9 @@ export const TERRAFORM_INDEX: TerraformIndex = {
1374
1374
  category: "security",
1375
1375
  description:
1376
1376
  "Protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits",
1377
- required: ["name", "namespace"],
1377
+ required: ["name"],
1378
1378
  minimal_config:
1379
- 'resource "xcsh_protocol_policer" "example" {\n name = "example-protocol-policer"\n namespace = "staging"\n}',
1379
+ 'resource "xcsh_protocol_policer" "example" {\n name = "example-protocol-policer"\n namespace = "system"\n}',
1380
1380
  dependencies: {
1381
1381
  requires: [],
1382
1382
  },