site: 5.0.0 release post and feature-page refresh#346
Merged
Conversation
The notebook-intelligence org was renamed to plmbr, and the npm package scope renamed from @notebook-intelligence/notebook-intelligence to @plmbr/notebook-intelligence (plmbr#342). GitHub redirects the old URLs, but every page on plmbr.dev still rendered with the pre-rename org name in headers, footers, layouts, posts, and content pages, and the install checklist still pointed at the old npm scope. This points 22 files at the new canonical `github.com/plmbr/notebook-intelligence` shape and updates the labextension checklist entry to match the live npm name. Scope intentionally excludes `_config.yml`'s url / baseurl / domain block and CNAME, both already updated upstream in the recent domain-cutover commits.
Add the v5.0.0 release post and pull forward the most user-visible 5.0.0 surface into the admin and feature pages. - _posts/2026-05-22-v5-0-0.markdown: three new Settings tabs, coding-agent launcher tiles, real progress feedback, refresh-open-files-on-disk-change, workspace @-mention pointers in Claude mode, terminal drag-drop, a11y pass, security hardening, fastmcp -> official mcp SDK, dynamic Copilot model discovery. Mirrors the section structure of the v4.6 / v4.7 / v4.8 posts. - admin.markdown: extend the policy-categories list with the new Settings-tab policies (skills/MCP/plugins management), the user-toggle policies that landed in 5.0.0 (refresh open files, terminal drag-drop, Claude setting-source user/project), the coding-agent launcher block-list, the upload-staging tunables, and the skill archive cap. - features/skills-plugins.markdown: mention Skills is now a top-level tab, tracks-upstream import flag, multi-manifest support, the new Claude MCP Servers tab (per-workspace toggle + JSON-paste path), the marketplace picker and per-plugin Update button. - features/claude-code.markdown: real progress feedback, refresh-on-disk, workspace @-mention pointers, terminal drag-drop, new chat session button, launcher tile no longer gated by Claude mode.
mbektas
approved these changes
May 24, 2026
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.
Summary
5.0.0 shipped on 2026-05-22 but the marketing site still describes 4.8.0. This PR adds the v5.0.0 release post and pulls forward the most user-visible 5.0.0 surface into the admin and feature pages so visitors who land on plmbr.dev today see the current product, not a snapshot from two months ago.
Stacked on top of #345 (the org-rename URL refresh). Once #345 merges, this PR rebases cleanly onto gh-pages.
Solution
Four file changes:
_posts/2026-05-22-v5-0-0.markdown(new). Follows the v4-6 / v4-7 / v4-8 post template. Covers three new top-level Settings tabs (Skills, Claude MCP Servers, Claude Plugins) with admin policies, the five coding-agent launcher tiles, agent-aware chat UX (elapsed-time counter, "may be slow" pulse, tool-call narration, New chat session button), refresh-open-files-on-disk-change in the External-changes section, workspace files as @-mention pointers in Claude mode, terminal drag-drop, the accessibility pass, security hardening (shell-tool sandboxing, websocket auth, encrypted token 0o600, env scrubbing, XSS allowlist on anchors), the fastmcp -> official mcp SDK swap, and dynamic Copilot model discovery. Pinned at the canonical permalink/blog/v5-0-0/.admin.markdown. Extend the policy-categories list with the new 5.0.0 Settings-tab policies (NBI_SKILLS_MANAGEMENT_POLICY,NBI_CLAUDE_MCP_MANAGEMENT_POLICY,NBI_CLAUDE_PLUGINS_MANAGEMENT_POLICY), the user-toggle policies that landed in 5.0.0 (NBI_REFRESH_OPEN_FILES_ON_DISK_CHANGE_POLICY,NBI_TERMINAL_DRAG_DROP_POLICY, the Claude setting-source pair), the coding-agent launcher block-list (disabled_coding_agent_launchers+NBI_ENABLED_CODING_AGENT_LAUNCHERS), the upload-staging tunables, and the skill archive cap.features/skills-plugins.markdown. Mention Skills is now a top-level tab (not a Claude-mode sub-tab), the tracks-upstream import flag, multi-manifestNBI_SKILLS_MANIFEST, the new Claude MCP Servers tab with per-workspace toggle and JSON-paste path, the Claude Plugins marketplace picker and per-plugin Update button, and the admin policies on each.features/claude-code.markdown. Pull forward real progress feedback during long Claude turns, the open-files refresh, workspace @-mention pointers, terminal drag-drop, the New chat session button, and the fact that the launcher tile is no longer gated by Claude chat mode.Testing
Static-site changes. No automated tests. Verified the new post's front-matter against the v4-8 post (same fields, same permalink shape) and confirmed the four 2025 launch posts carry
archived: truewhile v4-6 through v5-0 do not, so the blog index will list v5-0 alongside the recent release posts and the four 2025 posts stay in the archive.Risks / follow-ups
None. The post URL
/blog/v5-0-0/doesn't collide with any existing route. Once #345 lands and this one merges, plmbr.dev will be on-message for 5.0.0.