ry2009

Results 20 comments of ry2009

Yes, sorry I was more interested in making sure this fix works at the base level as this is a bigger abstraction: I was curious how to continue if we...

I saw it with LM Studio’s OpenAI‑compatible local server (model: qwen2.5‑coder‑7b‑instruct). It returned finish_reason:"tool_calls" but never streamed any tool_call deltas (tool_calls: []), so the mapper yielded unknown and the session...

[session.json](https://github.com/user-attachments/files/24023538/session.json) Let me know if this loads or use the gist: https://gist.github.com/ry2009/4559c3f9b4350a1bf4853cc20acd1993

Auth file used ``` ~/.local/share/opencode/auth.json { "$schema": "https://example.com/schema", "openai": { "type": "api", "key": "sk-test" } } ``` Old behavior (upstream/dev code): ` $ bun run --cwd packages/opencode src/index.ts auth list...

Yeah I kept the filter in the CLI to stay minimal, since other call sites already ignore entries without a type, it was just the listing was noisy. I’m happy...

I am unsure about hard errors because users tend to keep $schema in JSON, so failing the command might be worse dev exp than just a quiet skip but I...

For this did we want to move into the auth.all, should I go ahead and do that?

CI failure was from snapshot worktree tests (not viewport culling). I pushed a follow-up commit `fix(snapshot): handle git worktrees` that uses `git rev-parse --show-toplevel` for the active worktree root and...

Saw an issue about ti and a nix user