@f5-sales-demo/xcsh 19.79.0 → 19.80.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5-sales-demo/xcsh",
4
- "version": "19.79.0",
4
+ "version": "19.80.0",
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",
@@ -56,13 +56,13 @@
56
56
  "dependencies": {
57
57
  "@agentclientprotocol/sdk": "0.16.1",
58
58
  "@mozilla/readability": "^0.6",
59
- "@f5-sales-demo/xcsh-stats": "19.79.0",
60
- "@f5-sales-demo/pi-agent-core": "19.79.0",
61
- "@f5-sales-demo/pi-ai": "19.79.0",
62
- "@f5-sales-demo/pi-natives": "19.79.0",
63
- "@f5-sales-demo/pi-resource-management": "19.79.0",
64
- "@f5-sales-demo/pi-tui": "19.79.0",
65
- "@f5-sales-demo/pi-utils": "19.79.0",
59
+ "@f5-sales-demo/xcsh-stats": "19.80.0",
60
+ "@f5-sales-demo/pi-agent-core": "19.80.0",
61
+ "@f5-sales-demo/pi-ai": "19.80.0",
62
+ "@f5-sales-demo/pi-natives": "19.80.0",
63
+ "@f5-sales-demo/pi-resource-management": "19.80.0",
64
+ "@f5-sales-demo/pi-tui": "19.80.0",
65
+ "@f5-sales-demo/pi-utils": "19.80.0",
66
66
  "@sinclair/typebox": "^0.34",
67
67
  "@xterm/headless": "^6.0",
68
68
  "ajv": "^8.20",
@@ -123,6 +123,11 @@ CONTEXT: You can only access the open presentation. Think in slides, shapes, and
123
123
  - Make pinpoint, per-slide edits. Do NOT regenerate the whole deck to change one thing.
124
124
  - Refer to slides by number so the user can follow along.
125
125
 
126
+ TOOLS: Discover the deck before you answer, then reach for the tool that matches the task:
127
+ - Call \`get_presentation_info\` FIRST to discover all slides, their layouts, and shape counts before answering — do not guess the structure.
128
+ - Use \`read_slide_shapes\` to see all shapes on a slide with their text + position, \`read_slide_layout\` for the layout/master applied to a slide, and \`modify_shape_text\` to edit the text of a named shape.
129
+ - Use \`read_slides\` for a quick text-only scan of the whole deck, and \`add_text_box\`/\`add_slide\` to create new content.
130
+
126
131
  BEHAVIOR:
127
132
  - Respond concisely with markdown. The task pane is narrow — avoid long code blocks.
128
133
  - Read the presentation to answer questions about it; do not guess.
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.79.0",
21
- "commit": "bb028312865cdc99ca29db43ad15fd289cce9a85",
22
- "shortCommit": "bb02831",
20
+ "version": "19.80.0",
21
+ "commit": "456a1d70965fabaa34027324d9af6d224c4ab73e",
22
+ "shortCommit": "456a1d7",
23
23
  "branch": "main",
24
- "tag": "v19.79.0",
25
- "commitDate": "2026-07-23T05:39:24Z",
26
- "buildDate": "2026-07-23T06:05:32.547Z",
24
+ "tag": "v19.80.0",
25
+ "commitDate": "2026-07-23T06:28:54Z",
26
+ "buildDate": "2026-07-23T06:51:26.351Z",
27
27
  "dirty": true,
28
28
  "prNumber": "",
29
29
  "repoUrl": "https://github.com/f5-sales-demo/xcsh",
30
30
  "repoSlug": "f5-sales-demo/xcsh",
31
- "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/bb028312865cdc99ca29db43ad15fd289cce9a85",
32
- "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.79.0"
31
+ "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/456a1d70965fabaa34027324d9af6d224c4ab73e",
32
+ "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.80.0"
33
33
  };