Files
sproutclaw/packages/browser-extension/src
Mario Zechner 4f11cc15db Simplify navigation tracking - insert message on every active tab URL change
- Remove complex agent busy state tracking
- Remove checkAndInsertNavMessage helper and onBeforeSend logic
- Directly insert navigation messages when tab URL changes (chrome.tabs.onUpdated)
- Also insert when user switches to a different tab (chrome.tabs.onActivated)
- Much simpler: every URL change = navigation message, no conditions
- Fixes issue where browser_javascript navigation wasn't detected
2025-10-06 17:22:40 +02:00
..
2025-10-02 02:15:33 +02:00