v0.5.0
SagerNet/sing-boxv0.5.0Jan 6, 2025by danielcampagnolitg
AI Summary
This update focuses on expanding AI model support with advanced reasoning capabilities and improving the SWE agent workflow. It includes updates to various AI SDKs and introduces new utility functions.
Key Highlights
- Addition of gemini-2.0-flash-thinking support
- Addition of Firework DeepSeek v3 support
- Update to Cerebras using Llama 3.3 70b
- SWE agent can now optionally take project path
New Features
- Gemini 2.0 Flash Thinking support
- Chat attachment support
- Firework DeepSeek v3 support
- Input/output token saving in AiLLM
- SWE agent project path option
- PublicWeb.takeScreenshotAndLogs function
Full Release Notes
* Update ai sdk * Add gemini-2.0-flash-thinking support * Add initial chat attachment support * Update Groq, Together and Vertex to extend AiLLM * Update anthropic sdk versions. Add pdf support for anthropic vertex * Update Cerebras to Llama 3.3 70b * Save input/output tokens in AiLLM * Add PublicWeb.takeScreenshotAndLogs function and tidy up web.ts * Add Firework DeepSeek v3 support * Update SWE agent to optionally take the path to the project, and switch to projectInfo.dev branch if available * Add initial incudeAlternativeAiToolFiles.ts which add to a file set the .cursorrules and CONVENTIONS.md files in the folders and parents folders of files.