Releases: GodrezJr2/Agent-to-Agent
Releases · GodrezJr2/Agent-to-Agent
v0.4.41
Features
- Add DeepSeek Web provider with browser-token authentication, PoW support, and model variants for Instant/Expert, Search, and DeepThink modes.
- Add
claude-dswworkflow support for running Claude Code through DeepSeek Web via 9router. - Show DeepSeek Web in the Providers dashboard as an API-key style provider.
Improvements
- Reuse DeepSeek Web chat sessions while conversation history grows, and start a new session when history resets.
- Harden DeepSeek Web tool output parsing for JSON, fenced JSON, Claude-style XML tool calls, parameter-style arguments, clipped JSON, prose-wrapped calls, and multiple tool calls.
- Retry once with a repair prompt when DeepSeek Web returns malformed tool intent.
Fixes
- Fix DeepSeek Web standalone WASM path resolution in bundled Docker builds.
- Fix Claude
/v1/messagesnon-streaming responses from OpenAI-format providers so tool calls translate back to Claudetool_useblocks. - Fix DeepSeek Web SSE parsing for indexed fragment content paths so leading chunks are not dropped.