needle-cloud 2.3.0-rc.1780338677.c02f46b → 2.3.0
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
CHANGED
|
@@ -4,10 +4,25 @@ 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
|
|
7
|
+
## [2.3.0] - 2026-06-09
|
|
8
|
+
### Added
|
|
9
|
+
- `send-logs` command — upload your CLI and editor (Unity / Blender) logs to Needle to help with troubleshooting. Secrets and sensitive information are redacted before upload. On existing installs you may need to sign in again once (`needle-cloud login`) before first use.
|
|
10
|
+
- `settings` command — view persistent CLI settings, including the new `settings remote-ai-tools <true|false>` toggle to control whether cloud AI tools can be dispatched to this machine. Setting changes apply immediately, no restart needed.
|
|
11
|
+
- The CLI now reports its version and build info when the local server starts.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- CLI logs now live in `~/.needle/cli/logs/`; existing logs are migrated automatically.
|
|
15
|
+
- Sensitive information is redacted from log files written to disk.
|
|
16
|
+
- The local server now accepts connections from the Needle browser extension.
|
|
17
|
+
|
|
8
18
|
### Security
|
|
9
|
-
- Hardened the CLI's local server
|
|
10
|
-
-
|
|
19
|
+
- Hardened the CLI's local server and MCP integration with stronger authentication and stricter access controls.
|
|
20
|
+
- Tightened permissions on locally stored credentials.
|
|
21
|
+
- Improved input validation for local MCP tools.
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- Session cookie handling in the local server.
|
|
25
|
+
- Path handling on Windows for local file access.
|
|
11
26
|
|
|
12
27
|
## [2.2.0] - 2026-05-27
|
|
13
28
|
### Added
|