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.6.3
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.6.4
Choose a head ref
  • 3 commits
  • 23 files changed
  • 2 contributors

Commits on Apr 4, 2026

  1. fix(docs): update outdated paths and command lists across all docs (#787

    )
    
    - Replace 140 instances of `src/clis/` → `clis/` across 12 doc files
      (path changed after repo restructure)
    - Remove non-command `rpc` and `rankings` from notebooklm/amazon
      command lists in README, README.zh-CN, SKILL.md, and adapters index
      (these are internal utility modules, not user-facing commands)
    - Add `deep-research` and `deep-research-result` to gemini adapter doc
    - Add `movers-shakers` and `new-releases` to amazon adapter doc
    - Update notebooklm doc examples to use canonical commands instead of
      deprecated aliases (`metadata` → `get`, `notes-list` → `note-list`)
    - Bump SKILL.md version to 1.6.3
    jackwener authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    ab58aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. fix: resolve version 0.0.0 and user CLI load failures (#788) (#789)

    Bug 1: version.ts used a single-level parent lookup for package.json,
    which broke after #784 changed rootDir from "src" to "." (version.js
    now lives in dist/src/ instead of dist/).  Walk up until package.json
    is found — works in both dev (src/) and prod (dist/src/).
    
    Bug 2: adapters copied to ~/.opencli/clis/ import ../../src/registry.js
    etc., which resolves to ~/.opencli/src/.  Derive src/ compat shims from
    the existing rootShims list so these imports resolve correctly.
    Astro-Han authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    20957cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1dd817 View commit details
    Browse the repository at this point in the history
Loading