Replace Tip of the Day with Assistant Proxy#949
Conversation
- 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>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- 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>
This change replaces the standalone "Tip of the Day" windowed application with the Assistant (Clippy). The original
TipOfTheDayAppnow 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