Dane Schneider
Dane Schneider
As of 2.0.0, file edits/builds should be more reliable. There was also previously an issue with writing to markdown files that included triple backticks (```) that is now fixed, so...
Hi, thanks for the PR, but it seems like a duplicate of https://github.com/plandex-ai/plandex/pull/131?
Thanks for flagging this--I agree this should be smoothed out. The work around for now is to delete the `.plandex` (or `.plandex-dev`) directory.
@appreciated Yeah, I think you're right that it would be a better approach.
Thanks for reporting @viraptor. Aborting if the context isn't updated was done to avoid edge cases with files that could lead to tricky-to-resolve conflicts. The concern doesn't apply if only...
The prompt is now output even if there's an error or the user declines to continue.
Hi @sprappcom, it seems that `docker compose` is the recommended command now, while `docker-compose` is legacy. See: https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose
Thanks @yaroslavyaroslav, agreed! We have a `--plain/-p` flag for both `convo` and `summary` commands, so we should add one for `diff` as well. A top-level setting is also a good...
What provider are you using for deepseek coder? The `openai` provider is mainly intended to be used for the official OpenAI api, though you do have the `OPENAI_API_BASE` environment variable...
You can now use the openrouter provider to point at any model on openrouter, or the custom provider if you want to set a custom base url.