Skip to content

Version Packages (alpha)#157

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages (alpha)#157
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@peekdev/mcp@0.1.0-alpha.25

Minor Changes

  • 22743c0: Add share_session MCP tool — consent-gated session bundle export.

    share_session(sessionId, surface?) elicits an explicit egress consent card
    (naming what is exported and where) before producing a portable .peekbundle
    temp file from a recorded session. On deny → { ok: false, result: 'denied' },
    no file written. On approve → { ok: true, bundlePath, filename, sizeBytes, caveat }.
    The bundle contains the masked session recording (DOM + console/network events).
    Every approved export is recorded to ~/.peek/audit.log as tool: share_session
    (session ID + surface; bundle bytes are never written to the audit log).
    Designed for connector-driven upload flows (e.g. Slack @peek share this session);
    the connector is responsible for uploading and deleting the temp file.

  • 99d7e1e: peek-mcp: add render_session_journey tool for connector canvas rendering

    New read tool render_session_journey({ sessionId, errorId? }) returns the full CausalChain (timeline, narrative, error, actions, DOM mutations, network errors) for a session — the same data path as get_user_action_before_error, under a dedicated tool name so a connector can intercept only journey results for rich rendering (e.g. a Slack canvas). When errorId is omitted, the session's latest console error is selected automatically. Returns a clear text message when the session has no console errors.

@peekdev/cli@0.1.0-alpha.31

Patch Changes

  • Updated dependencies [22743c0]
  • Updated dependencies [99d7e1e]
    • @peekdev/mcp@0.1.0-alpha.25

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0182a52 to 68bd462 Compare July 10, 2026 00:50
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 68bd462 to 4b12fb5 Compare July 10, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants