@mariozechner/pi-coding-agent 0.50.8 → 0.51.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 (122) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/README.md +4 -3
  3. package/dist/cli/args.d.ts.map +1 -1
  4. package/dist/cli/args.js +2 -0
  5. package/dist/cli/args.js.map +1 -1
  6. package/dist/cli/session-picker.d.ts.map +1 -1
  7. package/dist/cli/session-picker.js +3 -1
  8. package/dist/cli/session-picker.js.map +1 -1
  9. package/dist/config.d.ts.map +1 -1
  10. package/dist/config.js +9 -0
  11. package/dist/config.js.map +1 -1
  12. package/dist/core/extensions/index.d.ts +2 -2
  13. package/dist/core/extensions/index.d.ts.map +1 -1
  14. package/dist/core/extensions/index.js +1 -1
  15. package/dist/core/extensions/index.js.map +1 -1
  16. package/dist/core/extensions/types.d.ts +67 -5
  17. package/dist/core/extensions/types.d.ts.map +1 -1
  18. package/dist/core/extensions/types.js +4 -1
  19. package/dist/core/extensions/types.js.map +1 -1
  20. package/dist/core/extensions/wrapper.d.ts.map +1 -1
  21. package/dist/core/extensions/wrapper.js +1 -1
  22. package/dist/core/extensions/wrapper.js.map +1 -1
  23. package/dist/core/keybindings.d.ts +1 -1
  24. package/dist/core/keybindings.d.ts.map +1 -1
  25. package/dist/core/keybindings.js +2 -0
  26. package/dist/core/keybindings.js.map +1 -1
  27. package/dist/core/model-registry.d.ts.map +1 -1
  28. package/dist/core/model-registry.js +19 -17
  29. package/dist/core/model-registry.js.map +1 -1
  30. package/dist/core/package-manager.d.ts.map +1 -1
  31. package/dist/core/package-manager.js +11 -9
  32. package/dist/core/package-manager.js.map +1 -1
  33. package/dist/core/skills.d.ts.map +1 -1
  34. package/dist/core/skills.js +1 -0
  35. package/dist/core/skills.js.map +1 -1
  36. package/dist/core/tools/bash.d.ts +11 -0
  37. package/dist/core/tools/bash.d.ts.map +1 -1
  38. package/dist/core/tools/bash.js +18 -3
  39. package/dist/core/tools/bash.js.map +1 -1
  40. package/dist/core/tools/edit.d.ts +2 -0
  41. package/dist/core/tools/edit.d.ts.map +1 -1
  42. package/dist/core/tools/edit.js.map +1 -1
  43. package/dist/core/tools/find.d.ts +2 -0
  44. package/dist/core/tools/find.d.ts.map +1 -1
  45. package/dist/core/tools/find.js.map +1 -1
  46. package/dist/core/tools/grep.d.ts +2 -0
  47. package/dist/core/tools/grep.d.ts.map +1 -1
  48. package/dist/core/tools/grep.js.map +1 -1
  49. package/dist/core/tools/index.d.ts +7 -7
  50. package/dist/core/tools/index.d.ts.map +1 -1
  51. package/dist/core/tools/index.js +5 -5
  52. package/dist/core/tools/index.js.map +1 -1
  53. package/dist/core/tools/ls.d.ts +2 -0
  54. package/dist/core/tools/ls.d.ts.map +1 -1
  55. package/dist/core/tools/ls.js.map +1 -1
  56. package/dist/core/tools/read.d.ts +2 -0
  57. package/dist/core/tools/read.d.ts.map +1 -1
  58. package/dist/core/tools/read.js.map +1 -1
  59. package/dist/core/tools/write.d.ts +2 -0
  60. package/dist/core/tools/write.d.ts.map +1 -1
  61. package/dist/core/tools/write.js.map +1 -1
  62. package/dist/index.d.ts +3 -3
  63. package/dist/index.d.ts.map +1 -1
  64. package/dist/index.js +1 -1
  65. package/dist/index.js.map +1 -1
  66. package/dist/modes/interactive/components/session-selector-search.d.ts +3 -1
  67. package/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -1
  68. package/dist/modes/interactive/components/session-selector-search.js +13 -4
  69. package/dist/modes/interactive/components/session-selector-search.js.map +1 -1
  70. package/dist/modes/interactive/components/session-selector.d.ts +11 -2
  71. package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
  72. package/dist/modes/interactive/components/session-selector.js +58 -12
  73. package/dist/modes/interactive/components/session-selector.js.map +1 -1
  74. package/dist/modes/interactive/components/tree-selector.d.ts +6 -0
  75. package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
  76. package/dist/modes/interactive/components/tree-selector.js +43 -16
  77. package/dist/modes/interactive/components/tree-selector.js.map +1 -1
  78. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  79. package/dist/modes/interactive/interactive-mode.js +6 -15
  80. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  81. package/dist/utils/clipboard-image.d.ts.map +1 -1
  82. package/dist/utils/clipboard-image.js +6 -3
  83. package/dist/utils/clipboard-image.js.map +1 -1
  84. package/dist/utils/clipboard-native.d.ts +7 -0
  85. package/dist/utils/clipboard-native.d.ts.map +1 -0
  86. package/dist/utils/clipboard-native.js +14 -0
  87. package/dist/utils/clipboard-native.js.map +1 -0
  88. package/dist/utils/clipboard.d.ts.map +1 -1
  89. package/dist/utils/clipboard.js +10 -1
  90. package/dist/utils/clipboard.js.map +1 -1
  91. package/dist/utils/tools-manager.d.ts.map +1 -1
  92. package/dist/utils/tools-manager.js +14 -0
  93. package/dist/utils/tools-manager.js.map +1 -1
  94. package/docs/extensions.md +57 -9
  95. package/docs/keybindings.md +1 -0
  96. package/docs/models.md +43 -14
  97. package/docs/rpc.md +188 -1
  98. package/docs/termux.md +127 -0
  99. package/examples/extensions/README.md +2 -0
  100. package/examples/extensions/antigravity-image-gen.ts +1 -1
  101. package/examples/extensions/bash-spawn-hook.ts +30 -0
  102. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  103. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  104. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  105. package/examples/extensions/custom-provider-qwen-cli/package.json +1 -1
  106. package/examples/extensions/hello.ts +1 -1
  107. package/examples/extensions/question.ts +1 -1
  108. package/examples/extensions/questionnaire.ts +1 -1
  109. package/examples/extensions/rpc-demo.ts +124 -0
  110. package/examples/extensions/sandbox/index.ts +1 -1
  111. package/examples/extensions/shutdown-command.ts +2 -2
  112. package/examples/extensions/ssh.ts +4 -4
  113. package/examples/extensions/subagent/index.ts +1 -1
  114. package/examples/extensions/titlebar-spinner.ts +58 -0
  115. package/examples/extensions/todo.ts +1 -1
  116. package/examples/extensions/tool-override.ts +1 -1
  117. package/examples/extensions/truncated-tool.ts +1 -1
  118. package/examples/extensions/with-deps/package-lock.json +2 -2
  119. package/examples/extensions/with-deps/package.json +1 -1
  120. package/examples/rpc-extension-ui.ts +632 -0
  121. package/examples/sdk/06-extensions.ts +1 -1
  122. package/package.json +7 -5
