@f5-sales-demo/xcsh 19.63.4 → 19.63.6

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.6",
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.6",
60
+ "@f5-sales-demo/pi-agent-core": "19.63.6",
61
+ "@f5-sales-demo/pi-ai": "19.63.6",
62
+ "@f5-sales-demo/pi-natives": "19.63.6",
63
+ "@f5-sales-demo/pi-resource-management": "19.63.6",
64
+ "@f5-sales-demo/pi-tui": "19.63.6",
65
+ "@f5-sales-demo/pi-utils": "19.63.6",
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.6",
21
+ "commit": "f24790e4f2617287c53171fdc6596bb257dfa499",
22
+ "shortCommit": "f24790e",
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.6",
25
+ "commitDate": "2026-07-17T15:34:43Z",
26
+ "buildDate": "2026-07-17T15:57:30.152Z",
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/f24790e4f2617287c53171fdc6596bb257dfa499",
32
+ "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.63.6"
33
33
  };