Releases: Leechael/gemini-web-cli
Releases · Leechael/gemini-web-cli
v0.0.8
Changelog
v0.0.8
Changes since v0.0.7:
- Merge pull request #4 from Leechael/feat/dynamic-push-id-language (4a147ba)
- Merge pull request #5 from Leechael/feat/dynamic-model-discovery (6e6bebf)
- fix: derive advancedOnly from per-model hardcoded list, not account-level capacity (f1f539b)
- test: use httptest to exercise real Init() fallback and upload Push-Id propagation (d39e0d8)
- test: add unit tests for dynamic language and push_id extraction (ff5170e)
- feat: dynamic model discovery and account status via GetUserStatus RPC (b720dbc)
- feat: extract language and push_id dynamically from init page (59af59a)
v0.0.7
v0.0.6
Changelog
v0.0.6
Changes since v0.0.5:
- Merge pull request #2 from Leechael/feat/update-models-and-video-support (84eb3fd)
- fix: fall back to .mp4 for --poll when Content-Type is unknown (5716913)
- fix: detect file extension from Content-Type for direct URL downloads (8bd8706)
- fix: address PR #2 code review feedback (ed548e3)
- feat: auto-discover cookies.json from project/user/system paths (e7c1954)
- fix: only show usage on argument errors, update README for video/music (2f47d83)
- docs: add video/music generation protocol postmortem (219878e)
- fix: suppress usage on errors, extend progress to video/music (de6c0ab)
- fix: extract video/media from ReadChat dict-based response structure (0c5ef61)
- fix: improve video/media support in chat reading, display, and download (6a9da19)
- feat: display and download generated videos and media (a4657c7)
- feat: parse video and music generation from response (d3cb561)
- feat: update model list to match upstream Gemini 3 naming (9c08b23)
v0.0.5
Changelog
v0.0.5
Changes since v0.0.4:
v0.0.4
Changelog
v0.0.4
Changes since v0.0.3:
- fix: correct indentation in generate.go to pass gofmt check (8fc01f7)
- fix: remove data/ and docs/ from git, add to gitignore (becf59a)
- fix: rewrite file upload based on actual browser HAR capture (97e28f3)
- refactor: replace inspect command with status (1afa655)
- fix: inline text files into prompt, upload only binary files (02b40e9)
- fix: use proven 3-element format for file upload requests (40fb2a4)
- fix: forward auth cookies to content-push upload endpoint (67f676d)
- fix: surface all server errors instead of silently ignoring (8673821)
- feat: add goog and status commands (a479610)
- refactor: rename --image to --file (-f), support multiple files (4a7e77c)
- feat: add file upload, model fallback on 1052, and gemini-3-pro model (2c63286)
- fix: surface 429 rate-limit errors with actionable guidance (fa4aee1)
v0.0.3
Changelog
v0.0.3
Changes since v0.0.2:
- ui: group commands in --help output (c617c92)
- docs: add deep research protocol debugging postmortem (370708e)
- refactor: flatten commands, rename read→get, improve progress detection (22ef6e6)
- chore: update go.mod (fc2d7e1)
- fix: sanitize test fixtures to remove user-identifying data (c50e66d)
- test: add baseline tests with real HAR response fixtures (e8933e4)
- test: add unit tests for protobuf parsing rules, improve E2E research tests (e51b22b)
- fix: deep research send now works end-to-end (a62b4e3)
- fix: incremental stream parsing, rcid in metadata, plan extraction (1dc6758)
- fix: research send positional arg, plan extraction, 2-step flow (7cbd697)
- fix: research send uses positional arg, enable HTTP/2, fix metadata format (1895165)