What's Changed
- fix(gemini): fix gemini schema containing null by @qbc2016 in #2020
- feat(workspace): add K8sWorkspace with Pod/PVC lifecycle, tar-stream backend and MCP gateway support by @XiuShenAl in #1933
- feat(rag): add MongoDB vector store backend Closes by @xu-suping in #2008
- fix(formatter): include tool_name in ollama tool result messages by @nolanchic in #2006
- feat(workspace): add OpenSandbox backend by @lumman0 in #1953
- fix(formatter): drop empty text blocks for anthropic by @nolanchic in #2007
- feat(rag): add excel parser by @qbc2016 in #2026
- feat(rag): add word parser by @qbc2016 in #2025
- feat(service): support to share resource (credential, agent, knowledge bases) across different users as a group or org by @DavdGao in #1998
- feat(workspace): add daytona workspace backend by @BreezyB1n in #1943
- fix(workspace): restore default glob helper path by @dailingtao in #2056
- fix: change max_tokens to max_completion_tokens in openai chat model by @qbc2016 in #2065
- fix(workspace): fix OpenSandbox bootstrap and state filtering by @jwx0925 in #2046
- refactor(webui): update tools rendering in the web ui by @DavdGao in #2072
- feat(dashscope): add new models for dashscope by @qbc2016 in #2073
- fix(webui): fix rendering errors in Read/Write/Edit tools caused by incomplete JSON during tool call streaming or interruption by @DavdGao in #2075
- fix(rag): adapt MilvusLiteStore to milvus-lite 3.1.0 COSINE distance semantics by @qbc2016 in #2089
- chore(deps): restrict MCP dependency version to below 2.0.0 by @qbc2016 in #2091
- fix(model): preserve OpenAI Responses reasoning history replay by @qbc2016 in #2071
- fix(app): use cursor-based pagination for list_messages by @DavdGao in #2081
- fix(webui): scroll newly loaded sessions to bottom by @JanCong in #2100
- fix(mem0): use separate LLM instances in OSS example by @Osier-Yi in #2078
- chore(version): bumping version to 2.0.4.post1 by @qbc2016 in #2104
- fix(agent): preserve multi-tool pairs during context compression by @qiuC123 in #2093
New Contributors
- @XiuShenAl made their first contribution in #1933
- @xu-suping made their first contribution in #2008
- @lumman0 made their first contribution in #1953
- @BreezyB1n made their first contribution in #1943
- @dailingtao made their first contribution in #2056
- @jwx0925 made their first contribution in #2046
- @JanCong made their first contribution in #2100
- @qiuC123 made their first contribution in #2093
Full Changelog: v2.0.4...v2.0.4.post1