[Question] Harnesses for code review/tour features #658
codythatsme
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Yeah, definitely need to be able to support other harnesses. Um it just so happens that Claude and Codex both have very robust models around structured outputs. I found it somewhat lacking in the open source harnesses. Where you could give a single prompt instruction and have it act over multiple turns in the final turn required to produce the structured output |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Before raising PR's for something you might not want, I was wondering if there was any appetite for expanding the harnesses available for code review mode/code tour etc? Or any reason why only Codex and Claude are currently available here?
I would like to abstract out the "harness/provider" from the feature to make it a bit easier to extend other CLI's to tap into these features.
Beta Was this translation helpful? Give feedback.
All reactions