plandex
plandex copied to clipboard
AI driven development in your terminal. Designed for large, real-world tasks.
**Description** - **Problem:** Currently, emails are sent from the SMTP_USER address, which is also used for authentication. This limits the ability to use email aliases. - **Solution:** Introduced a new...
Hey, I was trying this out and struck with this issue. ``` ! plandex-server The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific...
So happy to find this, I wrote and am using something similar, which I'll now ditch for this. I used an external command line tool (https://llm.datasette.io/) so I could use...
I get the following error. ```bash > go: plandex/term imports > github.com/plandex-ai/survey/v2: github.com/plandex-ai/survey/[email protected]: replacement directory ../../../survey does not exist ``` Package file ```nix { lib, fetchFromGitHub, buildGoModule }: buildGoModule {...
Fix #33 github.com/plandex-ai/survey/v2 v2.0.0-20231118010015-cee0f8b2c085 => github.com/plandex-ai/survey/v2 [version]-[datetime]-[commit_id] https://github.com/plandex-ai/survey/commit/cee0f8b2c0859e2ecfe368b1ca4cfb9e9a5d648e
``` $ plandex t --file promt/p1-golang.txt ✅ Context is up to date � Server error → Error getting plan, context, convo, or summaries ``` using alpine linux
i got the error ``` .... Next, "All tasks have been completed." ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 🏗 Built plan 📄 cmd/server/main.go ✅ | 📄 go.mod 7144 🪙 | 📄 internal/config/config.go ✅ | 📄...
tmux
When using it in tmux, plandex apply gives the following: ``` 🚨 Failed to get confirmation user input → Failed to get user input → Failed to open keyboard →...
In order to support Ollama, Claude, Azure OpenAI, Gemini, etc. (see [supported providers](https://github.com/BerriAI/litellm?tab=readme-ov-file#supported-providers-docs)) one could use [LiteLLM](litellm.ai), which it is very easy to use. Documentation: https://docs.litellm.ai/docs This will cover these...
Currently, the application is hardcoded to use the default OpenAI endpoint. This limits users to only using the official OpenAI models. To provide more flexibility and allow users to leverage...