Commit 7ffed19
fix: restore Claude Code in provider picker, preserve turn error status, deduplicate summarizeToolOutput call
- Add Claude Code back to COMING_SOON_PROVIDER_OPTIONS so it renders
with a 'Coming soon' badge instead of vanishing from the picker
- Remove redundant session status/activeTurnId/updatedAt overwrite in
sendTurn that was masking the error status set by completeTurn
- Cache summarizeToolOutput result in a local variable to avoid calling
the function twice on the same input
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>1 parent 05f4cb2 commit 7ffed19
File tree
2 files changed
+3
-6
lines changed- apps
- server/src/provider/Layers
- web/src/components
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
752 | 752 | | |
753 | 753 | | |
754 | 754 | | |
| 755 | + | |
755 | 756 | | |
756 | 757 | | |
757 | 758 | | |
| |||
763 | 764 | | |
764 | 765 | | |
765 | 766 | | |
766 | | - | |
767 | | - | |
768 | | - | |
| 767 | + | |
769 | 768 | | |
770 | 769 | | |
771 | 770 | | |
| |||
1351 | 1350 | | |
1352 | 1351 | | |
1353 | 1352 | | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | 1353 | | |
1358 | 1354 | | |
1359 | 1355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5280 | 5280 | | |
5281 | 5281 | | |
5282 | 5282 | | |
| 5283 | + | |
5283 | 5284 | | |
5284 | 5285 | | |
5285 | 5286 | | |
| |||
0 commit comments