What's Changed
- fix: use absolute import in Tauri entry point by @rayrayraykk in #6234
- chore: bump version to 2.0.1b1 by @rayrayraykk in #6266
- fix(memoryspace): catch OSError in
_saved_tool_refsis_file() check by @zealonexp in #6247 - fix: register background chats and remove legacy runner by @rayrayraykk in #6272
- refactor: make the default loop an agent mode by @rayrayraykk in #6210
- feat(observability): track user/session/version on langfuse traces by @alvinlee518 in #5922
- feat(memory): enhance ReMe Light index maintenance stability and chunking by @jinliyl in #6235
- feat(pawapp): add pawapp sdk and kanban app by @zhijianma in #6150
- fix(local_models): adapt GGUF check to ModelScope SDK key change from "Name" to "Path" by @lalaliat in #6290
- fix(agents): align reasoning with tool segments by @wananing in #6280
- fix(console): load Monaco from local bundle for offline coding preview by @zhaozhuang521 in #6291
- feat(runtime): preserve event metadata in realtime envelopes by @EliasMei in #6224
- fix(agents): reduce reasoning alignment log spam by @wananing in #5908
- refactor(pluginMarket): change is_featured type from number to boolea… by @zhijianma in #6303
- fix(desktop): open markdown links externally instead of navigating We… by @zhaozhuang521 in #6300
- fix(model): pass model_slot_override through console channel to model factory by @cuiyuebing in #6304
- fix(subagent): route and resolve approvals from the root session by @hongxicheng in #6295
- refactor(channels): add separate tool call and result display controls by @hongxicheng in #6233
- fix(channels): bound SIP, Matrix, and Slack channel state by @hongxicheng in #6207
- Refactor the ring from the end of each chat to the chat console by @yuanxs21 in #6195
- refactor(acp): decouple slash commands, extract safety checks, unify bootstrap by @XiuShenAl in #5796
- feat: support user editable agent mode by @rayrayraykk in #6270
- feat(logging): make rotation limits configurable by @AaronZ345 in #6183
- fix(governance): auto-register tools via @tool_descriptor and PluginApi (#6114) by @XiuShenAl in #6190
- feat(agents): add one-click copy of agent configuration by @yuanxs21 in #6262
- feat(omp): integrate OMP workflow modes and extend spawn_subagent by @XiuShenAl in #5882
- fix(governance): refresh plugin tool defaults, validate tool_type, warm caches off-loop by @XiuShenAl in #6313
New Contributors
- @alvinlee518 made their first contribution in #5922
Full Changelog: v2.0.0.post3...v2.0.1-beta.1