Commit Graph

5 Commits

Author SHA1 Message Date
Adrian Garcia Badaracco 29db448d52 Add /dev-session command for local Logfire debugging
Adds a new command that calls the Logfire MCP server's local_dev_session
tool to provision temporary credentials and inject them into the user's
app. Supports .env files, Docker Compose, Tilt, Skaffold, Dev Containers,
Kubernetes manifests, Procfile, and Makefile/justfile setups.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:31:27 -07:00
Marcelo Trylesinski 90bea67137 Update install command in logfire plugin README 2026-03-12 10:45:49 -07:00
Marcelo Trylesinski e02914c5bf Add back /debug command lost during restructure 2026-02-24 17:03:33 +00:00
Marcelo Trylesinski f124d1b81e Rename plugin to logfire, add multi-language support and per-language references
Rename plugin from instrument-with-logfire to logfire, rename skill from
logfire-instrumentation to instrumentation inside the plugin. Add Python,
JavaScript/TypeScript, and Rust instrumentation to SKILL.md and /instrument
command. Split references into per-language directories (python/, javascript/,
rust/) with dedicated pattern and framework files.
2026-02-24 17:00:04 +00:00
Marcelo Trylesinski f8a7f0fb70 Add instrument-with-logfire plugin with skills, commands, and MCP config
Logfire instrumentation skill (SKILL.md) covering framework detection,
extras installation, configure/instrument ordering, structured logging,
and AI/LLM instrumentation. Includes /instrument and /debug commands,
remote HTTP MCP server config, and cross-agent standalone skill copy
with prek sync check.
2026-02-24 15:55:04 +00:00