Changelog
Features
- 0ce577a feat(admin): show last-used activity for managed auth keys (#1020)
- 1e22b92 feat(minimax): support character-reference image edits (#1004)
Bug Fixes
- 29c1290 fix(dashboard): poll MCP servers until the first dial settles (#1024)
- 575e0af fix(dashboard): scroll wide tables sideways at any width (#1047)
- 844cb02 fix(minimax): map native image-edit errors and reject live dimensions (#1046)
- 60b1ed9 fix(passthrough): classify endpoints with a query string by path (#1038)
Performance
- 5785c88 perf(auditlog): insert provider attempts in one statement per chunk (#1036)
- 5ee0ef3 perf(core): marshal message content without copying every part (#1034)
- 6f76f6e perf(plugins): run a single-reader step without a goroutine (#1035)
- e5cfee3 perf(providers): scan unknown JSON fields once per container (#1033)
- 46ee4b6 perf(routing): evict from an expiry index instead of scanning (#1027)
Other Changes
- 7df5989 tests(e2e): fixed minor issues at tests
Full Changelog: v0.1.93...v0.1.94