@voiden/runner 2.3.0-beta.3 → 2.3.0-beta.4

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to `@voiden/runner` are documented here. This package is
4
4
  versioned and released independently of the Voiden desktop app.
5
5
 
6
+ ## v2.3.0-beta.4 - 2026-08-06
7
+
8
+ ### Fixed
9
+ - A served `/tool`'s `source: environment` param now actually resolves from
10
+ the project's `.voiden/env-public.yaml` / `.voiden/env-private.yaml` files
11
+ (private overrides public), not just the bare `@voiden/mcp-server` process's
12
+ own OS environment. Deliberately simplified vs. the app's full environment
13
+ system — no profiles, no hierarchical/child environments, no "active
14
+ environment" selection (nothing to select from headlessly) — only resolves
15
+ when a project has exactly one environment defined; ambiguous otherwise.
16
+
6
17
  ## v2.3.0-beta.3 - 2026-08-06
7
18
 
8
19
  ### Fixed