@mrclrchtr/supi-lsp 4.7.0 → 4.8.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 (72) hide show
  1. package/node_modules/@mrclrchtr/supi-code-runtime/README.md +1 -1
  2. package/node_modules/@mrclrchtr/supi-code-runtime/package.json +1 -15
  3. package/node_modules/@mrclrchtr/supi-code-runtime/src/api.ts +1 -6
  4. package/node_modules/@mrclrchtr/supi-core/README.md +26 -34
  5. package/node_modules/@mrclrchtr/supi-core/package.json +4 -7
  6. package/node_modules/@mrclrchtr/supi-core/src/api.ts +4 -6
  7. package/node_modules/@mrclrchtr/supi-core/src/config/config.ts +0 -20
  8. package/node_modules/@mrclrchtr/supi-core/src/config/prompt-surface.ts +7 -1
  9. package/node_modules/@mrclrchtr/supi-core/src/config.ts +0 -1
  10. package/node_modules/@mrclrchtr/supi-core/src/context.ts +1 -9
  11. package/node_modules/@mrclrchtr/supi-core/src/index.ts +4 -6
  12. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-registry.ts +54 -28
  13. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-schema.ts +91 -125
  14. package/node_modules/@mrclrchtr/supi-core/src/settings.ts +10 -7
  15. package/package.json +3 -3
  16. package/src/client/client-diagnostics.ts +361 -0
  17. package/src/client/client.ts +46 -238
  18. package/src/manager/manager.ts +25 -33
  19. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/README.md +0 -120
  20. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/package.json +0 -75
  21. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/api.ts +0 -42
  22. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/config/config.ts +0 -221
  23. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/config/prompt-surface.ts +0 -357
  24. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/config.ts +0 -11
  25. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/context/context-messages.ts +0 -119
  26. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/context/context-provider-registry.ts +0 -36
  27. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/context/context-tag.ts +0 -31
  28. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/context.ts +0 -16
  29. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/debug-registry.ts +0 -287
  30. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/evidence-badge.ts +0 -41
  31. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/footer-registry.ts +0 -57
  32. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/index.ts +0 -36
  33. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/llm.ts +0 -201
  34. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/model-selection.ts +0 -134
  35. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/path-utils.ts +0 -44
  36. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/path.ts +0 -2
  37. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/progress-widget.ts +0 -189
  38. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/project-roots.ts +0 -170
  39. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/project.ts +0 -15
  40. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/prompt-surface.ts +0 -4
  41. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/registry-utils.ts +0 -93
  42. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/report.ts +0 -121
  43. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/session-utils.ts +0 -71
  44. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/session.ts +0 -8
  45. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/scoped-settings-list.ts +0 -373
  46. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-action-menu.ts +0 -102
  47. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-command.ts +0 -15
  48. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-registry.ts +0 -76
  49. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-schema.ts +0 -487
  50. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-submenus.ts +0 -141
  51. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings/settings-ui.ts +0 -118
  52. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings-ui.ts +0 -3
  53. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/settings.ts +0 -33
  54. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/spinner-frames.ts +0 -11
  55. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/status-spinner.ts +0 -68
  56. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/terminal.ts +0 -60
  57. package/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/src/tool-framework.ts +0 -192
  58. package/node_modules/@mrclrchtr/supi-code-runtime/src/index.ts +0 -42
  59. package/node_modules/@mrclrchtr/supi-code-runtime/src/workspace/context.ts +0 -45
  60. package/node_modules/@mrclrchtr/supi-core/src/context/context-messages.ts +0 -119
  61. package/node_modules/@mrclrchtr/supi-core/src/progress-widget.ts +0 -189
  62. package/node_modules/@mrclrchtr/supi-core/src/settings/scoped-settings-list.ts +0 -373
  63. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-action-menu.ts +0 -102
  64. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-command.ts +0 -15
  65. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-submenus.ts +0 -141
  66. package/node_modules/@mrclrchtr/supi-core/src/settings/settings-ui.ts +0 -118
  67. package/node_modules/@mrclrchtr/supi-core/src/settings-ui.ts +0 -3
  68. package/node_modules/@mrclrchtr/supi-core/src/tool-framework.ts +0 -192
  69. package/src/client/client-refresh.ts +0 -234
  70. package/src/diagnostics/diagnostics.ts +0 -99
  71. package/src/diagnostics/suppression-diagnostics.ts +0 -60
  72. package/src/index.ts +0 -41
