Qio

Results 9 issues of Qio

### Description When I use @ai-sdk/openai to access openai models which only support Response API(like gpt-5.1-codex), and I set the store to false & "include": ["reasoning.encrypted_content"], the second request fails...

bug

## Environment - Platform (select one): - [ ] Anthropic API - [x] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.102...

bug
api:bedrock
platform:linux
area:tui
autoclose

### Description when I use @ai-sdk/openai-compatible to create a provider, and ues the GPT 5.x model, the body of the request contains max_tokens, not max_completion_tokens, so the LLM returned an...

bug

Fixes Azure reasoning models (GPT-5, o1) by using `max_completion_tokens` instead of `max_tokens`.

Currently, the default max output token for opencode is 32,000, however, the latest models such as GPT, Gemini, and Claude now support max output tokens exceeding 64,000, so the current...

### Description Session titles update code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/prompt.ts#L1635 Message summary title code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/summary.ts#L84 body summary code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/summary.ts#L127 None of the above LLM requests have had their costs accounted for. Is this...

bug

### Description When I use opencode on NFS, bun install has hardlink/symlink-related filesystem compatibility issues, which causes some packages to fail to install correctly, resulting in opencode not functioning properly....

bug

### Description The change d71153eae6c3218e45c6a32ca7becd4b13ae9414 does not handle bun macros inlined at build time. I have push a PR https://github.com/anomalyco/opencode/pull/8828 please help to review, thank you. ### Plugins NA ###...

bug

Adds check for string type to handle Bun macros inlined at build time. ## Changes Modified the type check to include both function and string types: ```typescript // Before if...

needs:issue