Skip to content

Commit 1b438e1

Browse files
committed
docs: add changelog for v0.6.0
1 parent 8232723 commit 1b438e1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)