@namzu/sdk 0.1.5-rc.1 → 0.1.5-rc.1-fix

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to Namzu are documented here.
4
4
 
5
+ ## [0.1.4] — 2026-04-11
6
+
7
+ ### Documentation
8
+
9
+ - **changelog**: update for v0.1.4-rc.3
10
+ ### Features
11
+
12
+ - sandbox isolation, new tools (edit/grep/ls), session-to-run migration
5
13
  ## [0.1.4-rc.3] — 2026-04-10
6
14
 
7
15
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@namzu/sdk",
3
- "version": "0.1.5-rc.1",
3
+ "version": "0.1.5-rc.1-fix",
4
4
  "description": "Open-source AI agent SDK with a built-in runtime. Nothing between you and your agents.",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "type": "module",