Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

- Fix "LLM returned invalid JSON after 3 attempts" on all AI features (#91):
model selection now prefers Copilot's built-in "Auto" router so requests are
routed to a model actually enabled for the user's plan/org, instead of a
hardcoded model family that can be selectable yet silently return empty
responses. Empty responses are now detected and reported with an actionable
message instead of being misreported as an "invalid JSON" parse failure
- Fix parse-worker out-of-memory on large log sets (#106): parsing now runs in a
forked child process with a capped heap and streams results back in per-session
chunks using ack-window backpressure to avoid native IPC buffer growth
Expand Down
Loading
Loading