Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request constitutes a version release for Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
52eb70f to
5e24f52
Compare
There was a problem hiding this comment.
Code Review
This pull request is an automated release generated by the Changesets action. It correctly bumps the package versions in Cargo.toml, Cargo.lock, and package.json to 0.8.2, updates the CHANGELOG.md with the latest patch notes, and removes the corresponding changeset file. The changes are consistent with a standard release process and appear to be correct.
Note: Security Review is unavailable for this PR.
|
/gemini review |
5e24f52 to
21c56b6
Compare
|
/gemini review |
965cd4c to
928257c
Compare
|
/gemini review |
928257c to
4fe8220
Compare
|
/gemini review |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
=======================================
Coverage 61.77% 61.77%
=======================================
Files 38 38
Lines 14607 14607
=======================================
Hits 9023 9023
Misses 5584 5584 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4fe8220 to
c1df11b
Compare
|
/gemini review |
c1df11b to
146e314
Compare
|
/gemini review |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@googleworkspace/cli@0.9.0
Minor Changes
7d15365: feat(gmail): add +reply, +reply-all, and +forward helpers
Adds three new Gmail helper commands:
+reply-- reply to a message with automatic threading+reply-all-- reply to all recipients with --remove/--cc support+forward-- forward a message to new recipientsPatch Changes
08716f8: Fix garbled non-ASCII email subjects in
gmail +sendby RFC 2047 encoding the Subject header and adding MIME-Version/Content-Type headers.f083eb9: Improve
gws auth setupproject creation failures in step 3:gcloud auth list, account verification, Console ToS URL).789e7f1: Switch reqwest TLS from bundled Mozilla roots to native OS certificate store
This allows the CLI to trust custom or corporate CA certificates installed
in the system trust store, fixing TLS errors in enterprise environments.