COMMITS
September 6, 2026
S
feat(music): add music.Provider domain, minimax provider, and runtime wiring
Sam Catlow committed
S
feat(minimax): extend reference provider to chat, speech, and image
Sam Catlow committed
S
feat(minimax): add reference video provider wired through the runtime
Sam Catlow committed
S
docs: fix AGENTS provider table Groq row
Sam Catlow committed
S
feat(core): add Rerank facade for symmetry
Sam Catlow committed
S
refactor(transcribe): extract shared Whisper helper to dedup openai/groq
Sam Catlow committed
S
test(provider): add live-gated smoke tests for speech and transcription
Sam Catlow committed
S
docs: align README provider/capability table with implemented capabilities
Sam Catlow committed
S
chore(runtime): align model catalog references with current models.dev
Sam Catlow committed
September 2, 2026
S
chore: adopt gofumpt canonical formatting
Sam Catlow committed
S
chore: bump go directive to 1.27.0 and refresh dependencies
Sam Catlow committed
S
fix(openaiobject): classify http errors with a tagged switch on status code
Sam Catlow committed
S
docs: remove adversarial-review gate from AGENTS.md
Sam Catlow committed
S
S
feat(object): add openai object-generation backend (openaiobject)
Sam Catlow committed
S
feat(video): first-class edit/extend/reference-to-video types
Sam Catlow committed
S
S
feat(runtime): expose image/video/object/rerank generation capabilities
Sam Catlow committed
August 28, 2026
S
feat(providers): migrate remaining 10 providers to typed errx.ProviderError
Sam Catlow committed
S
feat(core,object,util): typed structured output with progressive decoding
Sam Catlow committed
S
feat(core,schema): typed tool constructors via generics
Sam Catlow committed
S
feat(middleware): typed provider errors and Retry-After-aware retry
Sam Catlow committed
S
chore: update .gitignore
Sam Catlow committed
August 27, 2026
S
fix(core): lifecycle hook balancing, force-finish path protection, and CI updates
Sam Catlow committed
S
feat(core): tool execution lifecycle hooks + panic containment
Sam Catlow committed
S
feat(runtime): wire speech/transcribe into provider resolution
Sam Catlow committed
S
fix(middleware): remove off-by-one tail call in retry streaming paths
Sam Catlow committed
S
fix: make execution deadlines caller-controlled
Sam Catlow committed
S
fix(runtime): remove implicit provider timeout
Sam Catlow committed
August 24, 2026
S
fix(agentloop): preserve work across provider failures
Sam Catlow committed