v0.5.0
Lightricks/LTX-Videov0.5.0Jan 6, 2025by danielcampagnolitg
AI Summary
An integration-heavy release that adds new AI models (Gemini 2.0 Flash Thinking, o1/o3-mini), expands platform compatibility (Anthropic PDF, Firework), and introduces early features for web interaction and project conventions.
Key Highlights
- Add gemini-2.0-flash-thinking support.
- Add OpenAI o1 and o3-mini.
- Add initial chat attachment support.
- Add Firework DeepSeek v3 support.
- Add PublicWeb.takeScreenshotAndLogs function.
New Features
- Gemini 2.0 Flash Thinking support
- Chat attachment support
- Extended AiLLM for Groq, Together and Vertex
- Anthropic SDK updates with PDF support
- Cerebras Llama 3.3 70b support
- Token statistics (input/output) saving
- SWE agent path switching
- Include alternative AI tool files (.cursorrules, CONVENTIONS.md)
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.