@f5xc-salesdemos/xcsh 18.6.0 → 18.7.0
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": "18.
|
|
4
|
+
"version": "18.7.0",
|
|
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",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@agentclientprotocol/sdk": "0.16.1",
|
|
49
49
|
"@mozilla/readability": "^0.6",
|
|
50
|
-
"@f5xc-salesdemos/xcsh-stats": "18.
|
|
51
|
-
"@f5xc-salesdemos/pi-agent-core": "18.
|
|
52
|
-
"@f5xc-salesdemos/pi-ai": "18.
|
|
53
|
-
"@f5xc-salesdemos/pi-natives": "18.
|
|
54
|
-
"@f5xc-salesdemos/pi-tui": "18.
|
|
55
|
-
"@f5xc-salesdemos/pi-utils": "18.
|
|
50
|
+
"@f5xc-salesdemos/xcsh-stats": "18.7.0",
|
|
51
|
+
"@f5xc-salesdemos/pi-agent-core": "18.7.0",
|
|
52
|
+
"@f5xc-salesdemos/pi-ai": "18.7.0",
|
|
53
|
+
"@f5xc-salesdemos/pi-natives": "18.7.0",
|
|
54
|
+
"@f5xc-salesdemos/pi-tui": "18.7.0",
|
|
55
|
+
"@f5xc-salesdemos/pi-utils": "18.7.0",
|
|
56
56
|
"@sinclair/typebox": "^0.34",
|
|
57
57
|
"@xterm/headless": "^6.0",
|
|
58
58
|
"ajv": "^8.18",
|
|
@@ -110,6 +110,16 @@ export function renderAboutDoc(info: RuntimeBuildInfo): string {
|
|
|
110
110
|
`- This commit on GitHub: ${info.commitUrl}`,
|
|
111
111
|
`- Release for this version: ${info.releaseUrl}`,
|
|
112
112
|
"",
|
|
113
|
+
"## Product knowledge",
|
|
114
|
+
"",
|
|
115
|
+
"xcsh serves F5 Distributed Cloud sales engineers. Product documentation is",
|
|
116
|
+
"federated across the f5xc-salesdemos GitHub organization. Entry point:",
|
|
117
|
+
"https://f5xc-salesdemos.github.io/docs/llms.txt",
|
|
118
|
+
"",
|
|
119
|
+
"Each product repo publishes: llms.txt (index with sidebar nav), custom sets",
|
|
120
|
+
"at /_llms-txt/{topic}.txt, per-page content at /{slug}.md, plus",
|
|
121
|
+
"llms-small.txt (compact) and llms-full.txt (complete).",
|
|
122
|
+
"",
|
|
113
123
|
"## What to do when asked about xcsh itself",
|
|
114
124
|
"",
|
|
115
125
|
"1. Confirm the user is running the version above. If unsure, ask them to run `xcsh --version`.",
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "18.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "18.7.0",
|
|
21
|
+
"commit": "134e551dc4f0c8c481931d64c92d6c2f704aad9e",
|
|
22
|
+
"shortCommit": "134e551",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v18.
|
|
25
|
-
"commitDate": "2026-04-
|
|
26
|
-
"buildDate": "2026-04-
|
|
24
|
+
"tag": "v18.7.0",
|
|
25
|
+
"commitDate": "2026-04-22T03:10:13-04:00",
|
|
26
|
+
"buildDate": "2026-04-22T07:28:38.519Z",
|
|
27
27
|
"dirty": false,
|
|
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/v18.
|
|
31
|
+
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/134e551dc4f0c8c481931d64c92d6c2f704aad9e",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.7.0"
|
|
33
33
|
};
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"statusLineContextPctWarningBg": 22,
|
|
106
106
|
"statusLineContextPctPurpleBg": 94,
|
|
107
107
|
"statusLineContextPctErrorBg": 88,
|
|
108
|
-
"statusLineProfileF5xcBg":
|
|
108
|
+
"statusLineProfileF5xcBg": "f5Red",
|
|
109
109
|
"statusLineProfileF5xcFg": 231,
|
|
110
110
|
"pythonMode": "#f0c040",
|
|
111
111
|
"syntaxControl": "#569CD6"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"statusLineContextPctWarningBg": 22,
|
|
108
108
|
"statusLineContextPctPurpleBg": 94,
|
|
109
109
|
"statusLineContextPctErrorBg": 88,
|
|
110
|
-
"statusLineProfileF5xcBg":
|
|
110
|
+
"statusLineProfileF5xcBg": "f5Red",
|
|
111
111
|
"statusLineProfileF5xcFg": 231,
|
|
112
112
|
"pythonMode": "warningAmber",
|
|
113
113
|
"syntaxControl": "f5Red"
|
|
@@ -189,6 +189,18 @@ Most tools resolve custom protocol URLs to internal resources (not web URLs):
|
|
|
189
189
|
|
|
190
190
|
In `bash`, URIs auto-resolve to filesystem paths (e.g., `python skill://my-skill/scripts/init.py`).
|
|
191
191
|
|
|
192
|
+
# Product knowledge
|
|
193
|
+
|
|
194
|
+
For F5 Distributed Cloud product questions (capabilities, demos, APIs, configuration),
|
|
195
|
+
you **MUST** start at the live knowledge index:
|
|
196
|
+
|
|
197
|
+
`https://f5xc-salesdemos.github.io/docs/llms.txt`
|
|
198
|
+
|
|
199
|
+
Follow links from there to the specific product's own `llms.txt`, then fetch only the
|
|
200
|
+
tier you need: a custom set (`/_llms-txt/{topic}.txt`), a single page (`/{slug}.md`),
|
|
201
|
+
or `llms-small.txt` / `llms-full.txt` when breadth is required. Content is live —
|
|
202
|
+
never assume a cached snapshot is current.
|
|
203
|
+
|
|
192
204
|
# Skills
|
|
193
205
|
|
|
194
206
|
Specialized knowledge packs loaded for this session. Relative paths in skill files resolve against the skill directory.
|