Skip to content

Releases: mrwogu/factory-droid-openai

Release list

v1.1.0

Choose a tag to compare

@mrwogu mrwogu released this 27 Jul 09:49
1dd992d

1.1.0 (2026-07-27)

Features

  • add container image, VS Code BYOK docs, and cross-platform CI (#11) (508cb15)
  • add guarded Droid RPC integration (#9) (92ec6c3)

v1.0.0

Choose a tag to compare

@mrwogu mrwogu released this 26 Jul 22:12
5634971

1.0.0 (2026-07-26)

Features

  • add multimodal attachments and multiple tool calls (6eedf55)
  • add OpenAI-compatible chat completions bridge (c5aa704)
  • add payload limits, admission control and metrics (7543da1)
  • add stop sequences, multiple choices and session continuity (8fb67ad)
  • add versioned OpenAPI contract and client compatibility (1db001a)
  • emit OpenAI-compatible streaming usage chunks (dc977f0)

Performance Improvements

  • scan only structural bytes for the JSON depth guard (cb53a8f)