Releases: OpenAgentPlatform/Dive
Releases · OpenAgentPlatform/Dive
v0.12.5
v0.12.4
v0.12.3
What's Changed
- chore: replacement PopupElicitationRequest from PopupElicitationList by @ckaznable in #313
- fix elicitation issue
- fix mcp oauth status
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- fix application crashed when abort the chat
- support multiple elicitation requests in ui
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- update system prompt and installer agent prompt
- fix: can't call tools after abort last tools call
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- fix: model select can't select the model with openai by @ckaznable in #308
- feat: add default tools and mcp installer agent
- improve ui/ux
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- fix: change the mermaid securityLevel to strict by @ckaznable in #304
- fix: file download in tauri by @ckaznable in #305
- feat: Automatically append file extension to downloaded files by @ckaznable in #306
- feat: check the stdio mcp servers command exists
- feat: add more hotkey
- refactor: improve token usage infomation in chat
- improve ui/ux
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- fix mcp icon in oap search issue
- change the oauth redirect callback from dive deeplink to mcp host endpoint
- support oauth for mcp tansport via sse
- show the token usage info in chat
- more ui/ux improve
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- chore(deps-dev): bump @codemirror/lang-json from 6.0.1 to 6.0.2 by @dependabot[bot] in #291
- chore(deps-dev): bump @types/unzipper from 0.10.10 to 0.10.11 by @dependabot[bot] in #292
- fix: mcp host import deps error for windows with electron by @ckaznable in #298
- feat: implement tool mention menu in ChatInput component by @ckaznable in #297
- feat: llm response seperately
- fix: UI of video in chat message
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- feat: fix html preview in iframe for tauri for windows by @ckaznable in #295
- feat: change token string from url query string to request body by @ckaznable in #289
- chore: bump mcp host version by @ckaznable in #296
- feat: support mcp authorization
Known Issues
The MCP authorization may require frequent re-authorization. This is because the upstream implementation does not use refresh tokens for updates. The frequency of these re-authorizations depends on the respective expiration times of each MCP's token.
Full Changelog: v0.9.11...v0.10.0