Replies: 3 comments
-
Thanks for trying it and the feedback @cranyy. I moved this over to a discussion since it's more general feedback than a specific issue. One suggestion is not to try to use It also doesn't yet have a concept of renaming a file, so it makes sense that it could have difficulty on changing a file extension as you describe. Screwing up windows paths sounds like something that could potentially be fixed with some prompting and examples. I'll investigate that. Did you do this testing on cloud or self-hosted? If cloud, I'll look for your plans to use as test cases--feel free to send me an email [email protected] and let me know what email you signed up with if you created an account with your email. Testing its own shit as you put it is definitely on the roadmap. |
Beta Was this translation helpful? Give feedback.
-
@danenania have you considered benchmarking Plandex with SWE-bench or similar, to get a sense of Plandex's capability against other similar tooling? |
Beta Was this translation helpful? Give feedback.
-
@cranyy I'd love hear if 0.9.0 (https://github.com/plandex-ai/plandex/releases/tag/cli%2Fv0.9.0) has resolved any of these issues for you. It includes some major improvements to reliability. |
Beta Was this translation helpful? Give feedback.
-
Its incredibly ineffective at actually creating proper large projects. It fills tens of files with broken stuff or indent errors, and then you have to painstakingly write "plandex tell" for each stupid error again and again. Why doesnt it test its own shit at any point?
It creates basically files for every single function, which makes it supremely hard and annoying to manually fix the errors, and it always, always fails at setting up paths correctly for Windows it often writes them like this "EProjectTestplan"
I got this error that proved impossible for it to fix after 5 tries now - ValueError: The filepath provided must end in
.keras
(Keras model format). Received: filepath=E:\Project\testplan\model_weights.h5" literally the only thing it had to do was change .h5 to .keras to fix it and it couldnt figure that out 5 times in a row with clear explanations on my end.Not a bad beta, but definitely very far away from a self-sustained service.
Beta Was this translation helpful? Give feedback.
All reactions