@f5-sales-demo/xcsh 19.63.0 → 19.63.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": "@f5-sales-demo/xcsh",
|
|
4
|
-
"version": "19.63.
|
|
4
|
+
"version": "19.63.1",
|
|
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.1",
|
|
60
|
+
"@f5-sales-demo/pi-agent-core": "19.63.1",
|
|
61
|
+
"@f5-sales-demo/pi-ai": "19.63.1",
|
|
62
|
+
"@f5-sales-demo/pi-natives": "19.63.1",
|
|
63
|
+
"@f5-sales-demo/pi-resource-management": "19.63.1",
|
|
64
|
+
"@f5-sales-demo/pi-tui": "19.63.1",
|
|
65
|
+
"@f5-sales-demo/pi-utils": "19.63.1",
|
|
66
66
|
"@sinclair/typebox": "^0.34",
|
|
67
67
|
"@xterm/headless": "^6.0",
|
|
68
68
|
"ajv": "^8.20",
|
package/src/deprecations.ts
CHANGED
|
@@ -81,7 +81,7 @@ export function renderDeprecationGuardrails(): string {
|
|
|
81
81
|
"These deprecations are non-negotiable. Full detail lives at `xcsh://branding` and `xcsh://branding/volterra`, but the rules below apply even when that protocol is never consulted.",
|
|
82
82
|
"",
|
|
83
83
|
`- **Never use \`${vesctl}\`.** It is the abandoned, unsupported legacy CLI; \`${xcshCmd}\` is its modern replacement. Never propose, generate, or run \`${vesctl}\`. For F5 XC API calls use the \`xcsh_api\` tool (never raw \`curl\`); for console automation use \`catalog_workflow_runner\`.`,
|
|
84
|
-
`- **The legacy API docs are deprecated.** Never link or fetch \`${legacyApiUrl}
|
|
84
|
+
`- **The legacy API docs are deprecated.** Never link or fetch \`${legacyApiUrl}\`; the canonical human-facing API documentation site is \`${enrichedUrl}\`. For your own API work you rarely need either — the enriched OpenAPI specs ship embedded in this binary: use \`xcsh://api-catalog/\` (operations/CRUD) and \`xcsh://api-spec/\` (schemas) per the routing rules above.`,
|
|
85
85
|
`- **"${deadBrand}" is a retired brand name.** The product is **${currentBrand}**; never write "${deadBrand}" as a product name or recommend ${deadBrand}-labeled tooling. BUT \`volterra_*\` API keys, \`*.volterra.io\`/\`*.volterra.us\` hostnames, and schema identifiers are **required functional identifiers** — use them verbatim, exactly as the API expects. Only the brand name is dead, not the identifiers.`,
|
|
86
86
|
].join("\n");
|
|
87
87
|
}
|
|
@@ -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.1",
|
|
21
|
+
"commit": "f3883e2a7c9e75167d119e1010689640efb292e9",
|
|
22
|
+
"shortCommit": "f3883e2",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.63.
|
|
25
|
-
"commitDate": "2026-07-
|
|
26
|
-
"buildDate": "2026-07-
|
|
24
|
+
"tag": "v19.63.1",
|
|
25
|
+
"commitDate": "2026-07-14T15:05:12Z",
|
|
26
|
+
"buildDate": "2026-07-14T15:30:42.262Z",
|
|
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/f3883e2a7c9e75167d119e1010689640efb292e9",
|
|
32
|
+
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.63.1"
|
|
33
33
|
};
|