Releases: TrafficGuard/typedai
v0.8.0
What's Changed
- Add Sonnet 3.7
- Add Perplexity Deep Research
- Thinking option to LLM.generateText
- Seperate out Agent feedback function
- Add SambaNova support
- Update DeepSeek R1 LLM implementation with fallback to various services
Full Changelog: v0.7.0...v0.8.0
v.0.7.0
-
UI tweaks
-
Update GitLab code reviewing
-
Fix aider path when working outside the repo
-
Create agent for merge request reviews
-
Update agent script to take available tools by a command line arg
-
Rename to TypedAI
-
Update Vertex, Perplexity and Deepseek LLMs
-
Fixes for GitLab and SWE agent
v0.6.0
What's Changed
-
Update cost calculations for cached input tokens
-
Add OpenAI o1 and o3-mini
-
Add DeepSeek R1 for multiple providers
-
Add CePO (Cerebras Planning and Optimization) multi-agent implementation of the LLM interface
-
Cache agents and chats in the UI
-
Add temperature, topK etc to chat UI
-
Add chat keyboard shortcuts
-
Update Perplexity LLM and tool to use the sonar models
-
Add LLM maxRetries opt
-
Update project detection to use the filesystem tree to handle larger projects
-
Update listing of files to account for .gitignore in parent directories
-
Add Multi-agent debate LLM implementation with reasoning models
-
Create fastLlama70b.ts LLM implementation
-
Update GitLab merge request review
-
Various other fixes/updates
New Contributors
- @shaneholloman made their first contribution in #45
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- 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.
v0.4.0
- UI and logging updates
- Add agent force stop route
- Add Groq Llama 3.3 70b
- Improve repo summary index generation
- Add Jira.createIssue
- Default the setTracer checkForcedStoppedFunc for tests
- Add Google Cloud security command center function
- Add Gemini Flash 2.0 support
- Donwload tiktokenizer model in prod Dockerfile
v0.3.0
- Add deepinfra support with QwQ-32B-Preview, Qwen2.5-Coder-32B-Instruct and Qwen2.5-72B-Instruct
- UI updates/fixes
v0.2.0
- Refactor to reduce coupling between modules.
- Add agent parent/child properties.
- Remove file based services
Initial release
The first 'official' release of the Sophia AI platform. What began as some experiments and learning earlier in the year in March, building functionality on top of Aider, has evolved to full-featured AI tooling. Like any new software its a little rough around some edges, but is also packing a lot of little features and refinements from using it to build itself, and to develop it for real work in a corporate environment.