▲ | killerstorm 3 days ago | ||||||||||||||||
When I used `--pin` argument I got an error message along the lines of "not found in the table". I got it working by switching to oss model pack and specifying G2.5P on top. Also works with anthropic pack. But I'm quite disappointed with UX - there's a lot of configuration options but robustness is severely lacking. Oddly, in the default mode out of box it does not want to discuss the plan with me but just jumps to implementation. And when it's done writing code it aggressively wants me to decide whether to apply -- there's no option to discuss changes, rewind back to planning, etc. Just "APPLY OR REJECT!!!". Even Ctrl-C does not work! Not what I expected from software focused on planning... | |||||||||||||||||
▲ | danenania 3 days ago | parent [-] | ||||||||||||||||
Thanks, I appreciate the feedback. > Oddly, in the default mode out of box it does not want to discuss the plan with me but just jumps to implementation. It should be starting you out in "chat mode". Do you mean that you're prompted to begin implementation at the end of the chat response? You can just choose the 'no' option if that's the case and keep chatting. Once you're in 'tell mode', you can always switch back to chat mode with the '\chat' command if you don't want anything to be implemented. > And when it's done writing code it aggressively wants me to decide whether to apply -- there's no option to discuss changes, rewind back to planning, etc. Just "APPLY OR REJECT!!!". Even Ctrl-C does not work! Not what I expected from software focused on planning... This is just a menu to make the commands you're most likely to need after a set of changes is finished. If you press 'enter', you'll return back to the repl prompt where you can discuss the changes (switch back to chat mode with \chat if you only want to discuss, rather than iterate), or use commands (like \rewind) as needed. | |||||||||||||||||
|