Releases: Jwrede/llmprobe
Releases · Jwrede/llmprobe
v1.4.0
v1.3.0
v1.2.0
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
- 7e6fe67 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
- 817fc0c Add prebuilt binary install option to README
- 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
- e150911 Enhance README with additional images
- 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
- f811047 add Dockerfile for MCP server
- 0bb8401 add MCP server for Claude Code and other MCP hosts
- 31ed390 add live benchmark section to README
- faca51d feat: add Claude Code skill and plugin manifest
- b7c8bbd feat: add Prometheus metrics exporter for watch mode
- 1e45040 feat: add baseline tracking and improved CI failure output
- 8dbdc7e feat: add report command for JSONL percentile summaries
- 82b2865 feat: centralize version, add MCP tests, extend probe_model
- 2037c2c fix: P0 correctness issues and README positioning
- 99fee7d fix: correct skill and plugin structure per Claude Code standards
- ed390e2 mcp: rename tools, add list_providers and get_config
v0.1.0
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