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 facilitates the release of 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
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #522 +/- ##
=======================================
Coverage ? 68.10%
=======================================
Files ? 40
Lines ? 17954
Branches ? 0
=======================================
Hits ? 12227
Misses ? 5727
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request is an automated release generated by the Changesets action. It updates the version to 0.16.1 across various package management files (package.json, Cargo.toml, Cargo.lock) and updates the CHANGELOG.md. These changes are consistent with a standard release process. The actual code change for the security fix mentioned in the release notes is not part of this pull request's diff, so it cannot be reviewed here. The versioning changes themselves are correct.
55845ca to
10b321a
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request is an automated action from Changesets to release version 0.16.1. The modifications consist of version updates in package.json and Cargo.toml, an updated CHANGELOG.md, and refreshed lock files. These changes are all standard for a release process. My review of these automated changes did not find any issues.
10b321a to
5ac2e2d
Compare
45f75dc to
c702fe0
Compare
c702fe0 to
9440ff5
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request handles the version bump to 0.17.0 and updates the changelog, which is typical for an automated release process. The changes correctly update version numbers in package.json, Cargo.toml, and lock files. The documentation in skills/gws-calendar-insert/SKILL.md has also been updated to reflect the new --meet feature. The changes appear correct and I found no issues of high or critical severity.
3fc026a to
16e9dfd
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request is an automated release generated by the Changesets action to publish version 0.17.0 of @googleworkspace/cli. The changes involve updating the version number in package.json, Cargo.toml, and corresponding lock files. It also consolidates individual change descriptions into the main CHANGELOG.md. These changes are consistent with a standard release workflow and appear to be correct. No issues were identified in the diff.
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.17.0
Minor Changes
Patch Changes
811fe7b: Fix critical security vulnerability (TOCTOU/Symlink race) in atomic file writes.
The atomic_write and atomic_write_async utilities now use:
b241a5b: fix(security): cap Retry-After sleep, sanitize upload mimeType, and validate --upload/--output paths
6f92e5b: Stderr/output hygiene rollup: route diagnostics to stderr, add colored error labels, propagate auth errors.
error[variant]:labels on stderr (respectsNO_COLORenv var),hint:prefix for accessNotConfigured guidanceGwsError::Authinstead of silently proceeding unauthenticated (dry-run still works without auth)398e80c: Sync generated skills with latest Google Discovery API specs
8458104: Extend input validation to reject dangerous Unicode characters (zero-width chars, bidi overrides, Unicode line/paragraph separators) that were not caught by the previous ASCII-range check