Dane Schneider
Dane Schneider
Really like this idea so decided to add support for templates of my favorite framework web2py. Sorry for the sloppy commits and lack of author. New to git and github....
As described in this comment: https://news.ycombinator.com/item?id=30858713 envkey-source needs to properly handle `SIGCHLD` signals on unix to avoid potential zombie processes.
Currently if a file is in context, then is later deleted, it causes an error on subsequent context updates.
This will involve making one additional model call passing the list of pending changes to the commit message model in `ApplyPlanHandler` on the server when `plandex apply` is run, and...
`plandex set-model` with no arguments is working correctly and prompts the user to update model settings or select a role to a set a new model for, but when passing...
[Plandex](https://github.com/plandex-ai/plandex) is an open source, terminal-based AI programming engine for complex tasks.
I've had reports of it failing on WSL and Pop!_OS. If anyone else has this issue, you can work around it in the meantime by re-installing the same way you...
If the model fails to generate valid JSON for the `describePlan` function call, a few retries should be attempted, and if all those fail the user should be given a...