Releases: devforth/adminforth-completion-adapter-openai-responses
Releases · devforth/adminforth-completion-adapter-openai-responses
v1.0.0
1.0.0 (2026-06-02)
Bug Fixes
- Add author information to package.json (a46cee8)
- rebuild (1be17d9)
- Refactor CompletionAdapter to support structured request input and improve reasoning effort handling (a9d4f87)
- update pnpm-lock (b87d16b)
- Update reasoning configuration summary to use 'auto' instead of 'detailed' (72faa9e)
Features
- Add abort signal handling to CompletionRequestInput and implement abort functionality in CompletionAdapterOpenAIResponses (f164223)
- Add build and Slack notification scripts, and configure release process in YAML and package.json (48de682)
- Add shouldUseComplitionApi method and update AdapterOptions for Chat Completions API (8e44ea7)
- Adjust useResponsesApi logic based on configuredBaseUrl and update strict parameter for tool calls (07ee15f)
- Enhance CompletionAdapter with configurable base URL and raw request logging (4dfa6ae)
- Enhance CompletionResult to include used_tokens and implement extractUsedTokens function (f8c63af)
- Integrate LangChain for enhanced OpenAI response handling and add new middleware (9e42bcf)
- Refactor reasoning configuration to use buildReasoningConfig function and update reasoning handling in request body (6101249)
- Update reasoning summary from "auto" to "detailed" in CompletionAdapter (8221c95)