@f5xc-salesdemos/xcsh 18.18.0 → 18.18.2

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.18.0",
4
+ "version": "18.18.2",
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.18.0",
51
- "@f5xc-salesdemos/pi-agent-core": "18.18.0",
52
- "@f5xc-salesdemos/pi-ai": "18.18.0",
53
- "@f5xc-salesdemos/pi-natives": "18.18.0",
54
- "@f5xc-salesdemos/pi-tui": "18.18.0",
55
- "@f5xc-salesdemos/pi-utils": "18.18.0",
50
+ "@f5xc-salesdemos/xcsh-stats": "18.18.2",
51
+ "@f5xc-salesdemos/pi-agent-core": "18.18.2",
52
+ "@f5xc-salesdemos/pi-ai": "18.18.2",
53
+ "@f5xc-salesdemos/pi-natives": "18.18.2",
54
+ "@f5xc-salesdemos/pi-tui": "18.18.2",
55
+ "@f5xc-salesdemos/pi-utils": "18.18.2",
56
56
  "@sinclair/typebox": "^0.34",
57
57
  "@xterm/headless": "^6.0",
58
58
  "ajv": "^8.18",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "18.18.0",
21
- "commit": "e903ec539e8c8079df8aa50a8917c5ea2aa4dfe0",
22
- "shortCommit": "e903ec5",
20
+ "version": "18.18.2",
21
+ "commit": "3d0fb36250f738a3d5e215ba4840b84cf6ff2904",
22
+ "shortCommit": "3d0fb36",
23
23
  "branch": "main",
24
- "tag": "v18.18.0",
25
- "commitDate": "2026-04-25T06:12:23Z",
26
- "buildDate": "2026-04-25T06:32:00.724Z",
24
+ "tag": "v18.18.2",
25
+ "commitDate": "2026-04-25T19:45:57Z",
26
+ "buildDate": "2026-04-25T20:04:16.409Z",
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/e903ec539e8c8079df8aa50a8917c5ea2aa4dfe0",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.18.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/3d0fb36250f738a3d5e215ba4840b84cf6ff2904",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.18.2"
33
33
  };
@@ -139,9 +139,6 @@ export class ToolExecutionComponent extends Container {
139
139
  this.#ui = ui;
140
140
  this.#cwd = cwd;
141
141
  this.#args = cloneToolArgs(args);
142
-
143
- this.addChild(new Spacer(1));
144
-
145
142
  // Always create both - contentBox for custom tools/bash/tools with renderers, contentText for other built-ins
146
143
  this.#contentBox = new Box(1, 0, (text: string) => theme.bg("toolPendingBg", text));
147
144
  this.#contentText = new Text("", 1, 0, (text: string) => theme.bg("toolPendingBg", text));
@@ -46,7 +46,7 @@
46
46
  "mdLinkUrl": "#6b7280",
47
47
  "mdCode": "#9CDCFE",
48
48
  "mdCodeBlock": "#9CDCFE",
49
- "mdCodeBlockBorder": "subtleGray",
49
+ "mdCodeBlockBorder": "#a0a8b4",
50
50
  "mdQuote": "coolGray",
51
51
  "mdQuoteBorder": "subtleGray",
52
52
  "mdHr": "subtleGray",
@@ -48,7 +48,7 @@
48
48
  "mdLinkUrl": "f5DarkRed",
49
49
  "mdCode": "successGreen",
50
50
  "mdCodeBlock": "mediumGray",
51
- "mdCodeBlockBorder": "lightGray",
51
+ "mdCodeBlockBorder": "#404850",
52
52
  "mdQuote": "mediumGray",
53
53
  "mdQuoteBorder": "lightGray",
54
54
  "mdHr": "lightGray",