@f5-sales-demo/xcsh 19.105.3 → 19.105.4
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/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Regenerated stale same-version release PRs when newer commits have merged into `main` ([#2727](https://github.com/f5-sales-demo/xcsh/issues/2727))
|
|
8
|
+
|
|
5
9
|
## [19.105.3] - 2026-07-31
|
|
6
10
|
|
|
7
11
|
### Fixed
|
|
8
12
|
|
|
13
|
+
- Removed Biome findings from generated Site CLI transport descriptions ([#2715](https://github.com/f5-sales-demo/xcsh/issues/2715))
|
|
9
14
|
- Restricted LiteLLM `models.yml` setup, auto-fix, discovery-upgrade, and backup writes to owner-only permissions ([#2713](https://github.com/f5-sales-demo/xcsh/issues/2713))
|
|
10
15
|
- Fixed `--no-tools` print requests forcing inactive `todo_write` through eager-todo enforcement ([#2711](https://github.com/f5-sales-demo/xcsh/issues/2711))
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@f5-sales-demo/xcsh",
|
|
4
|
-
"version": "19.105.
|
|
4
|
+
"version": "19.105.4",
|
|
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",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@agentclientprotocol/sdk": "1.3.0",
|
|
59
59
|
"@mozilla/readability": "^0.6",
|
|
60
|
-
"@f5-sales-demo/xcsh-stats": "19.105.
|
|
61
|
-
"@f5-sales-demo/pi-agent-core": "19.105.
|
|
62
|
-
"@f5-sales-demo/pi-ai": "19.105.
|
|
63
|
-
"@f5-sales-demo/pi-natives": "19.105.
|
|
64
|
-
"@f5-sales-demo/pi-resource-management": "19.105.
|
|
65
|
-
"@f5-sales-demo/pi-tui": "19.105.
|
|
66
|
-
"@f5-sales-demo/pi-utils": "19.105.
|
|
60
|
+
"@f5-sales-demo/xcsh-stats": "19.105.4",
|
|
61
|
+
"@f5-sales-demo/pi-agent-core": "19.105.4",
|
|
62
|
+
"@f5-sales-demo/pi-ai": "19.105.4",
|
|
63
|
+
"@f5-sales-demo/pi-natives": "19.105.4",
|
|
64
|
+
"@f5-sales-demo/pi-resource-management": "19.105.4",
|
|
65
|
+
"@f5-sales-demo/pi-tui": "19.105.4",
|
|
66
|
+
"@f5-sales-demo/pi-utils": "19.105.4",
|
|
67
67
|
"@sinclair/typebox": "^0.34",
|
|
68
68
|
"@xterm/headless": "^6.0",
|
|
69
69
|
"ajv": "^8.20",
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "19.105.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.105.4",
|
|
21
|
+
"commit": "c2e7e7b8b1853d1bde35b70e8f34765e895fa54e",
|
|
22
|
+
"shortCommit": "c2e7e7b",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.105.
|
|
25
|
-
"commitDate": "2026-07-31T17:
|
|
26
|
-
"buildDate": "2026-07-
|
|
24
|
+
"tag": "v19.105.4",
|
|
25
|
+
"commitDate": "2026-07-31T17:41:55Z",
|
|
26
|
+
"buildDate": "2026-07-31T18:14:15.917Z",
|
|
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.105.
|
|
31
|
+
"commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/c2e7e7b8b1853d1bde35b70e8f34765e895fa54e",
|
|
32
|
+
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.105.4"
|
|
33
33
|
};
|
|
@@ -668,10 +668,10 @@ export class InternalDocsProtocolHandler implements ProtocolHandler {
|
|
|
668
668
|
...(entry.example ? [`- example argument: \`${entry.example}\``] : []),
|
|
669
669
|
"",
|
|
670
670
|
entry.transport === "global-get"
|
|
671
|
-
?
|
|
671
|
+
? `GLOBAL scope: GET .../vpm/debug/global/${subpath} — NOT reachable via exec-user.`
|
|
672
672
|
: entry.transport === "exec"
|
|
673
673
|
? "Exec tier: privileged and mutating. Do not run speculatively."
|
|
674
|
-
:
|
|
674
|
+
: `POST .../vpm/debug/{node}/exec-user with {"command":["${subpath}", ...]}.`,
|
|
675
675
|
].join("\n")
|
|
676
676
|
: `Unknown Site CLI command: ${subpath}\n\nRead xcsh://sitecli for the full list (build ${build}).`;
|
|
677
677
|
}
|