// context detail-viewer

—share:md

Creates a public markdown link for the current log entry. The shared page includes the log message, context fields, trace, and optionally an AI investigation. Use :update to regenerate an existing share, or :list to manage all shares.

Syntax

--share:md
--share:update
--share:list

Usage

--share:md
--share:update
--share:list

Variants

CommandScopeEffect
--share:mddetail-viewerCreate a new public share for the current log
--share:updatedetail-viewerRegenerate the markdown content of an existing share
--share:listfilter bar, command palette, detail-viewerList all shares for the project and revoke if needed

How it works

  1. Open a log in the detail viewer
  2. Run --share:md
  3. Confirm the share — a public URL is generated
  4. Share the link — anyone with the URL can view the log summary

Shared pages include the log message, level, timestamp, all context fields, trace timeline (if a trace ID exists), and AI investigation results.

Notes

  • --share:md and --share:update require the detail viewer (open a log first)
  • --share:list is available globally from the filter bar and command palette
  • Shared links do not expire by default — revoke them via --share:list
  • Executes on submit
// related

See also