@f5xc-salesdemos/xcsh 18.88.0 → 18.90.0

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +7 -7
  3. package/src/config/settings-schema.ts +0 -21
  4. package/src/export/html/template.generated.ts +1 -1
  5. package/src/export/html/template.js +5 -30
  6. package/src/extensibility/extensions/loader.ts +6 -0
  7. package/src/extensibility/extensions/runner.ts +12 -0
  8. package/src/extensibility/extensions/types.ts +17 -0
  9. package/src/internal-urls/build-info.generated.ts +8 -8
  10. package/src/internal-urls/profile-collectors.ts +2 -72
  11. package/src/modes/components/welcome-checks.ts +3 -288
  12. package/src/modes/interactive-mode.ts +47 -40
  13. package/src/modes/rpc/rpc-mode.ts +17 -34
  14. package/src/prompts/ci-green-request.md +1 -2
  15. package/src/tools/index.ts +0 -29
  16. package/src/tools/renderers.ts +0 -16
  17. package/src/prompts/tools/gh-issue-view.md +0 -11
  18. package/src/prompts/tools/gh-pr-checkout.md +0 -12
  19. package/src/prompts/tools/gh-pr-diff.md +0 -12
  20. package/src/prompts/tools/gh-pr-push.md +0 -11
  21. package/src/prompts/tools/gh-pr-view.md +0 -11
  22. package/src/prompts/tools/gh-repo-view.md +0 -11
  23. package/src/prompts/tools/gh-run-watch.md +0 -12
  24. package/src/prompts/tools/gh-search-issues.md +0 -11
  25. package/src/prompts/tools/gh-search-prs.md +0 -11
  26. package/src/prompts/tools/glab-issue-list.md +0 -7
  27. package/src/prompts/tools/glab-issue-view.md +0 -7
  28. package/src/prompts/tools/glab-search.md +0 -7
  29. package/src/prompts/tools/glab-setup.md +0 -6
  30. package/src/tools/gh-renderer.ts +0 -266
  31. package/src/tools/gh-tools-renderer.ts +0 -284
  32. package/src/tools/gh.ts +0 -2560
  33. package/src/tools/glab/config.ts +0 -106
  34. package/src/tools/glab/exec.ts +0 -68
  35. package/src/tools/glab/formatters.ts +0 -73
  36. package/src/tools/glab/graphql.ts +0 -59
  37. package/src/tools/glab/types.ts +0 -84
  38. package/src/tools/glab-renderer.ts +0 -244
  39. package/src/tools/glab.ts +0 -417
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [18.90.0] - 2026-06-01
6
+
7
+ ### Added
8
+
9
+ - Plugin-based welcome screen service status via `registerServiceStatus()` Extension API: plugins can now contribute service status entries and auto-fix prompts to the xcsh welcome screen. ([#1066](https://github.com/f5xc-salesdemos/xcsh/issues/1066))
10
+
11
+ ### Changed
12
+
13
+ - All cloud connector integrations extracted to marketplace plugins: GitHub (9 tools), GitLab (4 tools), Azure, AWS, Google Cloud welcome checks are now installable via `xcsh plugin install`. Only F5 XC Context remains as a built-in service. ([#1069](https://github.com/f5xc-salesdemos/xcsh/issues/1069), [#1071](https://github.com/f5xc-salesdemos/xcsh/issues/1071))
14
+
5
15
  ## [18.88.0] - 2026-05-31
6
16
 
7
17
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5xc-salesdemos/xcsh",
4
- "version": "18.88.0",
4
+ "version": "18.90.0",
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": "18.88.0",
54
- "@f5xc-salesdemos/pi-agent-core": "18.88.0",
55
- "@f5xc-salesdemos/pi-ai": "18.88.0",
56
- "@f5xc-salesdemos/pi-natives": "18.88.0",
57
- "@f5xc-salesdemos/pi-tui": "18.88.0",
58
- "@f5xc-salesdemos/pi-utils": "18.88.0",
53
+ "@f5xc-salesdemos/xcsh-stats": "18.90.0",
54
+ "@f5xc-salesdemos/pi-agent-core": "18.90.0",
55
+ "@f5xc-salesdemos/pi-ai": "18.90.0",
56
+ "@f5xc-salesdemos/pi-natives": "18.90.0",
57
+ "@f5xc-salesdemos/pi-tui": "18.90.0",
58
+ "@f5xc-salesdemos/pi-utils": "18.90.0",
59
59
  "@sinclair/typebox": "^0.34",
60
60
  "@xterm/headless": "^6.0",
61
61
  "ajv": "^8.18",
@@ -1339,27 +1339,6 @@ export const SETTINGS_SCHEMA = {
1339
1339
  ui: { tab: "tools", label: "Read URLs", description: "Allow the read tool to fetch and process URLs" },
1340
1340
  },
1341
1341
 
1342
- "github.enabled": {
1343
- type: "boolean",
1344
- default: true,
1345
- ui: {
1346
- tab: "tools",
1347
- label: "GitHub CLI",
1348
- description: "Enable read-only gh_* tools for GitHub repository, issue, pull request, diff, and search access",
1349
- },
1350
- },
1351
-
1352
- "gitlab.enabled": {
1353
- type: "boolean",
1354
- default: true,
1355
- ui: {
1356
- tab: "tools",
1357
- label: "GitLab CLI",
1358
- description:
1359
- "Enable read-only glab_* tools for GitLab issue tracking, search, and work item access via glab CLI",
1360
- },
1361
- },
1362
-
1363
1342
  "web_search.enabled": {
1364
1343
  type: "boolean",
1365
1344
  default: true,