Commit 99c7e18
committed
feat(editor): integrate AI inline completions into main editor UI
Wire orphaned InlineCompletion component and InlineCompletionStatusIndicator
into the active application:
- Import and render <InlineCompletion> in CodeEditor.tsx alongside other
editor widgets (after LightBulbWidget)
- Add InlineCompletionStatusIndicator to EnhancedStatusBar right section
- Export InlineCompletion from components/editor/index.ts
- Export InlineCompletionStatusIndicator, InlineCompletionToolbar, and
InlineCompletionSettingsPanel from components/ai/index.ts
All existing tests pass (14/14 inline completion tests).
TypeScript typecheck and Vite build succeed with no errors.1 parent 5aab28e commit 99c7e18
File tree
4 files changed
+10
-0
lines changed- src/components
- ai
- cortex
- editor
4 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
832 | 833 | | |
833 | 834 | | |
834 | 835 | | |
| 836 | + | |
835 | 837 | | |
836 | 838 | | |
837 | 839 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
0 commit comments