You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [v0.1.2] - 2026-03-23
8
+
9
+
### Fixed
10
+
11
+
-**npm global install** — Launcher script now resolves symlinks before computing lib/ path, fixing `Cannot find module 'hyperagent-launcher.cjs'` when installed via `npm install -g` (symlink from npm bin dir broke relative path resolution)
12
+
-**PATH invocation** — Handle bare command name (no slash in `$0`) by resolving via `command -v` before symlink resolution
13
+
7
14
## [v0.1.1] - 2026-03-23
8
15
9
16
### Fixed
@@ -84,5 +91,6 @@ Initial public release.
84
91
- Path jailing for filesystem plugins
85
92
- SSRF protection for fetch plugin (DNS + post-connect IP validation)
0 commit comments