Features
- OAuth 2.1 for MCP servers — full OAuth authentication support for MCP server connections
- Unix user management — add
unix_usernameandmust_change_passwordsupport - Gemini native permission modes — use native SDK permission modes and add gemini-3-flash model
- Executor settings —
settings.local.jsonsupport for Claude SDK - Chunk buffering — prevent small/out-of-order streaming chunks in executor
Fixes
- Fix file permissions for worktree collaboration
- Impersonate unix user for git operations
- Add missing
opendependency to bundled package - Include executor dependencies in bundled package
- Fix backfill migration numbering and timestamps
- Await all streaming callbacks to prevent out-of-order chunks
- Optimize RBAC filtering with SQL JOINs and eliminate all
anytypes - Handle circular references in Gemini tool responses
- Fix out-of-order streaming with auth cache and serialization
- Optimize Docker entrypoint permission fix for fast startup
- Resolve permission issues and startup hang by aligning container UID/GID
- Remove deprecated
opportunisticunix_user_mode - Sort boards alphabetically in Settings CRUD view
- Prevent stop signal from affecting subsequent tasks