@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
|
+
"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.
|
|
60
|
-
"@f5-sales-demo/pi-agent-core": "19.63.
|
|
61
|
-
"@f5-sales-demo/pi-ai": "19.63.
|
|
62
|
-
"@f5-sales-demo/pi-natives": "19.63.
|
|
63
|
-
"@f5-sales-demo/pi-resource-management": "19.63.
|
|
64
|
-
"@f5-sales-demo/pi-tui": "19.63.
|
|
65
|
-
"@f5-sales-demo/pi-utils": "19.63.
|
|
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:
|
|
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
|
-
"
|
|
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.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.63.6",
|
|
21
|
+
"commit": "f24790e4f2617287c53171fdc6596bb257dfa499",
|
|
22
|
+
"shortCommit": "f24790e",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.63.
|
|
25
|
-
"commitDate": "2026-07-
|
|
26
|
-
"buildDate": "2026-07-
|
|
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/
|
|
32
|
-
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.63.
|
|
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
|
};
|