opencode-antigravity-autopilot 2.2.0 → 2.2.1
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/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,14 @@ Zero OpenCode source modifications required - works as a pure plugin!
|
|
|
18
18
|
|
|
19
19
|
## 🚀 Quick Start
|
|
20
20
|
|
|
21
|
+
### 🤖 Install with LLM
|
|
22
|
+
|
|
23
|
+
Simply copy and paste this prompt to your OpenCode assistant:
|
|
24
|
+
|
|
25
|
+
> Please install the `opencode-antigravity-autopilot` plugin from npm.
|
|
26
|
+
> Then, configure `~/.config/opencode/opencode.json` to add `"opencode-antigravity-autopilot"` to the `plugin` list.
|
|
27
|
+
> Finally, create a default quota config in `~/.config/opencode/quota.json` with auto-rotation enabled.
|
|
28
|
+
|
|
21
29
|
### From NPM
|
|
22
30
|
|
|
23
31
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-antigravity-autopilot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Intelligent quota monitoring and model auto-switching for OpenCode with Antigravity. Plugin-based, zero source modifications required.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|