Conversation
* fix: include all scopes (googleworkspace#31) * chore: release (googleworkspace#32) * build: update schema version * fix: add mcpServerDefinitionProviders to contributes for MCP server (googleworkspace#33) * chore: release (googleworkspace#34) * feat: add scope completion in VSCode extension (googleworkspace#35) * feat: add scope completion in VSCode extension * build: replace xvfb-run command with setup-xvfb action for headless testing * chore: release (googleworkspace#36) * build: --no-dependencies flag * chore: Created local '.gemini/' from remote 'sync-files/defaults/.gemini/' (googleworkspace#37) * feat: Add script.external_request scope and its corresponding test (googleworkspace#42) * chore: release (googleworkspace#43) * fix: Add currentonly scopes for Apps Script for Docs, Sheets, Slides, and Forms. (googleworkspace#47) * chore: release (googleworkspace#48) * feat: add `script.container.ui` and `script.send_mail` scopes with descriptions and tests. --------- Co-authored-by: Justin Poehnelt <jpoehnelt@google.com> Co-authored-by: googleworkspace-bot <109114539+googleworkspace-bot@users.noreply.github.com>
chore: release (googleworkspace#34)
🦋 Changeset detectedLatest commit: f4d94f2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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 integrates Google Workspace developer documentation access for an AI agent. It introduces a new markdown file explaining the purpose of the Google Workspace Developer Documentation Server and defines two AI agent tools for searching and fetching documentation. Additionally, it updates the extension's configuration to reference this new documentation context. 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
|
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for a Gemini AI extension by adding a GEMINI.md file and configuring it in gemini-extension.json. My review identifies a couple of style and formatting issues that violate the repository's style guide. I've pointed out inconsistent indentation in the JSON file and a missing newline at the end of the new markdown file.
Note: Security Review has been skipped due to the limited scope of the PR.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
No description provided.