Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 May 03:16
· 26 commits to main since this release

Changelog

  • 1bd2b09 Add AWS Bedrock provider with SigV4 signing
  • 806e3dc Add Anthropic streaming provider
  • 6842469 Add Azure OpenAI provider
  • 3e7f6fa Add CI workflow and README
  • eab5327 Add Google Gemini streaming provider
  • b3d610d Add OpenAI streaming provider with TTFT measurement
  • e77d128 Add TUI screenshot, blog post, and benchmark plots
  • 6d3d65f Add YAML config loader with env var expansion
  • 921af73 Add demo GIF to README
  • b3b5dc7 Add demo recording infrastructure with mock server
  • f0b0848 Add dynamic downsampling and --load flag to TUI dashboard
  • 34eddad Add goreleaser config and release workflow
  • b1f5ce6 Add hero thumbnail to README
  • f9b26bc Add integration tests with mock servers for all 5 providers
  • ff01050 Add live terminal dashboard for watch command
  • e835a86 Add probe and watch commands
  • 0d0621e Add probe engine with concurrent execution and threshold checks
  • c8fcb69 Add provider interface and SSE stream parser
  • b05c35a Add table and JSON output formatters
  • bdf690b Cache-bust thumbnail URL
  • 2cc80e1 Clean up README: single hero thumbnail at top
  • e26ff51 Fix Anthropic and Bedrock mocks to match real API event sequences
  • 492224b Fix SSE parser to handle \r\n line endings
  • 5be49be Improve TUI chart readability
  • 37d4c40 Initial commit
  • 76c8830 Pin Go 1.23 and x/sync v0.14.0 for wider compatibility
  • 40402f7 Remove duplicate TUI screenshot
  • cd32ce2 Remove stats line from thumbnail
  • de737c5 Scaffold project with Go module and cobra CLI
  • 97720da Skip tok/s calculation when generation time is under 1ms
  • 38da7ac Transparent background thumbnail with blue border
  • 60dd47f Use cheaper defaults: "Hello" prompt, 20 max tokens
  • c40df74 Wire Azure and Bedrock into config and engine, update docs