Zach Birenbaum
Zach Birenbaum
This is because it fundamentally is not how windows function. Buffers are not windows. I know how to implement this, but both can't until next week, and am not sure...
> C-z exits nvim > > > >  > > This is not true. C-z suspends a program to the background. Run 'fg' (foreground) and it will come back...
> > Is this issue related to functionality where `toggle` opens a new terminal if not already open? > > no, this is for toggling new terminal window ( listed...
I'll think about making this an official feature where users provide a pattern to be matched, but I think that may be overkill for something that can be done in...
This likely won't be possible, at least not for a long time. I've looked into it before, and did again just now to confirm nothing has changed (it hasn't) and...
> Copilot Lab has a separate agent.js (just like copilot/dist/agent.js). If somebody can figure out the the endpoints from that, it would be fairly easy to do the rest. >...
> btw, it's not really `agent.js`. But it has a `extension.js` file. Guessing all the magic happens there. > > > > Ahh yeah, I looked through the worker.js and...
@MunifTanjim I thought about this a bit more and one idea would be to try using the same endpoint that the Codex model uses for the copilot api. The only...
If anyone coming across this would like to see such features ever implemented, please upvote this discussion post so Microsoft/Github won't just ignore it like they did for every past...
> > I don't have a ton of experience with OAuth stuff, since you wrote the authentication code here I was wondering if you knew how hard it might be...