@f5xc-salesdemos/xcsh 18.64.1 → 18.64.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [18.64.2] - 2026-05-16
6
+
7
+ ### Fixed
8
+
9
+ - Welcome banner cloud provider hints: AWS SSO token expiry now correctly suggests `aws sso login` instead of `aws configure`; Google Cloud check replaced `gcloud auth list` (false positives on expired tokens) with `gcloud auth print-access-token`; F5 XC Context surfaces `errorClass` (network/URL) in hints; GitLab `project_inaccessible` gets its own hint; Salesforce differentiates `session_expired` and `not_configured` hints ([#825](https://github.com/f5xc-salesdemos/xcsh/issues/825))
10
+
5
11
  ## [18.64.0] - 2026-05-13
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5xc-salesdemos/xcsh",
4
- "version": "18.64.1",
4
+ "version": "18.64.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",
@@ -48,12 +48,12 @@
48
48
  "dependencies": {
49
49
  "@agentclientprotocol/sdk": "0.16.1",
50
50
  "@mozilla/readability": "^0.6",
51
- "@f5xc-salesdemos/xcsh-stats": "18.64.1",
52
- "@f5xc-salesdemos/pi-agent-core": "18.64.1",
53
- "@f5xc-salesdemos/pi-ai": "18.64.1",
54
- "@f5xc-salesdemos/pi-natives": "18.64.1",
55
- "@f5xc-salesdemos/pi-tui": "18.64.1",
56
- "@f5xc-salesdemos/pi-utils": "18.64.1",
51
+ "@f5xc-salesdemos/xcsh-stats": "18.64.2",
52
+ "@f5xc-salesdemos/pi-agent-core": "18.64.2",
53
+ "@f5xc-salesdemos/pi-ai": "18.64.2",
54
+ "@f5xc-salesdemos/pi-natives": "18.64.2",
55
+ "@f5xc-salesdemos/pi-tui": "18.64.2",
56
+ "@f5xc-salesdemos/pi-utils": "18.64.2",
57
57
  "@sinclair/typebox": "^0.34",
58
58
  "@xterm/headless": "^6.0",
59
59
  "ajv": "^8.18",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "18.64.1",
21
- "commit": "899659f36b0f312b3772fe3c1595def03344e62b",
22
- "shortCommit": "899659f",
20
+ "version": "18.64.2",
21
+ "commit": "192cc2f2ed25a353be4c27164699e162d96fd540",
22
+ "shortCommit": "192cc2f",
23
23
  "branch": "main",
24
- "tag": "v18.64.1",
25
- "commitDate": "2026-05-16T22:34:30Z",
26
- "buildDate": "2026-05-16T22:55:37.570Z",
24
+ "tag": "v18.64.2",
25
+ "commitDate": "2026-05-16T23:00:39Z",
26
+ "buildDate": "2026-05-16T23:20:31.262Z",
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/899659f36b0f312b3772fe3c1595def03344e62b",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.64.1"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/192cc2f2ed25a353be4c27164699e162d96fd540",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.64.2"
33
33
  };