Arsham Shirvani

Results 64 comments of Arsham Shirvani

A double escape would be much safer to cancel any operations. I've hit the escape multiple times by accident since I have mapped the caps lock to escape and control...

Very unrelated to this (I apologise for this!), but I think it would be beneficial to discuss it. I too have created a `multiedit` tool and it works ok so...

Two things I've noticed: - If you switch to the subagent while it is still working, when you are back the screen is blank. However if you wait long enough,...

What I've noticed that if you keep the conversation going for a bit, then you scroll up, sometimes you can see the messages correctly. The resize trick works after using...

That is correct. However I just discovered if you set this value in settings it doesn't work anymore: ```javascript "match_brackets_angle": true, ``` Also it makes sense, because that character is...

Related #4439 I suppose. The same agent loop refactor caused both issues.

I've used this patch to fix the issue locally: ```patch diff --git a/packages/opencode/src/session/index.ts b/packages/opencode/src/session/index.ts index b8b7af742..d7498098b 100644 --- a/packages/opencode/src/session/index.ts +++ b/packages/opencode/src/session/index.ts @@ -54,6 +54,8 @@ export namespace Session { })...

Just to report: I haven't had a single incident after this patch on top of #4622 PR.

Would https://distrobox.it/ help?