1 comment

[ 2.4 ms ] story [ 10.3 ms ] thread
Exciting News! True AI Agent Developer is here!

I am thrilled to announce the release of Dexor 1.1! This update brings powerful new features and improvements:

*Support for Claude APIs*

- We’ve added the models: 'claude-3-5-sonnet-20240620', 'claude-3-opus-20240229', and 'claude-3-sonnet-20240229'. Personally, I prefer Claude-3.5 for efficiency and handling complex PRs.

*Support for Ollama APIs*

- Now you can use offline models like Llama 3 or Deep Seek Coder. They might not be as effective as Claude or OpenAI but are cost-efficient.

*GPT-4o-mini*

- Speaking of cost savings, GPT-4o-mini is 33 times cheaper than GPT-4o and 20 times cheaper than Claude, making it my go-to model since its release.

*New Slash Commands*

- Execute commands like `/git status` directly within chat mode without opening a new window.

*Local Chat Storage*

- Previously, Dexor used the chat assistants' API, which was expensive. Now, it uses chat completions stored locally in SQLite DB. (UI for browsing and exporting chats to train models in JSONL format is coming soon.)

*Execute Command Tool*

- My favorite feature! It can execute commands, run npm commands, read GitHub issues, and even submit PRs automatically. Check out this magic: [PR example](https://github.com/bootstrapguru/dexor/pull/28). With minimal instructions, it got it right in just two tries.

Renamed to Dexor

Check out the full release notes and join us in exploring Dexor's new capabilities!

[Read more](https://github.com/bootstrapguru/dexor/releases)

#Dexor #AI #TechUpdate #NewRelease #Innovation #AIAgent #AIDeveloper