- Add the new
searchcommand with parser fallback improvements, richer connection metadata, and smoke-test coverage. - b4ab4c3: Add
scripts/cut-release-pr.shto standardize release PR creation from syncedmain. - 5bb0e32: Fix
profilerecipient parsing for no-scheme LinkedIn URLs and suppress cache warnings for synthetic placeholder URNs.
- ce0c590: Improve
connections --ofreliability by resolving profile identifiers to canonical IDs, hardening sparse-page pagination behavior, removing the unused experimental backend path, and documenting current upstream pagination clamp limitations.
- Improved auth request correctness by using local timezone handling for
X-Li-Track(#6). - Hardened
connections --ofand profile recipient resolution (#4). - Increased cookie extraction timeout for more reliable browser session reads (#3).
- Added release automation with changelog + GitHub release + tag flow (#13, #14).
- #14 ci: fix trusted publishing in release workflow
- #13 chore: automate releases and prepare v0.1.1
- #12 chore: remove unused claude post-edit hook
- #11 add repository OS workflow, multi-agent config, and enforcement gates
- #6 fix(auth): use local timezone for X-Li-Track
- #4 fix connections --of resolution and resilient profile recipient lookup
- #3 increase timeout for getCookies to 30 seconds
- #1 fix whoami test failures in CI
- c53b221 ci: fix trusted publishing in release workflow (#14)
- 0837fc3 chore: automate releases and prepare v0.1.1 (#13)
- faa61c3 chore: remove unused claude post-edit hook (#12)
- 464958d increase timeout for getCookies to 30 seconds (#3)
- b47d8d1 add repository OS workflow, multi-agent config, and enforcement gates (#11)
- eab8955 fix(auth): use local timezone for X-Li-Track (#6)
- 7924f3f fix connections --of resolution and resilient profile recipient lookup (#4)
- 3f0fe40 fix whoami test failures in CI (#1)
- 90f68c6 add packageManager field for CI pnpm setup
- @peggyrayzis
- @michael-watson