@@ -0,0 +1,632 @@
1
+ /**
2
+ * RPC Extension UI Example (TUI)
3
+ *
4
+ * A lightweight TUI chat client that spawns the agent in RPC mode.
5
+ * Demonstrates how to build a custom UI on top of the RPC protocol,
6
+ * including handling extension UI requests (select, confirm, input, editor).
7
+ *
8
+ * Usage: npx tsx examples/rpc-extension-ui.ts
9
+ *
10
+ * Slash commands:
11
+ * /select - demo select dialog
12
+ * /confirm - demo confirm dialog
13
+ * /input - demo input dialog
14
+ * /editor - demo editor dialog
15
+ */
16
+
17
+ import { spawn } from "node:child_process";
18
+ import { dirname, join } from "node:path";
19
+ import * as readline from "node:readline";
20
+ import { fileURLToPath } from "node:url";
21
+ import { type Component, Container, Input, matchesKey, ProcessTerminal, SelectList, TUI } from "@mariozechner/pi-tui";
22
+
23
+ const __dirname = dirname(fileURLToPath(import.meta.url));
24
+
25
+ // ============================================================================
26
+ // ANSI helpers
27
+ // ============================================================================
28
+
29
+ const GREEN = "\x1b[32m";
30
+ const YELLOW = "\x1b[33m";
31
+ const BLUE = "\x1b[34m";
32
+ const MAGENTA = "\x1b[35m";
33
+ const RED = "\x1b[31m";
34
+ const DIM = "\x1b[2m";
35
+ const BOLD = "\x1b[1m";
36
+ const RESET = "\x1b[0m";
37
+
38
+ // ============================================================================
39
+ // Extension UI request type (subset of rpc-types.ts)
40
+ // ============================================================================
41
+
42
+ interface ExtensionUIRequest {
43
+ type: "extension_ui_request";
44
+ id: string;
45
+ method: string;
46
+ title?: string;
47
+ options?: string[];
48
+ message?: string;
49
+ placeholder?: string;
50
+ prefill?: string;
51
+ notifyType?: "info" | "warning" | "error";
52
+ statusKey?: string;
53
+ statusText?: string;
54
+ widgetKey?: string;
55
+ widgetLines?: string[];
56
+ text?: string;
57
+ }
58
+
59
+ // ============================================================================
60
+ // Output log: accumulates styled lines, renders the tail that fits
61
+ // ============================================================================
62
+
63
+ class OutputLog implements Component {
64
+ private lines: string[] = [];
65
+ private maxLines = 1000;
66
+ private visibleLines = 0;
67
+
68
+ setVisibleLines(n: number): void {
69
+ this.visibleLines = n;
70
+ }
71
+
72
+ append(line: string): void {
73
+ this.lines.push(line);
74
+ if (this.lines.length > this.maxLines) {
75
+ this.lines = this.lines.slice(-this.maxLines);
76
+ }
77
+ }
78
+
79
+ appendRaw(text: string): void {
80
+ if (this.lines.length === 0) {
81
+ this.lines.push(text);
82
+ } else {
83
+ this.lines[this.lines.length - 1] += text;
84
+ }
85
+ }
86
+
87
+ invalidate(): void {}
88
+
89
+ render(width: number): string[] {
90
+ if (this.lines.length === 0) return [""];
91
+ const n = this.visibleLines > 0 ? this.visibleLines : this.lines.length;
92
+ return this.lines.slice(-n).map((l) => l.slice(0, width));
93
+ }
94
+ }
95
+
96
+ // ============================================================================
97
+ // Loading indicator: "Agent: Working." -> ".." -> "..." -> "."
98
+ // ============================================================================
99
+
100
+ class LoadingIndicator implements Component {
101
+ private dots = 1;
102
+ private intervalId: NodeJS.Timeout | null = null;
103
+ private tui: TUI | null = null;
104
+
105
+ start(tui: TUI): void {
106
+ this.tui = tui;
107
+ this.dots = 1;
108
+ this.intervalId = setInterval(() => {
109
+ this.dots = (this.dots % 3) + 1;
110
+ this.tui?.requestRender();
111
+ }, 400);
112
+ }
113
+
114
+ stop(): void {
115
+ if (this.intervalId) {
116
+ clearInterval(this.intervalId);
117
+ this.intervalId = null;
118
+ }
119
+ }
120
+
121
+ invalidate(): void {}
122
+
123
+ render(_width: number): string[] {
124
+ return [`${BLUE}${BOLD}Agent:${RESET} ${DIM}Working${".".repeat(this.dots)}${RESET}`];
125
+ }
126
+ }
127
+
128
+ // ============================================================================
129
+ // Prompt input: label + single-line input
130
+ // ============================================================================
131
+
132
+ class PromptInput implements Component {
133
+ readonly input: Input;
134
+ onCtrlD?: () => void;
135
+
136
+ constructor() {
137
+ this.input = new Input();
138
+ }
139
+
140
+ handleInput(data: string): void {
141
+ if (matchesKey(data, "ctrl+d")) {
142
+ this.onCtrlD?.();
143
+ return;
144
+ }
145
+ this.input.handleInput(data);
146
+ }
147
+
148
+ invalidate(): void {
149
+ this.input.invalidate();
150
+ }
151
+
152
+ render(width: number): string[] {
153
+ return [`${GREEN}${BOLD}You:${RESET}`, ...this.input.render(width)];
154
+ }
155
+ }
156
+
157
+ // ============================================================================
158
+ // Dialog components: replace the prompt input during interactive requests
159
+ // ============================================================================
160
+
161
+ class SelectDialog implements Component {
162
+ private list: SelectList;
163
+ private title: string;
164
+ onSelect?: (value: string) => void;
165
+ onCancel?: () => void;
166
+
167
+ constructor(title: string, options: string[]) {
168
+ this.title = title;
169
+ const items = options.map((o) => ({ value: o, label: o }));
170
+ this.list = new SelectList(items, Math.min(items.length, 8), {
171
+ selectedPrefix: (t) => `${MAGENTA}${t}${RESET}`,
172
+ selectedText: (t) => `${MAGENTA}${t}${RESET}`,
173
+ description: (t) => `${DIM}${t}${RESET}`,
174
+ scrollInfo: (t) => `${DIM}${t}${RESET}`,
175
+ noMatch: (t) => `${YELLOW}${t}${RESET}`,
176
+ });
177
+ this.list.onSelect = (item) => this.onSelect?.(item.value);
178
+ this.list.onCancel = () => this.onCancel?.();
179
+ }
180
+
181
+ handleInput(data: string): void {
182
+ this.list.handleInput(data);
183
+ }
184
+
185
+ invalidate(): void {
186
+ this.list.invalidate();
187
+ }
188
+
189
+ render(width: number): string[] {
190
+ return [
191
+ `${MAGENTA}${BOLD}${this.title}${RESET}`,
192
+ ...this.list.render(width),
193
+ `${DIM}Up/Down, Enter to select, Esc to cancel${RESET}`,
194
+ ];
195
+ }
196
+ }
197
+
198
+ class InputDialog implements Component {
199
+ private dialogInput: Input;
200
+ private title: string;
201
+ onCtrlD?: () => void;
202
+
203
+ constructor(title: string, prefill?: string) {
204
+ this.title = title;
205
+ this.dialogInput = new Input();
206
+ if (prefill) this.dialogInput.setValue(prefill);
207
+ }
208
+
209
+ set onSubmit(fn: ((value: string) => void) | undefined) {
210
+ this.dialogInput.onSubmit = fn;
211
+ }
212
+
213
+ set onEscape(fn: (() => void) | undefined) {
214
+ this.dialogInput.onEscape = fn;
215
+ }
216
+
217
+ get inputComponent(): Input {
218
+ return this.dialogInput;
219
+ }
220
+
221
+ handleInput(data: string): void {
222
+ if (matchesKey(data, "ctrl+d")) {
223
+ this.onCtrlD?.();
224
+ return;
225
+ }
226
+ this.dialogInput.handleInput(data);
227
+ }
228
+
229
+ invalidate(): void {
230
+ this.dialogInput.invalidate();
231
+ }
232
+
233
+ render(width: number): string[] {
234
+ return [
235
+ `${MAGENTA}${BOLD}${this.title}${RESET}`,
236
+ ...this.dialogInput.render(width),
237
+ `${DIM}Enter to submit, Esc to cancel${RESET}`,
238
+ ];
239
+ }
240
+ }
241
+
242
+ // ============================================================================
243
+ // Main
244
+ // ============================================================================
245
+
246
+ async function main() {
247
+ const extensionPath = join(__dirname, "extensions/rpc-demo.ts");
248
+ const cliPath = join(__dirname, "../dist/cli.js");
249
+
250
+ const agent = spawn(
251
+ "node",
252
+ [cliPath, "--mode", "rpc", "--no-session", "--no-extension", "--extension", extensionPath],
253
+ { stdio: ["pipe", "pipe", "pipe"] },
254
+ );
255
+
256
+ let stderr = "";
257
+ agent.stderr?.on("data", (data: Buffer) => {
258
+ stderr += data.toString();
259
+ });
260
+
261
+ await new Promise((resolve) => setTimeout(resolve, 500));
262
+ if (agent.exitCode !== null) {
263
+ console.error(`Agent exited immediately. Stderr:\n${stderr}`);
264
+ process.exit(1);
265
+ }
266
+
267
+ // -- TUI setup --
268
+
269
+ const terminal = new ProcessTerminal();
270
+ const tui = new TUI(terminal);
271
+
272
+ const outputLog = new OutputLog();
273
+ const loadingIndicator = new LoadingIndicator();
274
+ const promptInput = new PromptInput();
275
+
276
+ const root = new Container();
277
+ root.addChild(outputLog);
278
+ root.addChild(promptInput);
279
+
280
+ tui.addChild(root);
281
+ tui.setFocus(promptInput.input);
282
+
283
+ // -- Agent communication --
284
+
285
+ function send(obj: Record<string, unknown>): void {
286
+ agent.stdin!.write(`${JSON.stringify(obj)}\n`);
287
+ }
288
+
289
+ let isStreaming = false;
290
+ let hasTextOutput = false;
291
+
292
+ function exit(): void {
293
+ tui.stop();
294
+ agent.kill("SIGTERM");
295
+ process.exit(0);
296
+ }
297
+
298
+ // -- Bottom area management --
299
+ // The bottom of the screen is either the prompt input or a dialog.
300
+ // These helpers swap between them.
301
+
302
+ let activeDialog: Component | null = null;
303
+
304
+ function setBottomComponent(component: Component): void {
305
+ root.clear();
306
+ root.addChild(outputLog);
307
+ if (isStreaming) root.addChild(loadingIndicator);
308
+ root.addChild(component);
309
+ tui.setFocus(component);
310
+ tui.requestRender();
311
+ }
312
+
313
+ function showPrompt(): void {
314
+ activeDialog = null;
315
+ setBottomComponent(promptInput);
316
+ tui.setFocus(promptInput.input);
317
+ }
318
+
319
+ function showDialog(dialog: Component): void {
320
+ activeDialog = dialog;
321
+ setBottomComponent(dialog);
322
+ }
323
+
324
+ function showLoading(): void {
325
+ if (!isStreaming) {
326
+ isStreaming = true;
327
+ hasTextOutput = false;
328
+ root.clear();
329
+ root.addChild(outputLog);
330
+ root.addChild(loadingIndicator);
331
+ root.addChild(activeDialog ?? promptInput);
332
+ if (!activeDialog) tui.setFocus(promptInput.input);
333
+ loadingIndicator.start(tui);
334
+ tui.requestRender();
335
+ }
336
+ }
337
+
338
+ function hideLoading(): void {
339
+ loadingIndicator.stop();
340
+ root.clear();
341
+ root.addChild(outputLog);
342
+ root.addChild(activeDialog ?? promptInput);
343
+ if (!activeDialog) tui.setFocus(promptInput.input);
344
+ tui.requestRender();
345
+ }
346
+
347
+ // -- Extension UI dialog handling --
348
+
349
+ function showSelectDialog(title: string, options: string[], onDone: (value: string | undefined) => void): void {
350
+ const dialog = new SelectDialog(title, options);
351
+ dialog.onSelect = (value) => {
352
+ showPrompt();
353
+ onDone(value);
354
+ };
355
+ dialog.onCancel = () => {
356
+ showPrompt();
357
+ onDone(undefined);
358
+ };
359
+ showDialog(dialog);
360
+ }
361
+
362
+ function showInputDialog(title: string, prefill?: string, onDone?: (value: string | undefined) => void): void {
363
+ const dialog = new InputDialog(title, prefill);
364
+ dialog.onSubmit = (value) => {
365
+ showPrompt();
366
+ onDone?.(value.trim() || undefined);
367
+ };
368
+ dialog.onEscape = () => {
369
+ showPrompt();
370
+ onDone?.(undefined);
371
+ };
372
+ dialog.onCtrlD = exit;
373
+ showDialog(dialog);
374
+ tui.setFocus(dialog.inputComponent);
375
+ }
376
+
377
+ function handleExtensionUI(req: ExtensionUIRequest): void {
378
+ const { id, method } = req;
379
+
380
+ switch (method) {
381
+ // Dialog methods: replace prompt with interactive component
382
+ case "select": {
383
+ showSelectDialog(req.title ?? "Select", req.options ?? [], (value) => {
384
+ if (value !== undefined) {
385
+ send({ type: "extension_ui_response", id, value });
386
+ } else {
387
+ send({ type: "extension_ui_response", id, cancelled: true });
388
+ }
389
+ });
390
+ break;
391
+ }
392
+
393
+ case "confirm": {
394
+ const title = req.message ? `${req.title}: ${req.message}` : (req.title ?? "Confirm");
395
+ showSelectDialog(title, ["Yes", "No"], (value) => {
396
+ send({ type: "extension_ui_response", id, confirmed: value === "Yes" });
397
+ });
398
+ break;
399
+ }
400
+
401
+ case "input": {
402
+ const title = req.placeholder ? `${req.title} (${req.placeholder})` : (req.title ?? "Input");
403
+ showInputDialog(title, undefined, (value) => {
404
+ if (value !== undefined) {
405
+ send({ type: "extension_ui_response", id, value });
406
+ } else {
407
+ send({ type: "extension_ui_response", id, cancelled: true });
408
+ }
409
+ });
410
+ break;
411
+ }
412
+
413
+ case "editor": {
414
+ const prefill = req.prefill?.replace(/\n/g, " ");
415
+ showInputDialog(req.title ?? "Editor", prefill, (value) => {
416
+ if (value !== undefined) {
417
+ send({ type: "extension_ui_response", id, value });
418
+ } else {
419
+ send({ type: "extension_ui_response", id, cancelled: true });
420
+ }
421
+ });
422
+ break;
423
+ }
424
+
425
+ // Fire-and-forget methods: display as notification
426
+ case "notify": {
427
+ const notifyType = (req.notifyType as string) ?? "info";
428
+ const color = notifyType === "error" ? RED : notifyType === "warning" ? YELLOW : MAGENTA;
429
+ outputLog.append(`${color}${BOLD}Notification:${RESET} ${req.message}`);
430
+ tui.requestRender();
431
+ break;
432
+ }
433
+
434
+ case "setStatus":
435
+ outputLog.append(
436
+ `${MAGENTA}${BOLD}Notification:${RESET} ${DIM}[status: ${req.statusKey}]${RESET} ${req.statusText ?? "(cleared)"}`,
437
+ );
438
+ tui.requestRender();
439
+ break;
440
+
441
+ case "setWidget": {
442
+ const lines = req.widgetLines;
443
+ if (lines && lines.length > 0) {
444
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} ${DIM}[widget: ${req.widgetKey}]${RESET}`);
445
+ for (const wl of lines) {
446
+ outputLog.append(` ${DIM}${wl}${RESET}`);
447
+ }
448
+ tui.requestRender();
449
+ }
450
+ break;
451
+ }
452
+
453
+ case "set_editor_text":
454
+ promptInput.input.setValue((req.text as string) ?? "");
455
+ tui.requestRender();
456
+ break;
457
+ }
458
+ }
459
+
460
+ // -- Slash commands (local, not sent to agent) --
461
+
462
+ function handleSlashCommand(cmd: string): boolean {
463
+ switch (cmd) {
464
+ case "/select":
465
+ showSelectDialog("Pick a color", ["Red", "Green", "Blue", "Yellow"], (value) => {
466
+ if (value) {
467
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} You picked: ${value}`);
468
+ } else {
469
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} Selection cancelled`);
470
+ }
471
+ tui.requestRender();
472
+ });
473
+ return true;
474
+
475
+ case "/confirm":
476
+ showSelectDialog("Are you sure?", ["Yes", "No"], (value) => {
477
+ const confirmed = value === "Yes";
478
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} Confirmed: ${confirmed}`);
479
+ tui.requestRender();
480
+ });
481
+ return true;
482
+
483
+ case "/input":
484
+ showInputDialog("Enter your name", undefined, (value) => {
485
+ if (value) {
486
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} You entered: ${value}`);
487
+ } else {
488
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} Input cancelled`);
489
+ }
490
+ tui.requestRender();
491
+ });
492
+ return true;
493
+
494
+ case "/editor":
495
+ showInputDialog("Edit text", "Hello, world!", (value) => {
496
+ if (value) {
497
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} Submitted: ${value}`);
498
+ } else {
499
+ outputLog.append(`${MAGENTA}${BOLD}Notification:${RESET} Editor cancelled`);
500
+ }
501
+ tui.requestRender();
502
+ });
503
+ return true;
504
+
505
+ default:
506
+ return false;
507
+ }
508
+ }
509
+
510
+ // -- Process agent stdout --
511
+
512
+ const stdoutRl = readline.createInterface({ input: agent.stdout!, terminal: false });
513
+
514
+ stdoutRl.on("line", (line) => {
515
+ let data: Record<string, unknown>;
516
+ try {
517
+ data = JSON.parse(line);
518
+ } catch {
519
+ return;
520
+ }
521
+
522
+ if (data.type === "response" && !data.success) {
523
+ outputLog.append(`${RED}[error]${RESET} ${data.command}: ${data.error}`);
524
+ tui.requestRender();
525
+ return;
526
+ }
527
+
528
+ if (data.type === "agent_start") {
529
+ showLoading();
530
+ return;
531
+ }
532
+
533
+ if (data.type === "extension_ui_request") {
534
+ handleExtensionUI(data as unknown as ExtensionUIRequest);
535
+ return;
536
+ }
537
+
538
+ if (data.type === "message_update") {
539
+ const evt = data.assistantMessageEvent as Record<string, unknown> | undefined;
540
+ if (evt?.type === "text_delta") {
541
+ if (!hasTextOutput) {
542
+ hasTextOutput = true;
543
+ outputLog.append("");
544
+ outputLog.append(`${BLUE}${BOLD}Agent:${RESET}`);
545
+ }
546
+ const delta = evt.delta as string;
547
+ const parts = delta.split("\n");
548
+ for (let i = 0; i < parts.length; i++) {
549
+ if (i > 0) outputLog.append("");
550
+ if (parts[i]) outputLog.appendRaw(parts[i]);
551
+ }
552
+ tui.requestRender();
553
+ }
554
+ return;
555
+ }
556
+
557
+ if (data.type === "tool_execution_start") {
558
+ outputLog.append(`${DIM}[tool: ${data.toolName}]${RESET}`);
559
+ tui.requestRender();
560
+ return;
561
+ }
562
+
563
+ if (data.type === "tool_execution_end") {
564
+ const result = JSON.stringify(data.result).slice(0, 120);
565
+ outputLog.append(`${DIM}[result: ${result}...]${RESET}`);
566
+ tui.requestRender();
567
+ return;
568
+ }
569
+
570
+ if (data.type === "agent_end") {
571
+ isStreaming = false;
572
+ hideLoading();
573
+ outputLog.append("");
574
+ tui.requestRender();
575
+ return;
576
+ }
577
+ });
578
+
579
+ // -- User input --
580
+
581
+ promptInput.input.onSubmit = (value) => {
582
+ const trimmed = value.trim();
583
+ if (!trimmed) return;
584
+
585
+ promptInput.input.setValue("");
586
+
587
+ if (handleSlashCommand(trimmed)) {
588
+ outputLog.append(`${GREEN}${BOLD}You:${RESET} ${trimmed}`);
589
+ tui.requestRender();
590
+ return;
591
+ }
592
+
593
+ outputLog.append(`${GREEN}${BOLD}You:${RESET} ${trimmed}`);
594
+ send({ type: "prompt", message: trimmed });
595
+ tui.requestRender();
596
+ };
597
+
598
+ promptInput.onCtrlD = exit;
599
+
600
+ promptInput.input.onEscape = () => {
601
+ if (isStreaming) {
602
+ send({ type: "abort" });
603
+ outputLog.append(`${YELLOW}[aborted]${RESET}`);
604
+ tui.requestRender();
605
+ } else {
606
+ exit();
607
+ }
608
+ };
609
+
610
+ // -- Agent exit --
611
+
612
+ agent.on("exit", (code) => {
613
+ tui.stop();
614
+ if (stderr) console.error(stderr);
615
+ console.log(`Agent exited with code ${code}`);
616
+ process.exit(code ?? 0);
617
+ });
618
+
619
+ // -- Start --
620
+
621
+ outputLog.append(`${BOLD}RPC Chat${RESET}`);
622
+ outputLog.append(`${DIM}Type a message and press Enter. Esc to abort or exit. Ctrl+D to quit.${RESET}`);
623
+ outputLog.append(`${DIM}Slash commands: /select /confirm /input /editor${RESET}`);
624
+ outputLog.append("");
625
+
626
+ tui.start();
627
+ }
628
+
629
+ main().catch((err) => {
630
+ console.error(err);
631
+ process.exit(1);
632
+ });
@@ -71,7 +71,7 @@ export default function (pi: ExtensionAPI) {
71
71
  parameters: Type.Object({
72
72
  input: Type.String(),
73
73
  }),
74
- execute: async (_toolCallId, params, _onUpdate, _ctx, _signal) => ({
74
+ execute: async (_toolCallId, params, _signal, _onUpdate, _ctx) => ({
75
75
  content: [{ type: "text", text: \`Processed: \${params.input}\` }],
76
76
  details: {},
77
77
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-coding-agent",
3
- "version": "0.50.8",
3
+ "version": "0.51.0",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -39,11 +39,10 @@
39
39
  "prepublishOnly": "npm run clean && npm run build"
40
40
  },
41
41
  "dependencies": {
42
- "@mariozechner/clipboard": "^0.3.0",
43
42
  "@mariozechner/jiti": "^2.6.2",
44
- "@mariozechner/pi-agent-core": "^0.50.8",
45
- "@mariozechner/pi-ai": "^0.50.8",
46
- "@mariozechner/pi-tui": "^0.50.8",
43
+ "@mariozechner/pi-agent-core": "^0.51.0",
44
+ "@mariozechner/pi-ai": "^0.51.0",
45
+ "@mariozechner/pi-tui": "^0.51.0",
47
46
  "@silvia-odwyer/photon-node": "^0.3.4",
48
47
  "chalk": "^5.5.0",
49
48
  "cli-highlight": "^2.1.11",
@@ -56,6 +55,9 @@
56
55
  "proper-lockfile": "^4.1.2",
57
56
  "yaml": "^2.8.2"
58
57
  },
58
+ "optionalDependencies": {
59
+ "@mariozechner/clipboard": "^0.3.2"
60
+ },
59
61
  "devDependencies": {
60
62
  "@types/diff": "^7.0.2",
61
63
  "@types/ms": "^2.1.0",