@mrquake/quakecode-cli 0.64.0 → 0.64.2

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 (180) hide show
  1. package/dist/bun/cli.d.ts.map +1 -1
  2. package/dist/bun/cli.js +1 -1
  3. package/dist/bun/cli.js.map +1 -1
  4. package/dist/config.d.ts.map +1 -1
  5. package/dist/config.js +7 -10
  6. package/dist/config.js.map +1 -1
  7. package/dist/core/extensions/loader.d.ts.map +1 -1
  8. package/dist/core/extensions/loader.js +21 -7
  9. package/dist/core/extensions/loader.js.map +1 -1
  10. package/dist/core/settings-manager.d.ts.map +1 -1
  11. package/dist/core/settings-manager.js +2 -2
  12. package/dist/core/settings-manager.js.map +1 -1
  13. package/dist/core/slash-commands.d.ts.map +1 -1
  14. package/dist/core/slash-commands.js +1 -1
  15. package/dist/core/slash-commands.js.map +1 -1
  16. package/dist/core/system-prompt.d.ts.map +1 -1
  17. package/dist/core/system-prompt.js +5 -5
  18. package/dist/core/system-prompt.js.map +1 -1
  19. package/dist/main.d.ts.map +1 -1
  20. package/dist/main.js +7 -7
  21. package/dist/main.js.map +1 -1
  22. package/dist/migrations.d.ts.map +1 -1
  23. package/dist/migrations.js +2 -2
  24. package/dist/migrations.js.map +1 -1
  25. package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
  26. package/dist/modes/interactive/components/config-selector.js +1 -1
  27. package/dist/modes/interactive/components/config-selector.js.map +1 -1
  28. package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
  29. package/dist/modes/interactive/components/session-selector.js +82 -105
  30. package/dist/modes/interactive/components/session-selector.js.map +1 -1
  31. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  32. package/dist/modes/interactive/interactive-mode.js +10 -5
  33. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  34. package/dist/utils/clipboard-image.d.ts.map +1 -1
  35. package/dist/utils/clipboard-image.js +3 -3
  36. package/dist/utils/clipboard-image.js.map +1 -1
  37. package/package.json +14 -7
  38. package/docs/compaction.md +0 -394
  39. package/docs/custom-provider.md +0 -596
  40. package/docs/development.md +0 -71
  41. package/docs/extensions.md +0 -2286
  42. package/docs/images/doom-extension.png +0 -0
  43. package/docs/images/exy.png +0 -0
  44. package/docs/images/interactive-mode.png +0 -0
  45. package/docs/images/tree-view.png +0 -0
  46. package/docs/json.md +0 -82
  47. package/docs/keybindings.md +0 -175
  48. package/docs/models.md +0 -341
  49. package/docs/packages.md +0 -218
  50. package/docs/prompt-templates.md +0 -67
  51. package/docs/providers.md +0 -195
  52. package/docs/rpc.md +0 -1377
  53. package/docs/sdk.md +0 -1064
  54. package/docs/session.md +0 -412
  55. package/docs/settings.md +0 -246
  56. package/docs/shell-aliases.md +0 -13
  57. package/docs/skills.md +0 -232
  58. package/docs/terminal-setup.md +0 -106
  59. package/docs/termux.md +0 -127
  60. package/docs/themes.md +0 -295
  61. package/docs/tmux.md +0 -61
  62. package/docs/tree.md +0 -231
  63. package/docs/tui.md +0 -887
  64. package/docs/windows.md +0 -17
  65. package/examples/README.md +0 -25
  66. package/examples/extensions/README.md +0 -206
  67. package/examples/extensions/antigravity-image-gen.ts +0 -418
  68. package/examples/extensions/auto-commit-on-exit.ts +0 -49
  69. package/examples/extensions/bash-spawn-hook.ts +0 -30
  70. package/examples/extensions/bookmark.ts +0 -50
  71. package/examples/extensions/built-in-tool-renderer.ts +0 -246
  72. package/examples/extensions/claude-rules.ts +0 -86
  73. package/examples/extensions/commands.ts +0 -72
  74. package/examples/extensions/confirm-destructive.ts +0 -59
  75. package/examples/extensions/custom-compaction.ts +0 -127
  76. package/examples/extensions/custom-footer.ts +0 -64
  77. package/examples/extensions/custom-header.ts +0 -73
  78. package/examples/extensions/custom-provider-anthropic/index.ts +0 -604
  79. package/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
  80. package/examples/extensions/custom-provider-anthropic/package.json +0 -19
  81. package/examples/extensions/custom-provider-gitlab-duo/index.ts +0 -349
  82. package/examples/extensions/custom-provider-gitlab-duo/package.json +0 -16
  83. package/examples/extensions/custom-provider-gitlab-duo/test.ts +0 -82
  84. package/examples/extensions/custom-provider-qwen-cli/index.ts +0 -345
  85. package/examples/extensions/custom-provider-qwen-cli/package.json +0 -16
  86. package/examples/extensions/dirty-repo-guard.ts +0 -56
  87. package/examples/extensions/doom-overlay/README.md +0 -46
  88. package/examples/extensions/doom-overlay/doom/build/doom.js +0 -21
  89. package/examples/extensions/doom-overlay/doom/build/doom.wasm +0 -0
  90. package/examples/extensions/doom-overlay/doom/build.sh +0 -152
  91. package/examples/extensions/doom-overlay/doom/doomgeneric_pi.c +0 -72
  92. package/examples/extensions/doom-overlay/doom-component.ts +0 -132
  93. package/examples/extensions/doom-overlay/doom-engine.ts +0 -173
  94. package/examples/extensions/doom-overlay/doom-keys.ts +0 -104
  95. package/examples/extensions/doom-overlay/index.ts +0 -74
  96. package/examples/extensions/doom-overlay/wad-finder.ts +0 -51
  97. package/examples/extensions/dynamic-resources/SKILL.md +0 -8
  98. package/examples/extensions/dynamic-resources/dynamic.json +0 -79
  99. package/examples/extensions/dynamic-resources/dynamic.md +0 -5
  100. package/examples/extensions/dynamic-resources/index.ts +0 -15
  101. package/examples/extensions/dynamic-tools.ts +0 -74
  102. package/examples/extensions/event-bus.ts +0 -43
  103. package/examples/extensions/file-trigger.ts +0 -41
  104. package/examples/extensions/git-checkpoint.ts +0 -53
  105. package/examples/extensions/handoff.ts +0 -153
  106. package/examples/extensions/hello.ts +0 -26
  107. package/examples/extensions/hidden-thinking-label.ts +0 -53
  108. package/examples/extensions/inline-bash.ts +0 -94
  109. package/examples/extensions/input-transform.ts +0 -43
  110. package/examples/extensions/interactive-shell.ts +0 -196
  111. package/examples/extensions/mac-system-theme.ts +0 -47
  112. package/examples/extensions/message-renderer.ts +0 -59
  113. package/examples/extensions/minimal-mode.ts +0 -426
  114. package/examples/extensions/modal-editor.ts +0 -85
  115. package/examples/extensions/model-status.ts +0 -31
  116. package/examples/extensions/notify.ts +0 -55
  117. package/examples/extensions/overlay-qa-tests.ts +0 -1348
  118. package/examples/extensions/overlay-test.ts +0 -150
  119. package/examples/extensions/permission-gate.ts +0 -34
  120. package/examples/extensions/pirate.ts +0 -47
  121. package/examples/extensions/plan-mode/README.md +0 -65
  122. package/examples/extensions/plan-mode/index.ts +0 -340
  123. package/examples/extensions/plan-mode/utils.ts +0 -168
  124. package/examples/extensions/preset.ts +0 -397
  125. package/examples/extensions/protected-paths.ts +0 -30
  126. package/examples/extensions/provider-payload.ts +0 -14
  127. package/examples/extensions/qna.ts +0 -122
  128. package/examples/extensions/question.ts +0 -264
  129. package/examples/extensions/questionnaire.ts +0 -427
  130. package/examples/extensions/rainbow-editor.ts +0 -88
  131. package/examples/extensions/reload-runtime.ts +0 -37
  132. package/examples/extensions/rpc-demo.ts +0 -118
  133. package/examples/extensions/sandbox/index.ts +0 -321
  134. package/examples/extensions/sandbox/package-lock.json +0 -92
  135. package/examples/extensions/sandbox/package.json +0 -19
  136. package/examples/extensions/send-user-message.ts +0 -97
  137. package/examples/extensions/session-name.ts +0 -27
  138. package/examples/extensions/shutdown-command.ts +0 -63
  139. package/examples/extensions/snake.ts +0 -343
  140. package/examples/extensions/space-invaders.ts +0 -560
  141. package/examples/extensions/ssh.ts +0 -220
  142. package/examples/extensions/status-line.ts +0 -32
  143. package/examples/extensions/subagent/README.md +0 -172
  144. package/examples/extensions/subagent/agents/planner.md +0 -37
  145. package/examples/extensions/subagent/agents/reviewer.md +0 -35
  146. package/examples/extensions/subagent/agents/scout.md +0 -50
  147. package/examples/extensions/subagent/agents/worker.md +0 -24
  148. package/examples/extensions/subagent/agents.ts +0 -126
  149. package/examples/extensions/subagent/index.ts +0 -986
  150. package/examples/extensions/subagent/prompts/implement-and-review.md +0 -10
  151. package/examples/extensions/subagent/prompts/implement.md +0 -10
  152. package/examples/extensions/subagent/prompts/scout-and-plan.md +0 -9
  153. package/examples/extensions/summarize.ts +0 -206
  154. package/examples/extensions/system-prompt-header.ts +0 -17
  155. package/examples/extensions/timed-confirm.ts +0 -70
  156. package/examples/extensions/titlebar-spinner.ts +0 -58
  157. package/examples/extensions/todo.ts +0 -297
  158. package/examples/extensions/tool-override.ts +0 -144
  159. package/examples/extensions/tools.ts +0 -141
  160. package/examples/extensions/trigger-compact.ts +0 -50
  161. package/examples/extensions/truncated-tool.ts +0 -195
  162. package/examples/extensions/widget-placement.ts +0 -9
  163. package/examples/extensions/with-deps/index.ts +0 -32
  164. package/examples/extensions/with-deps/package-lock.json +0 -31
  165. package/examples/extensions/with-deps/package.json +0 -22
  166. package/examples/rpc-extension-ui.ts +0 -632
  167. package/examples/sdk/01-minimal.ts +0 -22
  168. package/examples/sdk/02-custom-model.ts +0 -49
  169. package/examples/sdk/03-custom-prompt.ts +0 -55
  170. package/examples/sdk/04-skills.ts +0 -52
  171. package/examples/sdk/05-tools.ts +0 -56
  172. package/examples/sdk/06-extensions.ts +0 -88
  173. package/examples/sdk/07-context-files.ts +0 -40
  174. package/examples/sdk/08-prompt-templates.ts +0 -48
  175. package/examples/sdk/09-api-keys-and-oauth.ts +0 -48
  176. package/examples/sdk/10-settings.ts +0 -51
  177. package/examples/sdk/11-sessions.ts +0 -48
  178. package/examples/sdk/12-full-control.ts +0 -81
  179. package/examples/sdk/13-session-runtime.ts +0 -49
  180. package/examples/sdk/README.md +0 -145
