Suyog Sonwalkar
Suyog Sonwalkar
I don't think that any hooks were implemented with async functions in mind (this library is pretty old / existed before node 8.x, so the await keyword wasn't even supported...
Sorry, I've been traveling quite a bit for work - will get to these pull requests sometime this week. Wanted to ask a bit around adding these tests & bug...
@yguezsealsec - Run Claude code one time w/ --dangerously-skip-permissions via terminal and accept it there, that will be cached for future runs then. Alternatively you could try to remove that...
@yguezsealsec No don't know why it's timing out in python if you already accepted dangerous commands. I don't think that this will work in CI, you probably want to make...
@vishalsatam jsdelivr is compressing the file sent over the wire with gzip. What you're reading from the chrome network tab is the gzip'd file size, when chrome decompresses `editor.main.js`, it's...
@rekram1-node - Oh I didn't know about that bash command functionality - I think if that was supported in the agent markdown that would technically allow for any dynamic content...
@rekram1-node Put up a new PR that uses templating instead. Works using `bun dev` for me & seems cleaner since it's consistent with commands.
For reference, it looks like piping in already allows you to run the CLI non-interactively in #675 by @NTaylorMullen, not sure if this is documented yet: https://github.com/google-gemini/gemini-cli/blob/3aabb940f5b66aaed340d20bf4decfa6c40330cc/packages/cli/src/gemini.tsx#L184 ```shell ~/Projects/gemini-cli$ echo...