Skip to content

Commit f27fd9a

Browse files
release: v3.10.0
1 parent 3db46a5 commit f27fd9a

12 files changed

Lines changed: 23 additions & 23 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -75,17 +75,17 @@
7575
"typescript": "^5.7.3"
7676
},
7777
"optionalDependencies": {
78-
"oh-my-opencode-darwin-arm64": "3.9.0",
79-
"oh-my-opencode-darwin-x64": "3.9.0",
80-
"oh-my-opencode-darwin-x64-baseline": "3.9.0",
81-
"oh-my-opencode-linux-arm64": "3.9.0",
82-
"oh-my-opencode-linux-arm64-musl": "3.9.0",
83-
"oh-my-opencode-linux-x64": "3.9.0",
84-
"oh-my-opencode-linux-x64-baseline": "3.9.0",
85-
"oh-my-opencode-linux-x64-musl": "3.9.0",
86-
"oh-my-opencode-linux-x64-musl-baseline": "3.9.0",
87-
"oh-my-opencode-windows-x64": "3.9.0",
88-
"oh-my-opencode-windows-x64-baseline": "3.9.0"
78+
"oh-my-opencode-darwin-arm64": "3.10.0",
79+
"oh-my-opencode-darwin-x64": "3.10.0",
80+
"oh-my-opencode-darwin-x64-baseline": "3.10.0",
81+
"oh-my-opencode-linux-arm64": "3.10.0",
82+
"oh-my-opencode-linux-arm64-musl": "3.10.0",
83+
"oh-my-opencode-linux-x64": "3.10.0",
84+
"oh-my-opencode-linux-x64-baseline": "3.10.0",
85+
"oh-my-opencode-linux-x64-musl": "3.10.0",
86+
"oh-my-opencode-linux-x64-musl-baseline": "3.10.0",
87+
"oh-my-opencode-windows-x64": "3.10.0",
88+
"oh-my-opencode-windows-x64-baseline": "3.10.0"
8989
},
9090
"trustedDependencies": [
9191
"@ast-grep/cli",

packages/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-darwin-arm64",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (darwin-arm64)",
55
"license": "MIT",
66
"repository": {

packages/darwin-x64-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-darwin-x64-baseline",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (darwin-x64-baseline, no AVX2)",
55
"license": "MIT",
66
"repository": {

packages/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-darwin-x64",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (darwin-x64)",
55
"license": "MIT",
66
"repository": {

packages/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-arm64-musl",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-arm64-musl)",
55
"license": "MIT",
66
"repository": {

packages/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-arm64",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-arm64)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64-baseline",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64-baseline, no AVX2)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64-musl-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64-musl-baseline",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl-baseline, no AVX2)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64-musl",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)