v0.12.0-beta.2
Pre-release
Pre-release
·
298 commits
to main
since this release
Delta since previous beta (v0.12.0-beta.1) — 1 new changeset.
Patch Changes
- The MCP
exectool now runs commands in the explicitcwdyou pass, even when it points at a subdirectory of an OK project. Previously the resolver walkedcwdup to the enclosing.ok/config.ymland ran bash from the project root, so a subdir-relative command likecat notes.md(cwd<project>/subdir) failed with a spurious "No such file or directory" andstructuredContent.cwdreported the root instead of the directory you asked for — agents had to work around it with project-root-relative paths. The walk-up still resolves which project owns the call (config, server URL, lock, and enrichment stay project-anchored), but the execution directory is now the literal path passed.structuredContent.cwdreports where the command actually ran, and referenced-file enrichment resolves correctly regardless of which subdirectory bash ran in.- @inkeep/open-knowledge-core@0.11.1-beta.0