needle-cloud 2.2.0 → 2.3.0-alpha
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.
- package/CHANGELOG.md +8 -0
- package/dist/cli.esm.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.3.0-alpha] - 2026-05-27
|
|
8
|
+
### Security
|
|
9
|
+
- Hardened the CLI's local server to reject non-loopback connections
|
|
10
|
+
- Improved input validation for local MCP tools
|
|
11
|
+
|
|
7
12
|
## [2.2.0] - 2026-05-27
|
|
8
13
|
### Added
|
|
9
14
|
- HDR / HDRI / EXR upload support — upload environment textures directly via the CLI or SDK
|
|
@@ -31,6 +36,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
31
36
|
- Bot probes no longer trip the `sendEvent` circuit breaker
|
|
32
37
|
- CLI auth flow: sign-in + run command in a single invocation now works correctly
|
|
33
38
|
|
|
39
|
+
### Build
|
|
40
|
+
- `dist:types` script no longer uses POSIX `mkdir -p` / `cp` — replaced with a small Node helper so the types build works on Windows.
|
|
41
|
+
|
|
34
42
|
## [2.1.0] - 2026-05-17
|
|
35
43
|
- add: per-process instance ID sent on AI WebSocket connections
|
|
36
44
|
- add: public content API types and SDK methods
|