@f5xc-salesdemos/xcsh 18.65.0 → 18.65.1

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.65.0",
4
+ "version": "18.65.1",
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.65.0",
52
- "@f5xc-salesdemos/pi-agent-core": "18.65.0",
53
- "@f5xc-salesdemos/pi-ai": "18.65.0",
54
- "@f5xc-salesdemos/pi-natives": "18.65.0",
55
- "@f5xc-salesdemos/pi-tui": "18.65.0",
56
- "@f5xc-salesdemos/pi-utils": "18.65.0",
51
+ "@f5xc-salesdemos/xcsh-stats": "18.65.1",
52
+ "@f5xc-salesdemos/pi-agent-core": "18.65.1",
53
+ "@f5xc-salesdemos/pi-ai": "18.65.1",
54
+ "@f5xc-salesdemos/pi-natives": "18.65.1",
55
+ "@f5xc-salesdemos/pi-tui": "18.65.1",
56
+ "@f5xc-salesdemos/pi-utils": "18.65.1",
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.65.0",
21
- "commit": "35c77b050317137efe631106d543647195229000",
22
- "shortCommit": "35c77b0",
20
+ "version": "18.65.1",
21
+ "commit": "cde21a9824f2077e0f4124b57d49c7a3edcd4815",
22
+ "shortCommit": "cde21a9",
23
23
  "branch": "main",
24
- "tag": "v18.65.0",
25
- "commitDate": "2026-05-17T08:48:25Z",
26
- "buildDate": "2026-05-17T09:14:22.007Z",
24
+ "tag": "v18.65.1",
25
+ "commitDate": "2026-05-17T16:52:00Z",
26
+ "buildDate": "2026-05-17T17:11:40.789Z",
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/35c77b050317137efe631106d543647195229000",
32
- "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.65.0"
31
+ "commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/cde21a9824f2077e0f4124b57d49c7a3edcd4815",
32
+ "releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v18.65.1"
33
33
  };
@@ -461,6 +461,7 @@ export function classifyAwsError(stderr: string): AwsCheckState {
461
461
  if (
462
462
  s.includes("sso session") ||
463
463
  s.includes("sso token") ||
464
+ (s.includes("token from sso") && (s.includes("expired") || s.includes("refresh failed"))) ||
464
465
  s.includes("expiredtokenexception") ||
465
466
  s.includes("expiredtoken")
466
467
  ) {