LLM refinement is slow and blocking
Offen
bug
needs-triage
- Vorherrschende Sprache
- Python
- Sterne
- 1.2k
- Forks
- 131
- Ø Merge
- 1 T. 11 Std.
- Gemergte PRs (30 T.)
- 14
Beschreibung
### Description
LLM refinement currently:
* Displays a modal dialog blocking interaction
* Each step happens sequentially
* Each step feels pretty slow (using sonnet)
Ideally:
* Not block user interaction. Run in the background.
* Batch analyses -- minimize token consumption and startup costs
* Be faster
### Steps to reproduce the bug
_No response_
### Environment
691eb93eb2130641f0047bd5f1741fc86c971546
### Additional context
_No response_
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.