1
0 Comments

Github Issue to PR, automated coding!

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

In case if you missed my previous update, I have built an AI Developer which is a chat assistant in your terminal and does the coding coding for you by going through your source code.

πŸ”— 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. 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

on July 21, 2024