Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seiggy/package-update-skill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: seiggy/package-update-skill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 13, 2026

  1. feat: v0.2.0 — Spectre.Console TUI, architecture refactor, real token…

    … tracking
    
    - Split 667-line Program.cs into 10 focused classes (PipelineRunner, PhaseRunner, TokenTracker, 5 Phase classes, SecurityReportWriter, PipelineOptions)
    - Live dashboard with AnsiConsole.Live() — in-place updates, progress bars, colorized token metrics
    - Fixed emoji rendering on Windows Terminal (UTF-8 encoding + Spectre shortcodes)
    - Real token tracking via AssistantUsageEvent (input/output/cached tokens, duration, call count)
    - Rich tool call display with human-readable names and argument details
    - Icon semantics: robot for AI ops, gear for tool calls
    - Added .github/copilot-instructions.md
    - 118 unit tests passing, 0 warnings
    seiggy committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    42758ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from seiggy/release/v0.2.0

    feat: v0.2.0 — Spectre.Console TUI, architecture refactor, real token…
    seiggy authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    0096fe9 View commit details
    Browse the repository at this point in the history
Loading