Skip to content

Conversation

@caglar10ur
Copy link
Contributor

Generated using following Dockerfile

FROM node:iron-trixie AS builder

RUN apt-get update && apt-get install -y git

RUN git clone https://github.com/google/adk-web

RUN mkdir output && cd adk-web && npm install && npm install -g @angular/cli && ng build --output-path=../output

via executing

# docker build -t adk-web:latest .
# docker create adk-web:latest
# docker cp affectionate_chaplygin:/output .
# rsync --delete -avz output/browser/ adk-go/cmd/launcher/web/webui/distr/

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @caglar10ur, 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 updates the ADK Web UI to its latest version, incorporating recent changes from the upstream google/adk-web project. The update involves a complete refresh of the compiled frontend assets, including JavaScript modules and stylesheets, to ensure the application runs with the most current UI components and styling.

Highlights

  • Web UI Update: The ADK Web UI has been updated to a newer version, indicated by commit 56bf9fd from the upstream google/adk-web repository.
  • Core JavaScript Modules Refreshed: Several core JavaScript chunk files have been replaced or renamed, reflecting a new build output for the UI. Specifically, chunk-EQDQRRRY.js was removed, chunk-TXJFAAIW.js was renamed to chunk-XMJNYD32.js, and a new chunk-2WH2EVR6.js was added.
  • Styling and Theming Overhaul: The primary stylesheet styles-4VDSPQ37.css has been replaced with styles-BCYG72R5.css. This new stylesheet introduces extensive Material Design theming variables, supporting both light and dark themes, and centralizes many UI-related CSS properties.
  • HTML Asset References Updated: The index.html file has been modified to correctly reference the new JavaScript chunk files and the updated stylesheet, ensuring the latest UI assets are loaded.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the ADK Web UI to its latest version. The changes consist of updating the vendored JavaScript and CSS files in the cmd/launcher/web/webui/distr/ directory, which are generated from the adk-web repository. The changes are consistent with a standard dependency update. The process for generating these files, as described in the pull request, appears to be manual. It would be beneficial to automate this process in the future to ensure consistency and reduce manual effort. Overall, the changes look correct.

@dpasiukevich dpasiukevich requested a review from baptmont December 3, 2025 22:04
Copy link
Contributor

@baptmont baptmont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating it!

@baptmont baptmont merged commit d8372e6 into google:main Dec 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants