LAM-1968: Claude Code and Codex plugin docs#198
Open
laminar-coding-agent[bot] wants to merge 3 commits into
Open
LAM-1968: Claude Code and Codex plugin docs#198laminar-coding-agent[bot] wants to merge 3 commits into
laminar-coding-agent[bot] wants to merge 3 commits into
Conversation
New coding-agent integration pages for the Laminar Claude Code and Codex plugins, installable with one command via the new `lmnr-cli plugin add <agent>` installer (lmnr-ts #279, shipped in lmnr-cli 0.3.2). Each page covers the CLI install flow, manual marketplace install, the ~/.config/lmnr/<agent>-plugin.json config contract, a dedicated self-hosting note (--frontend-url / --base-url, port-carrying baseUrl), and troubleshooting. Also: list both pages first under Coding agents in docs.json and the integrations overview, add a July 2026 changelog entry, and record the plugin-docs invariants in CLAUDE.md (lmnr@lmnr ref, per-agent activation, stale README ref caveat). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
The new
lmnr-cli plugin add <agent>installer (lmnr-ts #279, shipped inlmnr-cli0.3.2) makes tracing Claude Code and Codex CLI sessions a one-command setup, but neither agent had an integration page. These are the two most popular coding agents, so they should be front and center in the integrations list.What
tracing/integrations/claude-code.mdxandtracing/integrations/codex.mdx: what Laminar captures (one trace per turn, LLM calls, tool executions, subagents for Claude Code, session grouping), thenpx lmnr-cli@latest plugin add <agent>install flow, per-agent activation (/reload-pluginsvs restart), manual marketplace install (claude plugin install lmnr@lmnr --scope user/codex plugin add lmnr@lmnr), the~/.config/lmnr/<agent>-plugin.jsonconfig contract with env overrides, and troubleshooting.plugin add --frontend-url <issuer> --base-url <api>works against any instance; the plugin'sbaseUrlmust carry the API port (e.g.http://localhost:8000for Docker Compose) because the plugin POSTs to<baseUrl>/v1/traces. Repeated in the Troubleshooting accordion with the edit-the-config-file recovery path.docs.jsonand to the Coding agents section of the integrations overview, listed before Claude Agent SDK / OpenCode.lmnr@lmnrfor both agents; the Claude plugin repo README'slaminar@laminaris stale;baseUrlincludes the port unlike the SDK's split; per-agent activation differences).Verification
lmnr-cli@0.3.2npm artifact (plugin add --helpoutput and bundledAGENTSregistry), not just the repo source./v1/tracesendpoint, fail-open, session grouping,LMNR_USER_IDattribution) verified against both plugin repos' source.npx mintlify broken-linkspasses; no em dashes or banned vocabulary.Facts I could not verify end-to-end
plugin addinstall (noclaude/codexhost CLI in the sandbox); the printed-commands fallback path is documented from the CLI source and--helpoutput.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no application or API code; incorrect install flags would confuse users but do not affect production systems.
Overview
Adds public docs for tracing Claude Code and OpenAI Codex CLI via the
lmnr-cli plugin addflow (LAM-1968).New pages
tracing/integrations/claude-code.mdxandtracing/integrations/codex.mdxdescribe one-command install (npx lmnr-cli@latest plugin add claude-code|codex), global config at~/.config/lmnr/<agent>-plugin.json, manual marketplace install (lmnr@lmnr), env overrides, and self-hosted--frontend-url/--base-url(API URL must include the port). Activation differs: Claude Code uses/reload-pluginsor a new terminal; Codex requires a restart.docs.jsonand the Coding agents section ontracing/integrations/overview.mdxlist both integrations first, ahead of Claude Agent SDK and OpenCode.changelog.mdxgets a July 2026 entry.CLAUDE.mdrecords maintainer invariants (canonicallmnr@lmnrref, no legacy Codex install path,baseUrlincludes port).Reviewed by Cursor Bugbot for commit 988c4c2. Bugbot is set up for automated code reviews on this repo. Configure here.