oh-my-opencode-unguarded 3.10.1 → 3.10.2
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.
package/dist/cli/index.js
CHANGED
|
@@ -8247,8 +8247,8 @@ var init_antigravity_provider_configuration = __esm(() => {
|
|
|
8247
8247
|
max: { thinkingConfig: { thinkingBudget: 32768 } }
|
|
8248
8248
|
}
|
|
8249
8249
|
},
|
|
8250
|
-
"antigravity-claude-opus-4-
|
|
8251
|
-
name: "Claude Opus 4.
|
|
8250
|
+
"antigravity-claude-opus-4-6-thinking": {
|
|
8251
|
+
name: "Claude Opus 4.6 Thinking (Antigravity)",
|
|
8252
8252
|
limit: { context: 200000, output: 64000 },
|
|
8253
8253
|
modalities: { input: ["text", "image", "pdf"], output: ["text"] },
|
|
8254
8254
|
variants: {
|
|
@@ -9375,7 +9375,7 @@ var {
|
|
|
9375
9375
|
// package.json
|
|
9376
9376
|
var package_default = {
|
|
9377
9377
|
name: "oh-my-opencode-unguarded",
|
|
9378
|
-
version: "3.10.
|
|
9378
|
+
version: "3.10.2",
|
|
9379
9379
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
9380
9380
|
main: "dist/index.js",
|
|
9381
9381
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode-unguarded",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.2",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|