r1bilski
r1bilski
### Describe the bug Running `ytfzf` with no arguments will attempt to call `shift` with negative argument. According to Open Group Base Specifications on `shift`, the argument must be an...
### Problem If I press and j/k in quick succession, sometimes the j/k will not be registered, but will disappear from the status line as if the input was processed....
Resolves #12 This: - creates `gc` operator, allowing for the use of motions for commenting out lines. - removes `gc` VISUAL mode binding, since that's being handled by the operator
Sometimes, especially when the list of columns in the select is dynamically generated, it'd be more convenient to provide a column to split after, instead of column to split on.
### Description According to ACP spec: > The Agent MUST replay the entire conversation to the Client in the form of session/update notifications (like session/prompt). (see https://agentclientprotocol.com/protocol/session-setup#loading-a-session) Opencode does not...
### Description If you try to run the `/compact` command through ACP, it will fail: `{"code":-32603,"message":"Internal error","data":{}}` ### OpenCode version 1.0.138 ### Steps to reproduce 1. Set up an ACP...
### Description Here is an example tool call when using opencode acp (removed irrelevant fields): ```json [ { "update": { "kind": "execute", "rawInput": {}, "sessionUpdate": "tool_call", "status": "pending", "title": "bash",...