Conversation
…ross-origin iframes
…tent, not state change
…t first-run turns
…lag silent non-help
…nothing runs honestly
…estrator's reformulation
…ands on the right host
… 30 popular sites
… mis-flagged as Send)
…ing the recipient
…stead of re-hunting it
…ling the run under load
… instead of rejecting the turn
…-verify what the confirm proved
…send isnt falsely 'not confirmed' under load
…-only spin even when the send cant be auto-detected
…cuts short early orientation
…ll, and commit to an already-open thread instead of re-verifying
… learning machinery (tier 4, proposes for human review, never self-edits)
…in a daemon thread (zero hot-path latency)
…+ validate both directions) so a 30s upstream reset stops 400-killing the run
… human confirmation; drop hardcoded task-specific examples from prompts
…ent translates it, no more 'learned skill replay (N steps, no LLM)' leaking to users
…n/OUTCOME mechanics); delete the leaky send-ready advisory, dead prefix flag, and humanize aux experiment
…ever the raw action-log proof (indices/coords)
… words, no narration preamble or UI jargon
…button after a composer fill, kills the re-list turn and the late-Send miss
…the Send index after a fill); deleting it brought the Send-hunt back, it was NOT redundant with the wait
…fter a composer fill so the handoff actually fires (was 0/10, racing the lazy render)
…ds per page read); OPENSWARM_DIAG_IPC=1 restores the firehose
…sult so the 'Browser Agent' bubble always shows, even when the orchestrator is skipped
…ngs > Restart tour, no resume tab
…f in Settings > Interface)
…ate stale docked state to hidden
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
A large body of browser-agent work (191 commits, 107 files, ~13.5k insertions) accumulated on
eric/dev. Opening as a draft for review before anything is merged or released. This is NOT validated end-to-end on a clean machine yet (see caveats), so it should not go straight to the stable channel.Themes
Browser agent speed + robustness (the bulk)
target_onlyconfirm so a late-rendering send is not falsely "not confirmed".Learning tiers
UX
OPENSWARM_DIAG_IPC=1restores it).Test state
Honest caveats (why draft, why not straight to stable)
agent_manager.py4357 lines,browser_agent.py2203 lines); a phased split is filed as deferred tech-debt. The import tree itself is a clean downward DAG.Next
Review the diff, then (once merged to main) cut an experimental/prerelease build first to soak before any stable promotion, rather than shipping all of this to every user at once.