@f5xc-salesdemos/xcsh 18.89.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.
- package/CHANGELOG.md +10 -0
- package/package.json +7 -7
- package/src/config/settings-schema.ts +0 -21
- package/src/export/html/template.generated.ts +1 -1
- package/src/export/html/template.js +5 -30
- package/src/internal-urls/build-info.generated.ts +8 -8
- package/src/internal-urls/profile-collectors.ts +2 -72
- package/src/modes/components/welcome-checks.ts +3 -288
- package/src/modes/interactive-mode.ts +6 -38
- package/src/modes/rpc/rpc-mode.ts +4 -34
- package/src/prompts/ci-green-request.md +1 -2
- package/src/tools/index.ts +0 -29
- package/src/tools/renderers.ts +0 -16
- package/src/prompts/tools/gh-issue-view.md +0 -11
- package/src/prompts/tools/gh-pr-checkout.md +0 -12
- package/src/prompts/tools/gh-pr-diff.md +0 -12
- package/src/prompts/tools/gh-pr-push.md +0 -11
- package/src/prompts/tools/gh-pr-view.md +0 -11
- package/src/prompts/tools/gh-repo-view.md +0 -11
- package/src/prompts/tools/gh-run-watch.md +0 -12
- package/src/prompts/tools/gh-search-issues.md +0 -11
- package/src/prompts/tools/gh-search-prs.md +0 -11
- package/src/prompts/tools/glab-issue-list.md +0 -7
- package/src/prompts/tools/glab-issue-view.md +0 -7
- package/src/prompts/tools/glab-search.md +0 -7
- package/src/prompts/tools/glab-setup.md +0 -6
- package/src/tools/gh-renderer.ts +0 -266
- package/src/tools/gh-tools-renderer.ts +0 -284
- package/src/tools/gh.ts +0 -2560
- package/src/tools/glab/config.ts +0 -106
- package/src/tools/glab/exec.ts +0 -68
- package/src/tools/glab/formatters.ts +0 -73
- package/src/tools/glab/graphql.ts +0 -59
- package/src/tools/glab/types.ts +0 -84
- package/src/tools/glab-renderer.ts +0 -244
- 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.
|
|
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.
|
|
54
|
-
"@f5xc-salesdemos/pi-agent-core": "18.
|
|
55
|
-
"@f5xc-salesdemos/pi-ai": "18.
|
|
56
|
-
"@f5xc-salesdemos/pi-natives": "18.
|
|
57
|
-
"@f5xc-salesdemos/pi-tui": "18.
|
|
58
|
-
"@f5xc-salesdemos/pi-utils": "18.
|
|
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,
|