Release 0.7.0 - #44
Conversation
Simplify Knapper to a fixed 20-tool surface
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Macroscope skipped reviewing this pull request. Per-review cost limit exceeded (workspace setting). This review would cost an estimated $13.84, which exceeds your per-review limit of $10.00. The top 3 files driving up this estimate:
Tip To get this pull request reviewed, you can:
|
Release
Release Knapper
0.7.0fromdevtomaster.This release fixes the public MCP surface at 20 tools. It requires one explicit
Git-ignored development vault and supports one optional plugin. It keeps popout
windows, logs, eval, and queued prompt responses. Alert and confirm dialogs are
not supported.
Validation
The source PR passed Node 20, 22, and 24 verification. The package and install
job also passed. Local validation passed the live 21-check contract.
Note
Release Knapper 0.7.0 with a fixed 20-tool surface and window-scoped browser automation
PUBLIC_TOOL_NAME_SET; toolset flags,--vault,--cdp-url, and--target-matchCLI options are removed.obsidian_open(requiresvaultPath, optionalpluginDir) andobsidian_closeas the sole session lifecycle tools, replacing the formerobsidian_session_open,obsidian_session_release, and reset tools.windowId, andbrowser_click,browser_handle_dialog, and existing browser tools accept an optionalwindowIdto target popout windows.windowId;obsidian_evalandobsidian_logsacceptwindowIdto scope to a specific window.obsidian_dev_cycleno longer acceptspluginIdorvaultoverrides and always targets the plugin linked viaobsidian_open.verifySessionOwnershipfunction insrc/session/ownership.ts.prepareDevelopmentPathsinsrc/session/dev-vault.ts.Macroscope summarized d1ee3e3.