Browse Source

Fix install

Alvin Unreal 2 months ago
parent
commit
aaa343b2f5
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      package.json

+ 2 - 0
README.md

@@ -12,6 +12,8 @@
 
 > Slimmed-down fork of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) — focused on core agent orchestration without the extra bells and whistles.
 
+> **[Antigravity](https://antigravity.ai) subscription recommended.** The pantheon is tuned for Antigravity's model routing. Other providers work, but you'll get the best experience with Antigravity.
+
 ---
 
 ## Installation

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "oh-my-opencode-slim",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "description": "Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",