Skip to content

Replace Tip of the Day with Assistant Proxy#949

Open
azayrahmad wants to merge 3 commits into
mainfrom
replace-tip-app-with-agent-6291789543230547968
Open

Replace Tip of the Day with Assistant Proxy#949
azayrahmad wants to merge 3 commits into
mainfrom
replace-tip-app-with-agent-6291789543230547968

Conversation

@azayrahmad

Copy link
Copy Markdown
Owner

This change replaces the standalone "Tip of the Day" windowed application with the Assistant (Clippy). The original TipOfTheDayApp now acts as a proxy: when launched (e.g., at startup), it triggers the Assistant to display a random system tip and then closes itself. This ensures backward compatibility for users who have "Tip of the Day" enabled in their startup settings.

Additionally, the Assistant's context menu now includes a manual "Show Tip" action and a "Show tips at startup" toggle, providing a centralized location for managing system tips and their startup behavior.


PR created automatically by Jules for task 6291789543230547968 started by @azayrahmad

- Converted Tip of the Day app into a windowless proxy that launches the Assistant.
- Added tip-showing logic to the Assistant (Clippy).
- Added 'Show Tip' and 'Show tips at startup' options to the Assistant's context menu.
- Assistant now displays a random system tip upon launch when triggered by the proxy.

Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 2 commits March 22, 2026 07:03
- Implemented `showRandomTip` in `src/apps/clippy/clippy.js` to aggregate and display tips.
- Added 'Show Tip' and 'Show tips at startup' toggle to Assistant context menu.
- Updated `clippy-app.js` to handle `showTip` launch option.
- Converted `src/apps/tip-of-the-day/tip-of-the-day-app.js` into a windowless proxy that delegates to Clippy.
- Fixed ReferenceError in proxy app by correctly importing `appManager`.

Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
- Refactor Tip of the Day app into a windowless proxy that delegates to Clippy.
- Enhance Clippy with random tip display logic from application registry.
- Add "Show Tip" and "Show tips at startup" toggle to Clippy context menu.
- Resolve circular dependency in Application initialization using dynamic imports.

Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
Base automatically changed from feat/ms-agent-integration-11875959365845684809 to main March 24, 2026 15:10
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.

1 participant