Michael Sitarzewski

Results 82 comments of Michael Sitarzewski

Is there a way to suppress the output/error? I'm using chrome headless and this output appears to be interrupting the workflow. Thank you!

Me too. Did you find this? https://github.com/networked-aframe/networked-aframe ?

Hey @pea3nut — agent-add is an interesting tool! Single-command install across 18 hosts is a compelling UX improvement. However, this PR *replaces* the existing Quick Start Option 3 (convert.sh +...

Hey @el-j — appreciate the effort here, the code quality is genuinely solid. Before I can evaluate this properly, I'd love to understand the use case better. Is this related...

Hey @el-j — the TypeScript API (loader, registry, swarm, CLI) here is genuinely well-crafted, and the code review confirmed that. However, per CONTRIBUTING.md, new tooling, build systems, and CI workflows...

Thanks for this fix @jecruz — the color-to-hex mapping is correct and needed for OpenCode compatibility. One concern: this PR modifies 56 agent files in bulk, which CONTRIBUTING.md flags as...

Interesting idea! To evaluate this we'd need to understand what format Avante.nvim expects for agent/persona definitions. Looking at the repo, it seems to use a provider-based system — do you...

Hey @gbpnkans — the Solo Builder concept has clear demand (Discussion #204 is active). Two issues: 1. **Code review found all 6 agents are missing 2 required sections** (likely Communication...

Reclassifying this from the close pile to **needs-review** — on a closer look this is a legitimate, well-scoped change, not junk. It switches the Gemini CLI integration from the old...

Thanks for the automated suggestion. Closing: this edits a code *example* inside an agent file to add `shell=False`, which is already the default for `subprocess.run()` — so it's a no-op...