prpm 2.1.18 → 2.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
},
|
|
90
90
|
"opencode": {
|
|
91
91
|
"name": "OpenCode",
|
|
92
|
-
"supportsSkills":
|
|
92
|
+
"supportsSkills": true,
|
|
93
93
|
"supportsPlugins": true,
|
|
94
94
|
"supportsExtensions": false,
|
|
95
95
|
"supportsAgents": true,
|
|
96
96
|
"supportsAgentsMd": true,
|
|
97
97
|
"supportsSlashCommands": true,
|
|
98
98
|
"markdownFallback": "opencode-agent.md",
|
|
99
|
-
"notes": "OpenCode supports agents
|
|
99
|
+
"notes": "OpenCode supports agents, skills, plugins, and slash commands. Skills use Agent Skills spec in .opencode/skill/${name}/SKILL.md. Plugins are JavaScript/TypeScript modules in .opencode/plugin with 40+ event hooks. Full agents.md support."
|
|
100
100
|
},
|
|
101
101
|
"ruler": {
|
|
102
102
|
"name": "Ruler",
|