Releases: fullstorydev/subtext
Releases · fullstorydev/subtext
v0.3.0
Minor Changes
-
75ab919: Ship an OpenCode plugin entry point so users can install Subtext with a single
plugin: ["subtext@git+https://github.com/fullstorydev/subtext.git"]line..opencode/plugins/subtext.js— registers the repo'sskills/directory in
config.skills.pathsso OpenCode's nativeskilltool discovers every
Subtext skill, and injects theusing-subtextSKILL.md into the first user
message of each session (mirrors the existing Claude CodeSessionStart
hook)..opencode/INSTALL.md— install guide for OpenCode users.package.json— dropsprivate: trueand addsmainso git-backed installs
resolve the plugin entry point.