Jesse Vincent

Results 378 comments of Jesse Vincent

@*gclimer - *With the current firmware, if you try the same setup you had with the Fedora and Win 10 laptops, how does it behave? "Paired BT#2 with laptop (Windows...

Hi, Have you done a full https://keyboard.io/preonic#recovery-mode recovery mode reset yet? That's probably worth trying next. On Sat, Oct 18, 2025 at 8:29 PM itfeltsowong ***@***.***> wrote: > *itfeltsowong* created...

One thing that *might* work. is adding @ references to a @local_writing_plans.md file at the end of one of the core skills. That'd be worth testing out. It's worth also...

Following up - did the workaround with @local_writing_plans.md or the "instead of" phrasing work for you? If this is no longer an issue, please let us know and we can...

## Research Results I tested this claim on OpenCode v1.1.31 (macOS): ### Test Performed ```bash mkdir -p ~/.config/opencode/skills/test-skill echo '--- name: test-skill description: Test skill for verification --- # Test...

Closing as unable to reproduce the claimed behavior. Please reopen with a reproducible case if this is still an issue on a specific OpenCode version.

Are you using the subagent flow or the second-session flow? Are you using in-tree worktrees or the totally-separate worktrees dir? (I'm betting you're using subagents with in-tree worktrees)

Closing this PR. The vulnerability analysis is incorrect. The code `execSync('dot -Tsvg', {input: dotContent})` passes user content to **stdin**, not interpolated into the command string. The command `'dot -Tsvg'` is...