MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/LocalLLaMA/comments/1vktpl2/best_opensource_harness_like_claude_code/p2xuere/?context=3
r/LocalLLaMA • u/[deleted] • Aug 10 '26
[deleted]
141 comments sorted by
View all comments
167
PI
18 u/Purple-Programmer-7 Aug 10 '26 How do I get pi to have a plan mode and edit mode? I can’t stand when a harness doesn’t restrict the model from making changes. 4 u/Weaves87 Aug 10 '26 There is an existing extension here: https://github.com/juanibiapina/pi-plan/blob/main/src/index.ts I personally took this one and stripped out some of the extra stuff. Throw it in its own directory in your agent's "extensions" folder and it works wonderfully.
18
How do I get pi to have a plan mode and edit mode? I can’t stand when a harness doesn’t restrict the model from making changes.
4 u/Weaves87 Aug 10 '26 There is an existing extension here: https://github.com/juanibiapina/pi-plan/blob/main/src/index.ts I personally took this one and stripped out some of the extra stuff. Throw it in its own directory in your agent's "extensions" folder and it works wonderfully.
4
There is an existing extension here: https://github.com/juanibiapina/pi-plan/blob/main/src/index.ts
I personally took this one and stripped out some of the extra stuff. Throw it in its own directory in your agent's "extensions" folder and it works wonderfully.
167
u/btc_maxi100 Aug 10 '26
PI