Commit eb03bdc
fix: scout stale-state overwrite + correct micro model ID
- Scout was loading state at start, then calling addWorkItem (which saves
atomically), then overwriting with stale state at end — wiping the queue.
Fixed: reload fresh state before final save to preserve work items.
- Changed micro tier from gemini-2.5-flash-lite-preview (invalid) to
gemini-2.5-flash-lite (correct OpenRouter model ID).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0da6699 commit eb03bdc
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments