@f5xc-salesdemos/xcsh 19.29.1 → 19.29.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": "19.29.1",
4
+ "version": "19.29.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",
@@ -50,12 +50,12 @@
50
50
  "dependencies": {
51
51
  "@agentclientprotocol/sdk": "0.16.1",
52
52
  "@mozilla/readability": "^0.6",
53
- "@f5xc-salesdemos/xcsh-stats": "19.29.1",
54
- "@f5xc-salesdemos/pi-agent-core": "19.29.1",
55
- "@f5xc-salesdemos/pi-ai": "19.29.1",
56
- "@f5xc-salesdemos/pi-natives": "19.29.1",
57
- "@f5xc-salesdemos/pi-tui": "19.29.1",
58
- "@f5xc-salesdemos/pi-utils": "19.29.1",
53
+ "@f5xc-salesdemos/xcsh-stats": "19.29.2",
54
+ "@f5xc-salesdemos/pi-agent-core": "19.29.2",
55
+ "@f5xc-salesdemos/pi-ai": "19.29.2",
56
+ "@f5xc-salesdemos/pi-natives": "19.29.2",
57
+ "@f5xc-salesdemos/pi-tui": "19.29.2",
58
+ "@f5xc-salesdemos/pi-utils": "19.29.2",
59
59
  "@sinclair/typebox": "^0.34",
60
60
  "@xterm/headless": "^6.0",
61
61
  "ajv": "^8.20",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.29.1",
21
- "commit": "87b69f04b6efe97f6f5d1f849b61ee0f01e448e0",
22
- "shortCommit": "87b69f0",
20
+ "version": "19.29.2",
21
+ "commit": "469e45101cb9ac83c6444152038bb5cd14fd6eb1",
22
+ "shortCommit": "469e451",
23
23
  "branch": "main",
24
- "tag": "v19.29.1",
25
- "commitDate": "2026-06-12T18:13:55Z",
26
- "buildDate": "2026-06-12T18:33:56.944Z",
24
+ "tag": "v19.29.2",
25
+ "commitDate": "2026-06-13T04:53:54Z",
26
+ "buildDate": "2026-06-13T05:18:10.772Z",
27
27
  "dirty": true,
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/87b69f04b6efe97f6f5d1f849b61ee0f01e448e0",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.29.1"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/469e45101cb9ac83c6444152038bb5cd14fd6eb1",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.29.2"
33
33
  };
@@ -439,6 +439,10 @@ export class InteractiveMode implements InteractiveModeContext {
439
439
  // Offer to fix expired cloud credentials before entering the main loop
440
440
  if (fixableServices.length > 0) {
441
441
  await this.#offerCredentialFixes(fixableServices, services);
442
+ // Clear any gibberish that accumulated in the editor during the
443
+ // stop/start cycles (Kitty protocol re-negotiation can leave
444
+ // raw escape sequences in the input buffer).
445
+ this.editor.setText("");
442
446
  }
443
447
 
444
448
  // Restore mode from session (e.g. plan mode on resume)