Suyog Sonwalkar
Suyog Sonwalkar
This pull request adds a script in misc/package.json in order to generate docs into a misc/docs folder. Run the following to create a docs folder: ``` cd misc yarn yarn...
Hi, I found a number of issues with JSON.stringify having some unexpected behavior when trying to write to a file from a tool script for godot objects. * There are...
Hi, getting an error trying to use godot.lerp for Vector3 types (positions). ``` E 0:00:01.095 call_method: JavaScript Error at lerp (native) at _process (res://src/Camera.jsx:22) Call builtin function error lerp: Argument...
Hi, thanks for the great module getting JS support in Godot! I was wondering if you were looking at supporting Godot 4.0 in a separate branch. Godot 4.0 (currently pre-alpha...
Add mcp-chat as utility Hi, I wrote [mcp-chat](https://github.com/Flux159/mcp-chat) in order to quickly test & iterate with prompts for my kubernetes mcp server. Thought the utility would be helpful for other...
## Environment - Platform (select one): - [x] Anthropic API - Claude CLI version: 0.2.69 (Claude Code) - Operating System: Mac OS 15.3.1, Node v23.10.0 - Terminal: Terminal App ##...
When trying to authenticate mcp-publisher via `mcp-publisher login github`, the authentication flow does not make it clear what the mcp-publisher app will do when "acting on my behalf". See image...
### What would you like to be added? Claude Code supports a non-interactive SDK using the `-p` flag (and associated --output-format stream-json). It also supports using previous sessions so you...
Hi, I was doing a check of my node_modules folder in a medium sized project and I'm using monaco-editor as a dependency. Monaco-editor ended up being the largest dependency by...
Hi, I am writing a few custom agents using the markdown format as described here: https://opencode.ai/docs/agents#markdown. Currently I'm able to add custom tools via the ~/.opencode/tool folder & then specify...