Commit 9cbfde9
feat: add agentic presets and preset-level reset (Phase 3)
Adds three new presets demonstrating the LLM Runtime Modifier:
- Support Chatbot / Chatbot → L2 (generative output)
- RAG Knowledge Assistant / RAG-Wissensassistent → L3 (tool use)
- Coding Agent / Coding-Agent → L4 (agentic)
Clicking any preset now sets llmRuntimeLevel explicitly (defaulting
to 0 for legacy presets via `?? 0`), so switching between classical
and LLM-integrated presets resets the modifier correctly. The active
state also compares levels to prevent false-positive highlights.
Refs #20
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e33ab30 commit 9cbfde9
2 files changed
Lines changed: 36 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
124 | 139 | | |
125 | 140 | | |
126 | 141 | | |
| |||
507 | 522 | | |
508 | 523 | | |
509 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
510 | 540 | | |
511 | 541 | | |
512 | 542 | | |
| |||
0 commit comments