Added
- OpenCode skills in the Coder — skills installed into OpenCode (global
~/.config/opencode/skills) now surface across all three Coder skill surfaces: the skill picker, the new Skills section of the session-info capabilities panel (proxying OpenCode's liveGET /skill), and the Default Skills picker. Discovered skills are taggedopencodeand addressed via anopencode:<name>ID scheme.
Fixed
- Skill name collisions — OpenCode skills are cached separately from built-in skills, so a same-named skill (e.g.
code-reviewexists in both) no longer clobbers or mislabels the curated built-in. The general/api/v1/skillslist now surfaces OpenCode skills correctly instead of dropping them.