Skip to content

Commit 6855978

Browse files
chore: bump version to 1.0.0
1 parent 27659bf commit 6855978

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-agent",
3-
"version": "0.17.6",
3+
"version": "1.0.0",
44
"description": "Azure DevOps pipeline task for running OpenCode AI agents on pull requests (review mode for build validation, command mode for comment-triggered runs).",
55
"main": "dist/index.js",
66
"scripts": {

tasks/opencode/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"helpMarkDown": "Runs an OpenCode AI agent against the current pull request. In review mode agent . In command mode it responds to /oc or /opencode comments and can commit changes. See https://opencode.ai for provider/model options.",
88
"author": "trojanmartin",
99
"version": {
10-
"Major": 0,
11-
"Minor": 17,
12-
"Patch": 6
10+
"Major": 1,
11+
"Minor": 0,
12+
"Patch": 0
1313
},
1414
"instanceNameFormat": "OpenCode",
1515
"minimumAgentVersion": "2.206.1",

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "OpenCodeAgent",
44
"name": "OpenCode AI Agent",
5-
"version": "0.17.6",
5+
"version": "1.0.0",
66
"publisher": "martin-trojan",
77
"targets": [
88
{

0 commit comments

Comments
 (0)