Skip to content

Commit 55e60f3

Browse files
committed
docs: add v0.1.4 changelog
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 2ca15c8 commit 55e60f3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [v0.1.4] - 2026-03-24
8+
9+
### Fixed
10+
11+
- **Plugin schema extraction** — Schema extraction failed on compiled `.js` files, causing `applyInlineConfig` to find no recognised keys and `allowedDomains` to never be set. Now prefers `.ts` source for schema parsing (read-only) with TOCTOU-safe fallback to `.js`
12+
- **Pre-approved plugin enable** — Fast-path (approved plugins skip audit) failed to call `loadSource()`, leaving `plugin.source` null. `verifySourceHash()` then returned false, silently disabling the plugin on sandbox rebuild
13+
- **CI docs-only skip** — PR validation now skips heavy CI jobs (lint, build, test) when only markdown files change. `skills/**` and `patterns/**` are treated as code (they have integrity tests)
14+
715
## [v0.1.3] - 2026-03-24
816

917
### Fixed
@@ -98,6 +106,7 @@ Initial public release.
98106
- Path jailing for filesystem plugins
99107
- SSRF protection for fetch plugin (DNS + post-connect IP validation)
100108

109+
[v0.1.4]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.4
101110
[v0.1.3]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.3
102111
[v0.1.2]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.2
103112
[v0.1.1]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.1

0 commit comments

Comments
 (0)