Releases: Arithmomaniac/copilot-session-tools
Releases · Arithmomaniac/copilot-session-tools
v0.4.1
What's Changed
- feat: version-aware enrichment tracking, upgrade notifications, and branding update by @Arithmomaniac in #62
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: render sub-agent content as collapsible blocks by @Arithmomaniac in #61
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Unify CLI and web refresh into shared
run_refresh()implementation by @Copilot in #51
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Part B: Session store integration with two-tier rendering by @Arithmomaniac in #50
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Part A: Scanner refresh — new CLI event handlers + snapshot tests by @Arithmomaniac in #49
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Fix auto-tag release trigger + default DB path by @Arithmomaniac in #46
Full Changelog: v0.1.2...v0.1.3
v0.1.1
What's Changed
- Add Copilot Chat Archive tool with SQLite storage and web viewer by @Copilot in #2
- Replace static HTML archive with Flask webapp by @Copilot in #3
- Add incremental database refresh with file mtime/size tracking by @Copilot in #5
- Add database refresh/rebuild functionality from Flask web interface by @Copilot in #6
- Add markdown export command and fix newline breaks in content block merging by @Copilot in #9
- Enhance session.html with terminal command display, collapsible code blocks, and file change statistics by @Copilot in #11
- Add markdown export with CLI flags, database caching, and Copy Markdown button by @Copilot in #10
- Restructure as uv workspace with Typer CLI by @Copilot in #12
- Add GitHub Copilot CLI chat history support by @Copilot in #18
- Add raw JSON storage with compressed format and rebuild-from-source capability by @Copilot in #19
- Extend search with multi-word AND matching, field filters, and sort options by @Copilot in #20
- Add CI enforcement and Copilot instructions for linting/type checking by @Copilot in #21
- UI improvements: sticky header, multi-select filters, edition filtering, first prompt display by @Copilot in #22
- Add repository URL tracking to chat sessions with web UI filter by @Copilot in #28
- Add pagination, date filtering, query optimization indexes, and FTS optimize command by @Copilot in #29
- perf: Scan command optimization (7.7x faster) by @Arithmomaniac in #32
- Extract non-memory improvements from PR #27 by @Copilot in #33
- Add FTS5 query escaping and recency-weighted relevance by @Copilot in #35
- Restructure extras: base library requires only orjson, [cli] and [web] are optional by @Copilot in #34
- feat: add export-html CLI command for self-contained static HTML export by @Arithmomaniac in #36
- Fix ask_user picker answers not displayed in session viewer by @Copilot in #42
- Support VS Code JSONL append-log chat session format by @Copilot in #40
- Read CLI session titles from workspace.yaml summary with report_intent fallback by @Copilot in #39
- Add PyPI publishing infrastructure by @Arithmomaniac in #44
New Contributors
- @Copilot made their first contribution in #2
- @Arithmomaniac made their first contribution in #32
Full Changelog: https://github.com/Arithmomaniac/copilot-session-tools/commits/v0.1.1