release: v2.7.0

This commit is contained in:
github-actions[bot]
2025-12-28 08:59:46 +00:00
parent bfb5d43bc2
commit 6e5edafeee
2 changed files with 10 additions and 1 deletions

View File

@@ -64,6 +64,15 @@
]
}
},
"disabled_commands": {
"type": "array",
"items": {
"type": "string",
"enum": [
"init-deep"
]
}
},
"agents": {
"type": "object",
"properties": {

View File

@@ -1,6 +1,6 @@
{
"name": "oh-my-opencode",
"version": "2.6.2",
"version": "2.7.0",
"description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
"main": "dist/index.js",
"types": "dist/index.d.ts",