Add Repo Filtering and fix polling state bugs#4
Conversation
…eProvider - Added \`_repoFilter\` and \`setRepoFilter\` to \`SessionsTreeProvider\` with queued refresh architecture to safely mix user, loadMore, and background polling. - Exposed \`jules.filterByRepo\` command. - Updated \`SessionDetailPanel\` to take \`onSessionUpdated\` as an instance event parameter to fix the static shared emitter bug. - Avoided polling spam by changing \`handleStateChanges\` to check \`session.updateTime\` before re-notifying UI. - Fixed fallback ordering bug for \`openInBrowser\` command and added exact UUIDs to the \`sendTerminalToJules\` command parser to be strictly safe. - Added cancellation tokens to Setup Wizard progress. Co-authored-by: tazztone <62671577+tazztone@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. |
…eProvider - Added \`_repoFilter\` and \`setRepoFilter\` to \`SessionsTreeProvider\` with queued refresh architecture to safely mix user, loadMore, and background polling. - Exposed \`jules.filterByRepo\` command. - Updated \`SessionDetailPanel\` to take \`onSessionUpdated\` as an instance event parameter to fix the static shared emitter bug. - Avoided polling spam by changing \`handleStateChanges\` to check \`session.updateTime\` before re-notifying UI. - Fixed fallback ordering bug for \`openInBrowser\` command and added exact UUIDs to the \`sendTerminalToJules\` command parser to be strictly safe. - Added cancellation tokens to Setup Wizard progress. Co-authored-by: tazztone <62671577+tazztone@users.noreply.github.com>
Fixes various bugs with TreeView polling and adds a new Repo Filtering feature for the Jules Studio VS Code Extension.
PR created automatically by Jules for task 12149212516558039962 started by @tazztone