Skip to content

Commit 19da54a

Browse files
authored
Merge pull request #557 from NoeFabris/docs/wording-improvements
Docs/wording improvements
2 parents 23d02ff + 24a16de commit 19da54a

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Enable Opencode to authenticate against **Antigravity** (Google's IDE) via OAuth
2424
<summary><b>⚠️ Terms of Service Warning — Read Before Installing</b></summary>
2525

2626
> [!CAUTION]
27-
> Using this plugin (and any proxy for antgravity) violate Google's Terms of Service. A number of users have reported their Google accounts being **banned** or **shadow-banned** (restricted access without explicit notification).
27+
> Using this plugin (and any proxy for Antigravity) violates Google's Terms of Service. A number of users have reported their Google accounts being **banned** or **shadow-banned** (restricted access without explicit notification).
2828
>
2929
> **By using this plugin, you acknowledge:**
3030
> - This is an unofficial tool not endorsed by Google
@@ -257,7 +257,7 @@ For details on load balancing, dual quota pools, and account storage, see [docs/
257257

258258
---
259259

260-
## Troubleshoot
260+
## Troubleshooting
261261

262262
> **Quick Reset**: Most issues can be resolved by deleting `~/.config/opencode/antigravity-accounts.json` and running `opencode auth login` again.
263263
@@ -677,7 +677,7 @@ See the full [Troubleshooting Guide](docs/TROUBLESHOOTING.md) for solutions to c
677677

678678
## Support
679679

680-
If this plugin helps you, consider supporting its maintenance:
680+
If this plugin saves you time, consider supporting its development:
681681

682682
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S81QBOIR)
683683

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Architecture Guide
22

3-
**Last Updated:** December 2025
3+
**Last Updated:** April 2026
44

55
This document explains how the Antigravity plugin works, including the request/response flow, Claude-specific handling, and session recovery.
66

docs/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create `~/.config/opencode/antigravity.json` (or `.opencode/antigravity.json` in
88
}
99
```
1010

11-
Most settings have sensible defaults. Only configure what you need.
11+
Most settings have sensible defaults — only configure what you need.
1212

1313
---
1414

docs/MODEL-VARIANTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Model Variants
22

3-
OpenCode's variant system allows you to configure thinking budget dynamically instead of defining separate models for each thinking level.
3+
OpenCode's variant system lets you configure the thinking budget dynamically without defining separate models for each thinking level.
44

55
---
66

docs/MULTI-ACCOUNT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-Account Setup
22

3-
Add multiple Google accounts to increase your combined quota. The plugin automatically rotates between accounts when one is rate-limited.
3+
Add multiple Google accounts to increase your combined quota and improve availability. The plugin automatically rotates between accounts when one is rate-limited.
44

55
```bash
66
opencode auth login # Run again to add more accounts

docs/TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
Common issues and solutions for the Antigravity Auth plugin.
3+
Solutions to common issues with the Antigravity Auth plugin.
44

55
> **Quick Reset**: Most issues can be resolved by deleting `~/.config/opencode/antigravity-accounts.json` and running `opencode auth login` again.
66
@@ -24,7 +24,7 @@ OpenCode uses `~/.config/opencode/` on **all platforms** including Windows.
2424
## Quick Fixes
2525

2626
### Auth problems
27-
Delete the token file and re-login:
27+
Delete the accounts file and re-authenticate:
2828
```bash
2929
rm ~/.config/opencode/antigravity-accounts.json
3030
opencode auth login

scripts/README-PI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use your Raspberry Pi as a persistent, self-hosted runner for Opencode Triage. T
1515
5. Copy the **Token** shown in the "Configure" section (you'll need it in Step 2).
1616

1717
## Step 2: Run the Setup Script
18-
Copy the `scripts/` folder to your Pi (or just copy-paste the content).
18+
Copy the `scripts/` folder to your Pi, or copy-paste the script content directly.
1919

2020
```bash
2121
# On your Pi

0 commit comments

Comments
 (0)