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.5.2
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.5.3
Choose a head ref
  • 5 commits
  • 61 files changed
  • 3 contributors

Commits on Mar 27, 2026

  1. fix(network): honor proxy env for node requests (#512)

    * fix(network): honor proxy env for node requests
    
    * fix(network): honor default ports in NO_PROXY
    
    * refactor(network): normalize proxy config handling
    
    * refactor(network): delegate proxy env handling to undici
    
    ---------
    
    Co-authored-by: jackwener <[email protected]>
    WSL0809 and jackwener authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ea0cf4d View commit details
    Browse the repository at this point in the history
  2. perf: smart-wait — waitForCapture, wait({ selector }), daemon backoff

    - waitForCapture(): polls window.__opencli_xhr instead of DOM-stable; fixes INTERCEPT adapters returning empty after smart-wait refactor
    - wait({ selector }): MutationObserver-based wait; resolves instantly on element insertion
    - CDPPage.wait(N): smart DOM-stable wait (matches Page.wait behavior)
    - Daemon cold-start: exponential backoff [50..3000ms]
    - README: simplified to 50-line overview
    jackwener authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    70bd87b View commit details
    Browse the repository at this point in the history
  3. refactor: slim CI matrix, shared utils, unified logging, remove __tes…

    …t__ leak (#525)
    
    * refactor: slim CI matrix, extract shared utils, unify logging, remove __test__ from public API
    
    - CI: unit-test uses dynamic matrix (PR=ubuntu+22 only, push=full 3OS×2Node);
      adapter-test reduced to ubuntu-latest (OS doesn't affect pure unit tests)
    - _shared/common.ts: add sleep() and clampToRange() shared adapter utilities;
      douban/utils.ts and sinablog/utils.ts now use clampToRange instead of duplicate clampLimit
    - browser/daemon-client.ts: replace inline setTimeout Promise with local sleep()
    - execution.ts: replace conditional console.error with log.debug
    - browser/index.ts: remove __test__ from public barrel export;
      browser.test.ts now imports internal helpers directly from source files
    
    * fix: remove unused afterEach import, fix schedule/dispatch CI matrix, clarify clampToRange docs
    
    * refactor: move sleep to src/utils.ts, simplify clamp signature to match lodash convention
    jackwener authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    55c3259 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. fix(extension): change automation window state from minimized to norm…

    …al (#531)
    
    chrome.windows.create rejects state:'minimized' when combined with
    width/height (Chrome API constraint). Revert to state:'normal' to fix
    the "Invalid value for state" error. The 30s idle timeout from #521
    is preserved.
    
    Fixes #526
    Astro-Han authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    5ab3f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f13484 View commit details
    Browse the repository at this point in the history
Loading