diff --git a/package.json b/package.json index 952fdbcfc..2d90879c5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "oh-my-opencode", + "name": "oh-my-openagent", "version": "3.11.0", "description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { - "oh-my-opencode": "bin/oh-my-opencode.js" + "oh-my-openagent": "bin/oh-my-openagent.js" }, "files": [ "dist", @@ -18,7 +18,7 @@ "types": "./dist/index.d.ts", "import": "./dist/index.js" }, - "./schema.json": "./dist/oh-my-opencode.schema.json" + "./schema.json": "./dist/oh-my-openagent.schema.json" }, "scripts": { "build": "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && tsc --emitDeclarationOnly && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:schema", @@ -76,17 +76,17 @@ "typescript": "^5.7.3" }, "optionalDependencies": { - "oh-my-opencode-darwin-arm64": "3.11.0", - "oh-my-opencode-darwin-x64": "3.11.0", - "oh-my-opencode-darwin-x64-baseline": "3.11.0", - "oh-my-opencode-linux-arm64": "3.11.0", - "oh-my-opencode-linux-arm64-musl": "3.11.0", - "oh-my-opencode-linux-x64": "3.11.0", - "oh-my-opencode-linux-x64-baseline": "3.11.0", - "oh-my-opencode-linux-x64-musl": "3.11.0", - "oh-my-opencode-linux-x64-musl-baseline": "3.11.0", - "oh-my-opencode-windows-x64": "3.11.0", - "oh-my-opencode-windows-x64-baseline": "3.11.0" + "oh-my-openagent-darwin-arm64": "3.11.0", + "oh-my-openagent-darwin-x64": "3.11.0", + "oh-my-openagent-darwin-x64-baseline": "3.11.0", + "oh-my-openagent-linux-arm64": "3.11.0", + "oh-my-openagent-linux-arm64-musl": "3.11.0", + "oh-my-openagent-linux-x64": "3.11.0", + "oh-my-openagent-linux-x64-baseline": "3.11.0", + "oh-my-openagent-linux-x64-musl": "3.11.0", + "oh-my-openagent-linux-x64-musl-baseline": "3.11.0", + "oh-my-openagent-windows-x64": "3.11.0", + "oh-my-openagent-windows-x64-baseline": "3.11.0" }, "overrides": { "@opencode-ai/sdk": "^1.2.24" diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index 0aac36062..adbf2779b 100644 --- a/packages/darwin-arm64/package.json +++ b/packages/darwin-arm64/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-darwin-arm64", + "name": "oh-my-openagent-darwin-arm64", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (darwin-arm64)", + "description": "Platform-specific binary for oh-my-openagent (darwin-arm64)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/darwin-x64-baseline/package.json b/packages/darwin-x64-baseline/package.json index d0df9abc2..af41b3ed1 100644 --- a/packages/darwin-x64-baseline/package.json +++ b/packages/darwin-x64-baseline/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-darwin-x64-baseline", + "name": "oh-my-openagent-darwin-x64-baseline", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (darwin-x64-baseline, no AVX2)", + "description": "Platform-specific binary for oh-my-openagent (darwin-x64-baseline, no AVX2)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index 07d6abeb3..3b43bddc5 100644 --- a/packages/darwin-x64/package.json +++ b/packages/darwin-x64/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-darwin-x64", + "name": "oh-my-openagent-darwin-x64", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (darwin-x64)", + "description": "Platform-specific binary for oh-my-openagent (darwin-x64)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-arm64-musl/package.json b/packages/linux-arm64-musl/package.json index 46ea9448d..056581aa8 100644 --- a/packages/linux-arm64-musl/package.json +++ b/packages/linux-arm64-musl/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-arm64-musl", + "name": "oh-my-openagent-linux-arm64-musl", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-arm64-musl)", + "description": "Platform-specific binary for oh-my-openagent (linux-arm64-musl)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index 3f76a1a60..f41d411d3 100644 --- a/packages/linux-arm64/package.json +++ b/packages/linux-arm64/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-arm64", + "name": "oh-my-openagent-linux-arm64", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-arm64)", + "description": "Platform-specific binary for oh-my-openagent (linux-arm64)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-x64-baseline/package.json b/packages/linux-x64-baseline/package.json index 26d6813a5..7f8412e78 100644 --- a/packages/linux-x64-baseline/package.json +++ b/packages/linux-x64-baseline/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-x64-baseline", + "name": "oh-my-openagent-linux-x64-baseline", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-x64-baseline, no AVX2)", + "description": "Platform-specific binary for oh-my-openagent (linux-x64-baseline, no AVX2)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-x64-musl-baseline/package.json b/packages/linux-x64-musl-baseline/package.json index 59e206a9c..23ca39220 100644 --- a/packages/linux-x64-musl-baseline/package.json +++ b/packages/linux-x64-musl-baseline/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-x64-musl-baseline", + "name": "oh-my-openagent-linux-x64-musl-baseline", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-x64-musl-baseline, no AVX2)", + "description": "Platform-specific binary for oh-my-openagent (linux-x64-musl-baseline, no AVX2)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-x64-musl/package.json b/packages/linux-x64-musl/package.json index 29d9fd684..99a019438 100644 --- a/packages/linux-x64-musl/package.json +++ b/packages/linux-x64-musl/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-x64-musl", + "name": "oh-my-openagent-linux-x64-musl", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-x64-musl)", + "description": "Platform-specific binary for oh-my-openagent (linux-x64-musl)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index 252a1c46c..d9c3e5313 100644 --- a/packages/linux-x64/package.json +++ b/packages/linux-x64/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-linux-x64", + "name": "oh-my-openagent-linux-x64", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (linux-x64)", + "description": "Platform-specific binary for oh-my-openagent (linux-x64)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/windows-x64-baseline/package.json b/packages/windows-x64-baseline/package.json index 70a4142c1..58838c673 100644 --- a/packages/windows-x64-baseline/package.json +++ b/packages/windows-x64-baseline/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-windows-x64-baseline", + "name": "oh-my-openagent-windows-x64-baseline", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (windows-x64-baseline, no AVX2)", + "description": "Platform-specific binary for oh-my-openagent (windows-x64-baseline, no AVX2)", "license": "MIT", "repository": { "type": "git", diff --git a/packages/windows-x64/package.json b/packages/windows-x64/package.json index 1483ff42c..b680431f1 100644 --- a/packages/windows-x64/package.json +++ b/packages/windows-x64/package.json @@ -1,7 +1,7 @@ { - "name": "oh-my-opencode-windows-x64", + "name": "oh-my-openagent-windows-x64", "version": "3.11.0", - "description": "Platform-specific binary for oh-my-opencode (windows-x64)", + "description": "Platform-specific binary for oh-my-openagent (windows-x64)", "license": "MIT", "repository": { "type": "git",