Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jackwener/OpenCLI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: jackwener/OpenCLI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 22, 2026

  1. Configuration menu
    Copy the full SHA
    520622a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b9892 View commit details
    Browse the repository at this point in the history
  3. fix: harden browser automation pipeline (resolves #249) (#251)

    - resolveTabId: validate URL even for explicit tabId, fall through to
      auto-resolve when tab is not debuggable or has been closed
    - handleNavigate: wait for URL change before checking 'complete' status
      to avoid race condition with stale about:blank
    - ensureAttached: pre-check tab URL, verify cached attach with probe,
      invalidate cache on URL change via onUpdated listener
    - daemon-client: recognize transient extension errors (disconnected,
      attach failed) as retryable with 1500ms delay; fresh command ID per attempt
    - pipeline executor: add per-step retry for browser steps (up to 2 retries
      on transient errors); cleanup automation window on pipeline failure
    - page.ts: selectTab/newTab/closeTab properly update/invalidate _tabId
    - daemon.ts: add WebSocket ping/pong heartbeat (15s interval, 2-miss disconnect)
    - Increase automation window idle timeout from 30s to 120s
    - Fix timeout param edge cases in BrowserBridge._ensureDaemon
    - Remove unused chalk import; fix trailing import placement
    
    Closes #249
    jackwener authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    71b2c39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81384ed View commit details
    Browse the repository at this point in the history
Loading