@f5-sales-demo/xcsh 20.20.2 → 20.20.6

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
@@ -15,6 +15,14 @@
15
15
  - Unified generated and existing media publication behind the versioned `xcsh.media/v1` result
16
16
  contract so TUI, Browser, Office, RPC, and ACP transports no longer identify media by tool name
17
17
  ([#3202](https://github.com/f5-sales-demo/xcsh/issues/3202)).
18
+ - Standardized documentation terminology, Handlebars prompt template rendering for `renderAboutDoc`,
19
+ Office add-in development test ownership, and language switcher links
20
+ ([#2848](https://github.com/f5-sales-demo/xcsh/issues/2848),
21
+ [#2999](https://github.com/f5-sales-demo/xcsh/issues/2999),
22
+ [#1327](https://github.com/f5-sales-demo/xcsh/issues/1327),
23
+ [#3001](https://github.com/f5-sales-demo/xcsh/issues/3001),
24
+ [#2850](https://github.com/f5-sales-demo/xcsh/issues/2850),
25
+ [#2514](https://github.com/f5-sales-demo/xcsh/issues/2514)).
18
26
 
19
27
  ### Fixed
20
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5-sales-demo/xcsh",
4
- "version": "20.20.2",
4
+ "version": "20.20.6",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://github.com/f5-sales-demo/xcsh",
7
7
  "author": "Can Boluk",
@@ -61,13 +61,13 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@agentclientprotocol/sdk": "1.3.0",
64
- "@f5-sales-demo/pi-agent-core": "20.20.2",
65
- "@f5-sales-demo/pi-ai": "20.20.2",
66
- "@f5-sales-demo/pi-natives": "20.20.2",
67
- "@f5-sales-demo/pi-resource-management": "20.20.2",
68
- "@f5-sales-demo/pi-tui": "20.20.2",
69
- "@f5-sales-demo/pi-utils": "20.20.2",
70
- "@f5-sales-demo/xcsh-stats": "20.20.2",
64
+ "@f5-sales-demo/pi-agent-core": "20.20.6",
65
+ "@f5-sales-demo/pi-ai": "20.20.6",
66
+ "@f5-sales-demo/pi-natives": "20.20.6",
67
+ "@f5-sales-demo/pi-resource-management": "20.20.6",
68
+ "@f5-sales-demo/pi-tui": "20.20.6",
69
+ "@f5-sales-demo/pi-utils": "20.20.6",
70
+ "@f5-sales-demo/xcsh-stats": "20.20.6",
71
71
  "@mozilla/readability": "^0.6",
72
72
  "@sinclair/typebox": "^0.34",
73
73
  "@xterm/headless": "^6.0",