Logan Kilpatrick
cc36ac0824
Update README.md ( #1632 )
2025-06-25 21:41:52 +00:00
anj-s
d613852877
Add tos and privacy links docs for clarity ( #1571 )
2025-06-25 19:32:25 +00:00
Mark McDonald
4835551ed6
Adding some troubleshooting text for login issues ( #1451 )
2025-06-25 19:00:36 +00:00
Jason Davenport
4994f5e8b7
Update Readme to call out gemini command after npm install ( #1423 )
...
Co-authored-by: Mark McDonald <macd@google.com >
2025-06-25 16:03:07 +00:00
Asad Memon
60557ae474
Fix typo in intro on MCP line ( #1421 )
2025-06-25 13:04:42 +00:00
Mark McDonald
eed77a5c33
Add intro text back to README ( #1417 )
...
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-06-25 10:12:31 +00:00
Mark McDonald
0a2ea74eb0
Add 'npm i' instruction to README ( #1416 )
2025-06-25 09:46:05 +00:00
Preston Holmes
1f0988ce25
Docs: update docs to clarify the differences between Google account login o… ( #1409 )
...
Co-authored-by: Scott Densmore <scottdensmore@mac.com >
Co-authored-by: matt korwel <mattkorwel@google.com >
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-06-25 04:15:45 +00:00
Mark McDonald
bcce92b1ef
Added ToS links for each surface ( #1365 )
...
Co-authored-by: Scott Densmore <scottdensmore@mac.com >
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-06-24 22:31:50 +00:00
cperry-goog
b179ff939e
docs: add screenshot to README ( #1396 )
2025-06-24 22:31:40 +00:00
Bryan Morgan
1b55383dcc
Updated README.md ( #1367 )
2025-06-23 23:37:07 -04:00
Bryan Morgan
fe632bb36c
Updated docs and /stats command to support lack of token caching support for OAuth users (b/426943001) ( #1307 )
2025-06-23 21:55:24 +00:00
cperry-goog
b8b2d46ef9
Docs/authentication doc ( #1341 )
2025-06-23 13:02:52 -07:00
Mark McDonald
e5622cc5ef
Added some use cases to the README ( #1257 )
2025-06-23 07:07:18 +00:00
matt korwel
8aef346276
{bug} Vertex Auth Support ( #1302 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2025-06-23 00:30:58 +00:00
Abhi
aa68ff8aaf
add bash block to doc for easy copypasta ( #1317 )
2025-06-22 20:19:13 -04:00
cperry-goog
af7d47cab5
docs: update README ( #1287 )
2025-06-21 16:18:23 -07:00
Tommaso Sciortino
48e5f8d6d2
Remove #early-access from npx references ( #1262 )
2025-06-20 20:32:27 +00:00
Tommaso Sciortino
937ad401ea
Correct node version in Readme ( #1226 )
2025-06-19 13:56:46 -07:00
Tommaso Sciortino
562e77284c
Support logging in with Application Default Credentials ( #1157 )
...
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-06-18 09:49:13 -07:00
Tommaso Sciortino
eeda52b896
Code Assist cleanup and docs ( #993 )
2025-06-12 18:00:17 -07:00
starsandskies
e12d3dbff9
Edit pass of README.md ( #906 )
...
Make a pass through the README.md file to hopefully improve readability and completeness
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-06-12 14:36:36 -04:00
matt korwel
f556bb498b
TEST: reviewers ( #959 )
2025-06-11 22:09:33 +00:00
N. Taylor Mullen
bd6eca5de3
Add a note about Gemini API usage and add a link to the TOS. ( #681 )
2025-06-02 09:42:24 -07:00
cperry-goog
f91e7c8449
docs: Update README, CONTRIBUTING, and CLI configuration docs ( #591 )
...
cleaning up for now, will take another pass
2025-05-30 12:20:12 -07:00
Olcan
05cebe09c7
use npx json instead of jq ( #617 )
2025-05-30 01:12:36 -07:00
Olcan
494a177f38
fix sandboxing anchor ( #572 )
2025-05-27 14:01:23 -07:00
Olcan
4824bbea78
replace error with warning if sandbox build is triggered without enabling, improve README to reduce confusion ( #570 )
2025-05-27 10:55:07 -07:00
Olcan
769e7dac8e
rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} ( #411 )
2025-05-17 17:28:44 -07:00
Olcan
675cd1104f
fixes and tweaks to docs, mostly related to sandboxing ( #385 )
2025-05-16 13:09:27 -07:00
sasha-gitg
39e4455d94
feat: Add support for Vertex AI and Vertex express mode ( #380 )
2025-05-16 08:06:43 -07:00
cperry-goog
32807477cf
Docs: Add initial project documentation structure and content ( #368 )
...
Co-authored-by: Taylor Mullen <ntaylormullen@google.com >
2025-05-15 20:04:33 -07:00
DeWitt Clinton
ee52c742cd
Fix instructions for globally linking the gemini script ( #361 )
2025-05-15 09:41:56 -07:00
Taylor Mullen
62e8371aab
Update Gemini Code verbiage -> Gemini CLI
...
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
2025-05-14 22:07:03 -07:00
Olcan
b1ba89b3c9
improve sandboxing status message, update README, remove dead code from a previous change to build_sandbox.sh ( #346 )
2025-05-14 11:23:06 -07:00
Brandon Keiji
c16e16fdd6
refactor: shorten 'gemini' binary name ( #329 )
2025-05-13 10:49:45 -07:00
Brandon Keiji
74cc554ac4
fix(sandbox): set --inspect-brk in production sandbox when env DEBUG is truthy ( #295 )
2025-05-08 21:12:19 -07:00
cornmander
a292a92704
Create simple script for setting up a dev environment. ( #277 )
2025-05-07 16:21:16 -04:00
Brandon Keiji
345e4d7a79
feat: add build:sandbox and build:all npm scripts ( #274 )
2025-05-07 07:46:47 -07:00
Brandon Keiji
1046e313c9
docs: update manual publishing section ( #162 )
2025-04-25 00:52:24 +00:00
Seth Troisi
c326696ffd
Remove --workspace npm run debug command in README
2025-04-23 17:57:01 -07:00
Brandon Keiji
d0362adee1
feat: set dogfood artifact registry as the default publishing endpoint ( #135 )
2025-04-23 15:11:10 -07:00
Olcan
530ab91807
Refactor_sandbox_command ( #121 )
2025-04-22 13:51:50 -07:00
Jaana Dogan
f17b802f17
Add build status to README ( #99 )
2025-04-21 15:47:53 -07:00
Tyler
f0346781a1
More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) ( #81 )
2025-04-21 10:04:03 -07:00
Olcan
2b1ed088f2
make sandbox attachable, document in README ( #80 )
2025-04-21 09:17:17 -07:00
Olcan
7b9d29fb57
added sandbox section to readme ( #79 )
2025-04-21 08:31:36 -07:00
Taylor Mullen
60761ae2c4
Update README to reflect current state of the world.
...
- We now have CI/CD
- We have linting support (so added a section)
- Fixed `npm run debug` to allow debugging again.
2025-04-20 22:25:20 -04:00
Taylor Mullen
945e7940f2
Run npm run format
...
- Also updated README.md accordingly.
Part of https://b.corp.google.com/issues/411384603
2025-04-17 15:29:34 -07:00
Jaana Dogan
a0203a801d
Remove internal docs and mention of Gerrit from README
2025-04-17 14:38:44 -07:00