插件介绍
Runtime evidence that helps agents trace, profile, and burn down hotspots in application and native code, GPU kernels, and inference stacks.
项目详情摘要
flameox Bounded local runtime evidence for coding agents. Flameox coordinates profilers, benchmark tools, trace processors, and direct local targets. It gives an agent a short path from an explicit native artifact or live command to bounded evidence, while keeping preservation optional. There is no workspace to initialize, `flameox.toml`, SQLite control plane, durable job to poll, or parent-directory discovery. Analyze existing artifacts by passing their exact paths and formats. Quick start The MCP server has no workspace or project binding: Run the short global setup wizard through npm: Setup detects Claude Code, Cursor, OpenCode, Codex, Gemini CLI, and Google Antigravity, then asks which clients should use Flameox. It preserves unrelated client configuration and writes a Python 3.12 `uvx` launcher pinned to the exact Flameox release that ran setup. Restart or reconnect changed clients afterward. For automation, pass `--client codex --yes`, repeat `--client`, or use `--all --yes`; `--dry-run` reports the same global paths without writing them. Detection is never automation consent. Explicit `--provider` selections prepare the exact version-pinned `uvx` environment in the saved launcher by resolving it once into uvx's cache; they do not create a persistent global `uv tool` installation. Each invocation declares the complete managed provider set for that launcher rather than adding to remembered state. Use `--timeout-seconds` for a slow cold resolution. System and vendor tools are diagnosed with external install guidance. Setup never initializes or mutates a project. Authority model Analysis and unpreserved capture make no durable Flameox writes. Capture artifacts stay in bounded session scratch until preservation, least-recently-used eviction, or server shutdown. An evi
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:morluto/flameox
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。