Skip to content

site: 5.0.0 release post and feature-page refresh#346

Merged
mbektas merged 2 commits into
plmbr:gh-pagesfrom
pjdoland:docs/v5-blog-and-content
May 24, 2026
Merged

site: 5.0.0 release post and feature-page refresh#346
mbektas merged 2 commits into
plmbr:gh-pagesfrom
pjdoland:docs/v5-blog-and-content

Conversation

@pjdoland
Copy link
Copy Markdown
Collaborator

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-manifest NBI_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: true while 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.

pjdoland added 2 commits May 23, 2026 14:31
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.
@pjdoland pjdoland added the documentation Improvements or additions to documentation label May 23, 2026
@mbektas mbektas merged commit 3f023a5 into plmbr:gh-pages May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants