opencode-antigravity-img 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ opencode
31
31
  # Use the authenticate command from antigravity-auth
32
32
  ```
33
33
 
34
- This creates `~/.config/opencode/antigravity-accounts.json` with your credentials.
34
+ This creates `antigravity-accounts.json` in your opencode config directory.
35
35
 
36
36
  ## Tools
37
37
 
@@ -41,7 +41,7 @@ Generate an image from a text prompt.
41
41
 
42
42
  **Arguments:**
43
43
  - `prompt` (required): Text description of the image to generate
44
- - `filename` (optional): Output filename (default: `generated_<timestamp>.png`)
44
+ - `filename` (optional): Output filename (default: `generated_<timestamp>.jpg`)
45
45
  - `output_dir` (optional): Output directory (default: current working directory)
46
46
 
47
47
  **Example:**
@@ -72,7 +72,7 @@ Check the remaining quota for the Gemini 3 Pro Image model.
72
72
 
73
73
  ## Quota
74
74
 
75
- Image generation uses a separate quota from text models. The quota typically resets daily. Use the `image_quota` tool to check your remaining quota before generating images.
75
+ Image generation uses a separate quota from text models. The quota resets every 5 hours. Use the `image_quota` tool to check your remaining quota.
76
76
 
77
77
  ## Troubleshooting
78
78
 
@@ -81,7 +81,7 @@ Image generation uses a separate quota from text models. The quota typically res
81
81
  Make sure you've:
82
82
  1. Installed `opencode-antigravity-auth`
83
83
  2. Authenticated with your Google account
84
- 3. The credentials file exists at `~/.config/opencode/antigravity-accounts.json`
84
+ 3. The credentials file `antigravity-accounts.json` exists in your opencode config directory
85
85
 
86
86
  ### "Rate limited" or generation fails
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-antigravity-img",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin for Gemini image generation via Antigravity/CloudCode API",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",