@@ -1,632 +0,0 @@
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
- });
@@ -1,22 +0,0 @@
1
- /**
2
- * Minimal SDK Usage
3
- *
4
- * Uses all defaults: discovers skills, extensions, tools, context files
5
- * from cwd and ~/.pi/agent. Model chosen from settings or first available.
6
- */
7
-
8
- import { createAgentSession } from "@mariozechner/pi-coding-agent";
9
-
10
- const { session } = await createAgentSession();
11
-
12
- session.subscribe((event) => {
13
- if (event.type === "message_update" && event.assistantMessageEvent.type === "text_delta") {
14
- process.stdout.write(event.assistantMessageEvent.delta);
15
- }
16
- });
17
-
18
- await session.prompt("What files are in the current directory?");
19
- session.state.messages.forEach((msg) => {
20
- console.log(msg);
21
- });
22
- console.log();
@@ -1,49 +0,0 @@
1
- /**
2
- * Custom Model Selection
3
- *
4
- * Shows how to select a specific model and thinking level.
5
- */
6
-
7
- import { getModel } from "@mariozechner/pi-ai";
8
- import { AuthStorage, createAgentSession, ModelRegistry } from "@mariozechner/pi-coding-agent";
9
-
10
- // Set up auth storage and model registry
11
- const authStorage = AuthStorage.create();
12
- const modelRegistry = ModelRegistry.create(authStorage);
13
-
14
- // Option 1: Find a specific built-in model by provider/id
15
- const opus = getModel("anthropic", "claude-opus-4-5");
16
- if (opus) {
17
- console.log(`Found model: ${opus.provider}/${opus.id}`);
18
- }
19
-
20
- // Option 2: Find model via registry (includes custom models from models.json)
21
- const customModel = modelRegistry.find("my-provider", "my-model");
22
- if (customModel) {
23
- console.log(`Found custom model: ${customModel.provider}/${customModel.id}`);
24
- }
25
-
26
- // Option 3: Pick from available models (have valid API keys)
27
- const available = await modelRegistry.getAvailable();
28
- console.log(
29
- "Available models:",
30
- available.map((m) => `${m.provider}/${m.id}`),
31
- );
32
-
33
- if (available.length > 0) {
34
- const { session } = await createAgentSession({
35
- model: available[0],
36
- thinkingLevel: "medium", // off, low, medium, high
37
- authStorage,
38
- modelRegistry,
39
- });
40
-
41
- session.subscribe((event) => {
42
- if (event.type === "message_update" && event.assistantMessageEvent.type === "text_delta") {
43
- process.stdout.write(event.assistantMessageEvent.delta);
44
- }
45
- });
46
-
47
- await session.prompt("Say hello in one sentence.");
48
- console.log();
49
- }