@@ -1,119 +0,0 @@
1
- // Shared context-message utilities for SuPi extensions.
2
- //
3
- // Provides a generic prune-and-reorder pattern for extensions that inject
4
- // managed context messages (via `before_agent_start` with a `customType` and
5
- // `contextToken`) and maintain them via the `context` event.
6
-
7
- /**
8
- * Minimal message shape needed for context-message operations.
9
- * Extensions cast their event.messages entries to this type.
10
- */
11
- export type ContextMessageLike = {
12
- role?: string;
13
- customType?: string;
14
- content?: unknown;
15
- details?: unknown;
16
- };
17
-
18
- /**
19
- * Extract the `contextToken` string from a message's `details` object.
20
- * Returns `null` when the token is absent or not a string.
21
- */
22
- export function getContextToken(details: unknown): string | null {
23
- if (!details || typeof details !== "object") return null;
24
- const token = (details as { contextToken?: unknown }).contextToken;
25
- return typeof token === "string" ? token : null;
26
- }
27
-
28
- /**
29
- * Find the index of the last message with `role: "user"`.
30
- * Returns `-1` when no user message exists.
31
- */
32
- export function findLastUserMessageIndex<T extends ContextMessageLike>(messages: T[]): number {
33
- for (let index = messages.length - 1; index >= 0; index--) {
34
- if (messages[index]?.role === "user") return index;
35
- }
36
- return -1;
37
- }
38
-
39
- /**
40
- * Filter stale context messages and reorder the active one before the last user message.
41
- *
42
- * - Removes all messages matching `customType` whose token differs from `activeToken`.
43
- * - When `activeToken` is `null`, removes **all** messages of that `customType`.
44
- * - If the active context message is after the last user message, moves it before.
45
- *
46
- * Returns the modified array, or the original reference when no changes were needed.
47
- */
48
- export function pruneAndReorderContextMessages<T extends ContextMessageLike>(
49
- messages: T[],
50
- customType: string,
51
- activeToken: string | null,
52
- ): T[] {
53
- // Remove stale messages of the target customType
54
- const filtered = messages.filter((message) => {
55
- if (message.customType !== customType) return true;
56
- if (!activeToken) return false;
57
- return getContextToken(message.details) === activeToken;
58
- });
59
-
60
- if (!activeToken) return filtered;
61
-
62
- // Find the active context message
63
- const contextIndex = filtered.findIndex(
64
- (message) =>
65
- message.customType === customType && getContextToken(message.details) === activeToken,
66
- );
67
- if (contextIndex === -1) return filtered;
68
-
69
- // Find the last user message
70
- const userIndex = findLastUserMessageIndex(filtered);
71
- if (userIndex === -1 || contextIndex < userIndex) return filtered;
72
-
73
- // Move context message before last user message
74
- const next = [...filtered];
75
- const [contextMessage] = next.splice(contextIndex, 1);
76
- if (!contextMessage) return filtered;
77
- next.splice(userIndex, 0, contextMessage);
78
- return next;
79
- }
80
-
81
- /**
82
- * Restore the raw prompt content on a context message that was swapped for display text.
83
- *
84
- * Extensions using `registerMessageRenderer` store their LLM-facing content in
85
- * `details.promptContent` and put a human-readable summary in `content`. This function
86
- * reverses the swap so the model sees the original prompt content.
87
- *
88
- * Returns the original array reference when no change is needed.
89
- */
90
- export function restorePromptContent<T extends ContextMessageLike>(
91
- messages: T[],
92
- customType: string,
93
- activeToken: string | null,
94
- ): T[] {
95
- if (!activeToken) return messages;
96
-
97
- const index = messages.findIndex(
98
- (message) =>
99
- message.customType === customType && getContextToken(message.details) === activeToken,
100
- );
101
- if (index === -1) return messages;
102
-
103
- const promptContent = getPromptContent(messages[index]?.details);
104
- if (!promptContent || messages[index]?.content === promptContent) return messages;
105
-
106
- const next = [...messages];
107
- next[index] = { ...next[index], content: promptContent };
108
- return next;
109
- }
110
-
111
- /**
112
- * Extract the `promptContent` string from a message's `details` object.
113
- * Returns `null` when absent or not a string.
114
- */
115
- export function getPromptContent(details: unknown): string | null {
116
- if (!details || typeof details !== "object") return null;
117
- const promptContent = (details as { promptContent?: unknown }).promptContent;
118
- return typeof promptContent === "string" ? promptContent : null;
119
- }
@@ -1,189 +0,0 @@
1
- // Generic progress widget for SuPi long-running operations.
2
- //
3
- // Provides a TUI-based progress display with animated loader, turn counts,
4
- // tool usage, and activity descriptions.
5
-
6
- import type { Theme } from "@earendil-works/pi-coding-agent";
7
- import { CancellableLoader, Container, Text } from "@earendil-works/pi-tui";
8
-
9
- // ── Types ──────────────────────────────────────────────────────────────────
10
-
11
- /** What the reviewer is currently doing and on what. */
12
- export interface CurrentFocus {
13
- /** Display label for the active tool (e.g. "Reading", "Searching", "Finding"). */
14
- label: string;
15
- /** Context detail (e.g. file path, search pattern, directory). */
16
- detail: string;
17
- }
18
-
19
- /** Progress state for widget display, compatible with child-session updates. */
20
- export interface WidgetProgress {
21
- /** Number of agent turns completed. */
22
- turns: number;
23
- /** Number of tool executions started. */
24
- toolUses: number;
25
- /** Token usage stats, if available. */
26
- tokens?: {
27
- input: number;
28
- output: number;
29
- total: number;
30
- cacheRead?: number;
31
- cacheWrite?: number;
32
- };
33
- /** Per-tool execution counts keyed by short display label (e.g. "diffs", "reads", "greps"). */
34
- toolCounts?: Record<string, number>;
35
- /** Number of distinct files inspected so far (via read_snapshot_diff / read_snapshot_file). */
36
- filesInspected?: number;
37
- /** Total files in the review snapshot. */
38
- filesTotal?: number;
39
- /** Current tool + context for the progress narrative line. */
40
- currentFocus?: CurrentFocus;
41
- /** Elapsed time in milliseconds since the operation started. */
42
- elapsedMs?: number;
43
- }
44
-
45
- // ── Widget ─────────────────────────────────────────────────────────────────
46
-
47
- /**
48
- * TUI progress widget for long-running operations.
49
- *
50
- * Two-line layout: top line shows the narrative (current focus + file progress),
51
- * bottom line shows stats (tokens, elapsed time, turns, tool counts).
52
- */
53
- export class ProgressWidget extends Container {
54
- private message: string;
55
- private progress: WidgetProgress = { turns: 0, toolUses: 0 };
56
- private loader: CancellableLoader;
57
- private tui: { requestRender(): void };
58
- private theme: Theme;
59
-
60
- constructor(tui: { requestRender(): void }, theme: Theme, message: string) {
61
- super();
62
- this.tui = tui;
63
- this.theme = theme;
64
- this.message = message;
65
- this.loader = new CancellableLoader(
66
- tui as ConstructorParameters<typeof CancellableLoader>[0],
67
- (text: string) => theme.fg("accent", text),
68
- (text: string) => theme.fg("muted", text),
69
- message,
70
- );
71
-
72
- this.renderContent();
73
- }
74
-
75
- /** AbortSignal that fires when the user presses Escape. */
76
- get signal(): AbortSignal {
77
- return this.loader.signal;
78
- }
79
-
80
- /** Callback invoked when the user presses Escape. */
81
- set onAbort(fn: (() => void) | undefined) {
82
- this.loader.onAbort = fn;
83
- }
84
-
85
- /** Delegate keyboard input to the loader. */
86
- handleInput(data: string): void {
87
- this.loader.handleInput(data);
88
- }
89
-
90
- /** Update progress state and request a re-render. */
91
- updateProgress(progress: WidgetProgress): void {
92
- this.progress = progress;
93
- this.renderContent();
94
- this.tui.requestRender();
95
- }
96
-
97
- /** Clean up the widget. */
98
- dispose(): void {
99
- this.loader.dispose();
100
- }
101
-
102
- private renderContent(): void {
103
- this.clear();
104
- this.renderTopLine();
105
- this.renderBottomLine();
106
- }
107
-
108
- private renderTopLine(): void {
109
- const topParts: string[] = [];
110
-
111
- if (this.progress.currentFocus) {
112
- const { label, detail } = this.progress.currentFocus;
113
- topParts.push(detail ? `${label}: ${detail}` : label);
114
- }
115
-
116
- if (this.progress.filesTotal && this.progress.filesTotal > 0) {
117
- const inspected = this.progress.filesInspected ?? 0;
118
- topParts.push(`${inspected}/${this.progress.filesTotal} files`);
119
- }
120
-
121
- const loaderMessage =
122
- topParts.length > 0 ? `${this.message} · ${topParts.join(" · ")}` : this.message;
123
- this.loader.setMessage(loaderMessage);
124
- this.addChild(this.loader);
125
- }
126
-
127
- private renderBottomLine(): void {
128
- const stats: string[] = [];
129
-
130
- this.appendTokenStats(stats);
131
-
132
- if (this.progress.elapsedMs !== undefined && this.progress.elapsedMs >= 1000) {
133
- stats.push(formatElapsed(this.progress.elapsedMs));
134
- }
135
-
136
- if (this.progress.turns > 0) {
137
- stats.push(`⟳ ${this.progress.turns}`);
138
- }
139
-
140
- if (this.progress.toolCounts) {
141
- const parts = Object.entries(this.progress.toolCounts)
142
- .filter(([, count]) => count > 0)
143
- .sort(([, a], [, b]) => b - a)
144
- .map(([label, count]) => `${count} ${label}`);
145
- if (parts.length > 0) stats.push(parts.join(" · "));
146
- }
147
-
148
- if (stats.length > 0) {
149
- this.addChild(new Text(this.theme.fg("dim", ` ${stats.join(" · ")}`), 1, 0));
150
- }
151
- }
152
-
153
- private appendTokenStats(stats: string[]): void {
154
- const tokens = this.progress.tokens;
155
- if (!tokens) return;
156
-
157
- stats.push(`↑ ${formatTokens(tokens.input)}`);
158
- if (tokens.cacheRead !== undefined && tokens.cacheRead > 0) {
159
- stats.push(`↲ ${formatTokens(tokens.cacheRead)}`);
160
- }
161
- if (tokens.cacheWrite !== undefined && tokens.cacheWrite > 0) {
162
- stats.push(`↱ ${formatTokens(tokens.cacheWrite)}`);
163
- }
164
- stats.push(`↓ ${formatTokens(tokens.output)}`);
165
- }
166
- }
167
-
168
- // ── Helpers ────────────────────────────────────────────────────────────────
169
-
170
- export function formatTokens(count: number): string {
171
- if (count >= 1_000_000) return `${(count / 1_000_000).toFixed(1)}M`;
172
- if (count >= 1_000) return `${(count / 1_000).toFixed(1)}k`;
173
- return String(count);
174
- }
175
-
176
- export function formatElapsed(ms: number): string {
177
- const totalSec = Math.floor(ms / 1000);
178
- const hours = Math.floor(totalSec / 3600);
179
- const minutes = Math.floor((totalSec % 3600) / 60);
180
- const seconds = totalSec % 60;
181
-
182
- if (hours > 0) {
183
- return `${hours}h ${minutes}m ${seconds}s`;
184
- }
185
- if (minutes > 0) {
186
- return `${minutes}m ${seconds}s`;
187
- }
188
- return `${seconds}s`;
189
- }
@@ -1,373 +0,0 @@
1
- // Scoped settings list component for SuPi settings overlay.
2
- //
3
- // Replaces pi-tui's generic SettingsList with a source-aware list that
4
- // renders source badges, dispatches Enter / Space / action-menu semantics,
5
- // and delegates custom-field submenus.
6
-
7
- import type { ExtensionContext } from "@earendil-works/pi-coding-agent";
8
- import { Input, Key, matchesKey, truncateToWidth } from "@earendil-works/pi-tui";
9
- import type { ThemeAccessor } from "./settings-action-menu.ts";
10
- import {
11
- buildActionMenu,
12
- createActionMenuComponent,
13
- getConcreteChoices,
14
- } from "./settings-action-menu.ts";
15
- import type { SettingsScope, SettingsSection } from "./settings-registry.ts";
16
- import type { ScopedFieldValue, SettingsFieldAction } from "./settings-schema.ts";
17
- import { createInputSubmenu, createModelPickerSubmenu } from "./settings-submenus.ts";
18
-
19
- // ═══════════════════════════════════════════════════════════════════════════
20
- // Scoped settings list
21
- // ═══════════════════════════════════════════════════════════════════════════
22
-
23
- interface ScopedRow {
24
- flatId: string;
25
- sectionLabel: string;
26
- field: ScopedFieldValue;
27
- }
28
-
29
- interface SubmenuState {
30
- component: {
31
- render: (w: number) => string[];
32
- invalidate?: () => void;
33
- handleInput?: (data: string) => void;
34
- };
35
- onDone: () => void;
36
- }
37
-
38
- export class ScopedSettingsList {
39
- private sections: SettingsSection[];
40
- private scope: SettingsScope;
41
- private cwd: string;
42
- private ctx: ExtensionContext | undefined;
43
- private theme: ThemeAccessor;
44
- private tui: { requestRender: () => void };
45
- private onCancel: () => void;
46
- private onError?: (message: string) => void;
47
- private rows: ScopedRow[] = [];
48
- private selectedIndex = 0;
49
- private submenu: SubmenuState | null = null;
50
- private searchInput?: Input;
51
- private searchQuery = "";
52
- private cachedWidth?: number;
53
- private cachedLines?: string[];
54
-
55
- // biome-ignore lint/complexity/useMaxParams: component constructor needs all dependencies upfront for immutable wiring
56
- constructor(
57
- sections: SettingsSection[],
58
- scope: SettingsScope,
59
- cwd: string,
60
- ctx: ExtensionContext | undefined,
61
- theme: ThemeAccessor,
62
- tui: { requestRender: () => void },
63
- onCancel: () => void,
64
- onError?: (message: string) => void,
65
- ) {
66
- this.sections = sections;
67
- this.scope = scope;
68
- this.cwd = cwd;
69
- this.ctx = ctx;
70
- this.theme = theme;
71
- this.tui = tui;
72
- this.onCancel = onCancel;
73
- this.onError = onError;
74
- this.rebuildRows();
75
- }
76
-
77
- reload(scope: SettingsScope, cwd: string, ctx?: ExtensionContext): void {
78
- this.scope = scope;
79
- this.cwd = cwd;
80
- this.ctx = ctx;
81
- this.rebuildRows();
82
- this.selectedIndex = Math.min(this.selectedIndex, Math.max(0, this.rows.length - 1));
83
- this.invalidate();
84
- }
85
-
86
- invalidate(): void {
87
- this.cachedWidth = undefined;
88
- this.cachedLines = undefined;
89
- }
90
-
91
- render(width: number): string[] {
92
- if (this.cachedLines && this.cachedWidth === width) return this.cachedLines;
93
- if (this.submenu) {
94
- this.cachedWidth = width;
95
- this.cachedLines = this.submenu.component.render(width);
96
- return this.cachedLines;
97
- }
98
- this.cachedWidth = width;
99
- this.cachedLines = this.renderList(width);
100
- return this.cachedLines;
101
- }
102
-
103
- private renderList(width: number): string[] {
104
- const lines: string[] = [];
105
- if (this.searchInput) {
106
- lines.push(...this.searchInput.render(width));
107
- lines.push("");
108
- }
109
- const displayRows = this.filteredRows();
110
- if (displayRows.length === 0) {
111
- lines.push(
112
- this.theme.fg(
113
- "dim",
114
- this.searchQuery ? " No matching settings" : " No settings available",
115
- ),
116
- );
117
- lines.push("");
118
- lines.push(this.renderHint(width));
119
- return lines;
120
- }
121
- const maxVisible = Math.min(displayRows.length + 2, 20);
122
- const start = Math.max(
123
- 0,
124
- Math.min(this.selectedIndex - Math.floor(maxVisible / 2), displayRows.length - maxVisible),
125
- );
126
- const end = Math.min(start + maxVisible, displayRows.length);
127
- for (let i = start; i < end; i++) {
128
- const row = displayRows[i];
129
- if (!row) continue;
130
- const isSelected = i === this.selectedIndex;
131
- const prefix = isSelected ? "› " : " ";
132
- const section = this.theme.fg("dim", `${row.sectionLabel}: `);
133
- const label = isSelected
134
- ? this.theme.fg("accent", row.field.field.label)
135
- : this.theme.fg("text", row.field.field.label);
136
- lines.push(truncateToWidth(`${prefix}${section}${label} ${row.field.displayValue}`, width));
137
- }
138
- if (start > 0 || end < displayRows.length) {
139
- lines.push(this.theme.fg("dim", ` (${this.selectedIndex + 1}/${displayRows.length})`));
140
- }
141
- lines.push("");
142
- lines.push(this.renderHint(width));
143
- return lines;
144
- }
145
-
146
- private renderHint(_width: number): string {
147
- const hints = [];
148
- if (this.searchInput) hints.push("Type to search");
149
- hints.push("Enter actions", "Space cycle", "Esc close");
150
- return this.theme.fg("dim", hints.join(" · "));
151
- }
152
-
153
- handleInput(data: string): void {
154
- if (this.submenu) {
155
- this.submenu.component.handleInput?.(data);
156
- this.invalidate();
157
- this.tui.requestRender();
158
- return;
159
- }
160
- if (matchesKey(data, Key.escape)) {
161
- this.onCancel();
162
- return;
163
- }
164
- if (matchesKey(data, Key.up)) {
165
- this.moveSelection(-1);
166
- return;
167
- }
168
- if (matchesKey(data, Key.down)) {
169
- this.moveSelection(1);
170
- return;
171
- }
172
- if (matchesKey(data, Key.enter)) {
173
- this.activateSelected();
174
- return;
175
- }
176
- if (data === " ") {
177
- this.cycleSelected();
178
- return;
179
- }
180
- if (this.searchInput) {
181
- const sanitized = data.replace(/ /g, "");
182
- if (sanitized) {
183
- this.searchInput.handleInput(sanitized);
184
- this.searchQuery = this.searchInput.getValue();
185
- this.selectedIndex = 0;
186
- this.invalidate();
187
- this.tui.requestRender();
188
- }
189
- }
190
- }
191
-
192
- private moveSelection(delta: number): void {
193
- const rows = this.filteredRows();
194
- if (rows.length === 0) return;
195
- this.selectedIndex =
196
- delta < 0
197
- ? this.selectedIndex <= 0
198
- ? rows.length - 1
199
- : this.selectedIndex - 1
200
- : this.selectedIndex >= rows.length - 1
201
- ? 0
202
- : this.selectedIndex + 1;
203
- this.invalidate();
204
- this.tui.requestRender();
205
- }
206
-
207
- enableSearch(): void {
208
- if (!this.searchInput) this.searchInput = new Input();
209
- }
210
-
211
- private rebuildRows(): void {
212
- const rows: ScopedRow[] = [];
213
- for (const section of this.sections) {
214
- for (const value of section.loadValues(this.scope, this.cwd, this.ctx)) {
215
- rows.push({
216
- flatId: `${section.id}.${value.field.key}`,
217
- sectionLabel: section.label,
218
- field: value,
219
- });
220
- }
221
- }
222
- this.rows = rows;
223
- }
224
-
225
- private filteredRows(): ScopedRow[] {
226
- if (!this.searchQuery) return this.rows;
227
- const q = this.searchQuery.toLowerCase();
228
- return this.rows.filter(
229
- (r) =>
230
- r.field.field.label.toLowerCase().includes(q) ||
231
- r.field.field.key.toLowerCase().includes(q) ||
232
- r.field.displayValue.toLowerCase().includes(q),
233
- );
234
- }
235
-
236
- private activateSelected(): void {
237
- const rows = this.filteredRows();
238
- const row = rows[this.selectedIndex];
239
- if (!row) return;
240
-
241
- const menu = buildActionMenu(row.field, this.scope);
242
- if (menu.length === 0) return;
243
- this.submenu = {
244
- component: createActionMenuComponent(menu, this.doneAction(row), this.theme),
245
- onDone: () => {
246
- this.submenu = null;
247
- this.invalidate();
248
- this.tui.requestRender();
249
- },
250
- };
251
- this.invalidate();
252
- this.tui.requestRender();
253
- }
254
-
255
- private doneAction(row: ScopedRow): (action?: string) => void {
256
- return (action) => {
257
- this.submenu = null;
258
- if (!action) {
259
- this.invalidate();
260
- this.tui.requestRender();
261
- return;
262
- }
263
- if (action === "inherit") {
264
- this.dispatchAction(row.flatId, { kind: "inherit" });
265
- } else if (action === "resetToDefault") {
266
- this.dispatchAction(row.flatId, { kind: "resetToDefault" });
267
- } else if (action === "edit") {
268
- this.openFreeInputSubmenu(row);
269
- } else if (action.startsWith("set:")) {
270
- this.dispatchAction(row.flatId, { kind: "set", value: action.slice(4) });
271
- }
272
- this.invalidate();
273
- this.tui.requestRender();
274
- };
275
- }
276
-
277
- private cycleSelected(): void {
278
- const rows = this.filteredRows();
279
- const row = rows[this.selectedIndex];
280
- if (!row) return;
281
- const choices = getConcreteChoices(row.field.field);
282
- if (choices.length === 0) return;
283
- const idx = choices.indexOf(row.field.editValue);
284
- const next = choices[idx < 0 ? 0 : (idx + 1) % choices.length] ?? choices[0];
285
- if (next) this.dispatchAction(row.flatId, { kind: "set", value: next });
286
- }
287
-
288
- private openFreeInputSubmenu(row: ScopedRow): void {
289
- const cleanValue = row.field.editValue;
290
- if (row.field.field.kind === "custom" && row.field.field.submenu) {
291
- const comp = row.field.field.submenu(
292
- cleanValue,
293
- (selectedValue) => {
294
- this.submenu = null;
295
- if (selectedValue !== undefined) {
296
- this.dispatchAction(row.flatId, { kind: "set", value: selectedValue });
297
- } else {
298
- this.reload(this.scope, this.cwd, this.ctx);
299
- }
300
- this.invalidate();
301
- this.tui.requestRender();
302
- },
303
- this.scope,
304
- this.cwd,
305
- this.ctx,
306
- );
307
- this.submenu = {
308
- component: comp,
309
- onDone: () => {
310
- this.submenu = null;
311
- this.reload(this.scope, this.cwd, this.ctx);
312
- this.invalidate();
313
- this.tui.requestRender();
314
- },
315
- };
316
- } else if (row.field.field.kind === "modelPicker") {
317
- this.submenu = {
318
- component: createModelPickerSubmenu(
319
- cleanValue,
320
- (v) => {
321
- this.submenu = null;
322
- if (v !== undefined) this.dispatchAction(row.flatId, { kind: "set", value: v });
323
- this.invalidate();
324
- this.tui.requestRender();
325
- },
326
- this.ctx,
327
- row.field.field,
328
- ),
329
- onDone: () => {
330
- this.submenu = null;
331
- this.invalidate();
332
- this.tui.requestRender();
333
- },
334
- };
335
- } else {
336
- const label =
337
- row.field.field.kind === "stringList"
338
- ? "Enter values (comma-separated):"
339
- : `Enter ${row.field.field.label.toLowerCase()}:`;
340
- this.submenu = {
341
- component: createInputSubmenu(cleanValue, label, (v) => {
342
- this.submenu = null;
343
- if (v !== undefined) this.dispatchAction(row.flatId, { kind: "set", value: v });
344
- this.invalidate();
345
- this.tui.requestRender();
346
- }),
347
- onDone: () => {
348
- this.submenu = null;
349
- this.invalidate();
350
- this.tui.requestRender();
351
- },
352
- };
353
- }
354
- this.invalidate();
355
- this.tui.requestRender();
356
- }
357
-
358
- private dispatchAction(flatId: string, action: SettingsFieldAction): void {
359
- const dotIndex = flatId.indexOf(".");
360
- if (dotIndex === -1) return;
361
- const sectionId = flatId.slice(0, dotIndex);
362
- const fieldKey = flatId.slice(dotIndex + 1);
363
- const section = this.sections.find((s) => s.id === sectionId);
364
- if (!section) return;
365
- try {
366
- section.handleAction(this.scope, this.cwd, fieldKey, action, this.ctx);
367
- } catch (err) {
368
- this.onError?.(err instanceof Error ? err.message : String(err));
369
- }
370
- this.reload(this.scope, this.cwd, this.ctx);
371
- this.tui.requestRender();
372
- }
373
- }