File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.6.0 - 2026-03-12
4+
5+ ### Highlights
6+
7+ - Added a jump-to-thread prompt in the TUI so maintainers can move directly to a specific thread.
8+ - Moved TUI refresh work into background jobs so the interface stays responsive during updates.
9+ - Added a bundled release skill to make tag-driven GitHub releases easier to plan and publish. Thanks @huntharo (#12 )
10+
11+ ### Performance
12+
13+ - Reduced the amount of work needed to build exact cluster edges for larger datasets.
14+ - Parallelized exact cluster edge building so local analysis finishes faster.
15+
16+ ### Fixes
17+
18+ - Fixed the PR comment workflow permissions so automated PR comments can post reliably. Thanks @huntharo (#9 )
19+
20+ ### Docs
21+
22+ - Linked the docs directly to embeddings pricing details for quicker operator lookup.
23+ - Documented how to trace a thread back to its cluster JSON output.
24+ - Clarified the ghcrawl skill CLI guidance for local workflows. Thanks @huntharo (#6 )
25+
26+ ### Internal
27+
28+ - Added a benchmark for cluster performance coverage. Thanks @huntharo (#8 )
29+ - Refreshed environment-related repository setup.
You can’t perform that action at this time.
0 commit comments