Skip to content

Releases: Arithmomaniac/copilot-session-tools

v0.4.1

28 Feb 19:09
518f9f8

Choose a tag to compare

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

27 Feb 11:16
78f444f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

25 Feb 11:03
17da145

Choose a tag to compare

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

24 Feb 19:24
1e08a0f

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Feb 07:35
e0d3ffe

Choose a tag to compare

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

14 Feb 18:24
32c92d4

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.1

13 Feb 13:59
7cc0fbc

Choose a tag to compare

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