Skip to content

Tags: Leechael/gemini-web-cli

Tags

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from Leechael/feat/dynamic-push-id-language

feat: extract language and push_id dynamically from init page

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from Leechael/fix/frame-parser-incomplete-frames

fix: handle incomplete frames in stream parser (@google queries)

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from Leechael/feat/update-models-and-video-support

feat: update models, add video/music generation support

v0.0.5

Toggle v0.0.5's commit message
docs: update README to match current commands

- Rename inspect → status
- Add goog command section
- Add file attachment examples to ask command

v0.0.4

Toggle v0.0.4's commit message
fix: correct indentation in generate.go to pass gofmt check

v0.0.3

Toggle v0.0.3's commit message
ui: group commands in --help output

v0.0.2

Toggle v0.0.2's commit message
feat: add --version flag, note @google search trigger in ask help

- Version is set at build time via ldflags, defaults to "dev"
- Release workflow embeds tag as version
- ask command help notes @google prefix triggers search

v0.0.1

Toggle v0.0.1's commit message
fix: workflows reference main branch, remove subdirectory paths

Workflows were written for a monorepo subdirectory layout but this
is now a standalone repo. Remove gemini-web-cli/ path prefixes and
change default branch from master to main.