docs(insomnia): plugin sandbox, permissions, and troubleshooting pages (draft) - #6597
Draft
jackkav wants to merge 2 commits into
Draft
docs(insomnia): plugin sandbox, permissions, and troubleshooting pages (draft)#6597jackkav wants to merge 2 commits into
jackkav wants to merge 2 commits into
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Insomnia plugin sandbox docs (draft)
Adds three new pages under
app/insomnia/plugins/documenting the sandboxed plugin model shipped in Insomnia 13.x, and registers them in the Insomnia nav (app/_indices/insomnia.yaml). Opened as a draft to iterate on.New pages
sandbox-and-trust.md) — in-process vs the QuickJS sandbox, thepluginSandboxEnabledsetting (supersedes thetemplateTagSandboxEnabledexperiment), the four execution modes, the per-plugin Full host access (elevated) opt-in, a migration guide, and a "what changed" (hardening vs. regression) table.permissions.md) — theinsomnia.permissionsmanifest (modules+capabilities), the default-deny baseline, and a capability reference.troubleshooting.md) — the "my plugin disappeared → disabled row with a reason" behavior (Custom plugins disappearing insomnia#10295), reload-recovers-after-fix, and current known limitations.These complement the existing
plugin-reference,context-object-reference, andhooks-and-actionspages (no overlap).Reviewer notes — two inline TODOs before publishing
permissions.mdis illustrative; it should be replaced with the canonical generated list (ALL_SANDBOX_MODULESin the Insomnia source) so it can't drift.troubleshooting.mdis gated on triaging Folder plugin actions (requestGroupActions) broken insomnia#10292 — it may be a bug to fix rather than a limitation to document. That section is marked "do not finalize until triaged."Frontmatter, callout syntax (
{:.warning}), and nav registration follow the existing plugin pages.🤖 Drafted by Claude Code