-
Notifications
You must be signed in to change notification settings - Fork 0
Initial prototype #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Awesome. Here is a loom with some feedback: Some changes needed
|
|
https://www.loom.com/share/a19f38daa5bb47b7b559aeb969f2d090 Great great job. Almost there.
Otherwise I think we're close to releasing this! |
|
I've figured out that I had to toggle GitHub copilot chat to "ask" instead of "edit." Now @testdriverai appears there. |
|
I can not get the parser to work properly, but everything else does! https://www.loom.com/share/e5411a708fd840199ecb19d6f4fbedb9?sid=ed244b96-cb45-4c06-89ac-e998a74b3bac |
|
Not sure what's happening in that video, the chat does stream the response when i try it, the only issue i have like one in five times was the malformed codeblock (Not the same as the one from your video, the code block just ends then another empty is inserted after it) which i assumed came form the llm |
|
Here you can see that it does stream before pulling the latest changes, although the markdown block after the codeblock in the second prompt does output in one go for some reason, i'll have to investigate this further recording.mp4PS: For some reason the video shows up black in the browser, but downloading it will allow you to play it properly |
|
Here are the challenges that i found with the one instance thing: When it comes to an instance per chat
When it comes to a single instance for all chats (but this always applies anyway)
This is a bit challenging to do properly with the current structure of the CLI, i could hack around this technically by adding some flag that causes the |
|
@yassine-cc I think this change fixed the "single global instance" problem: One global instance is fine. so that should be resolved. I think the other parser problem may be caused by different return characters on mac/windows. Will look a little more into it today. |

No description provided.