diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index e1a072da..f19d30a6 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -48,6 +48,21 @@ "category": "Development & Workflow", "description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions." }, + { + "name": "agenttrace", + "displayName": "agenttrace", + "source": { + "source": "local", + "path": "./plugins/luoyuctl/agenttrace" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Development & Workflow", + "description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.", + "icon": "./plugins/luoyuctl/agenttrace/assets/plugin-icon.svg" + }, { "name": "antigravity", "displayName": "Antigravity Workspace Template", diff --git a/README.md b/README.md index 4a3184a7..e37df352 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Aegis](https://github.com/GanyuanRan/Aegis) - An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows. - [Agentizer](https://github.com/Humiris/wwa-transform) - Turn any website into an AI-powered agentfront with split-pane - [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions. +- [agenttrace](https://github.com/luoyuctl/agenttrace) - Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals. - [Antigravity Workspace Template](https://github.com/study8677/antigravity-workspace-template) - Multi-agent codebase knowledge graph generator with context-aware planning and automatic scope management — turns codebases into coherent agent workspaces. - [Archcore](https://github.com/archcore-ai/plugin) - Gives coding agents the architecture, rules, and prior decisions of the repo via skills, hooks, and MCP — so new changes land where the project says they belong across Claude Code, Cursor, and Codex CLI. - [Bring Your AI Migration Auditor](https://github.com/unitedideas/bringyour-mcp) - Read-only Codex plugin for auditing Claude Code to Codex migrations before Codex edits code. Checks AGENTS.md/CLAUDE.md scope, hooks, MCP config, skills, secret references, and validation notes. diff --git a/plugins.json b/plugins.json index 4c75463f..2a642dfc 100644 --- a/plugins.json +++ b/plugins.json @@ -2,8 +2,8 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "name": "awesome-codex-plugins", "version": "1.0.0", - "last_updated": "2026-05-18", - "total": 80, + "last_updated": "2026-05-20", + "total": 81, "categories": [ "Development & Workflow", "Tools & Integrations" @@ -39,6 +39,16 @@ "source": "awesome-codex-plugins", "install_url": "https://raw.githubusercontent.com/boshu2/agentops/HEAD/.codex-plugin/plugin.json" }, + { + "name": "agenttrace", + "url": "https://github.com/luoyuctl/agenttrace", + "owner": "luoyuctl", + "repo": "agenttrace", + "description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.", + "category": "Development & Workflow", + "source": "awesome-codex-plugins", + "install_url": "https://raw.githubusercontent.com/luoyuctl/agenttrace/HEAD/.codex-plugin/plugin.json" + }, { "name": "Antigravity Workspace Template", "url": "https://github.com/study8677/antigravity-workspace-template", diff --git a/plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json b/plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json index 36e8d222..f6070c6e 100644 --- a/plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json +++ b/plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json @@ -38,8 +38,8 @@ "Create a Markdown overview report for agent sessions." ], "brandColor": "#54FF00", - "composerIcon": "./assets/logo-icon.png", - "logo": "./assets/logo-icon.png", + "composerIcon": "./assets/plugin-icon.svg", + "logo": "./assets/plugin-icon.svg", "screenshots": [ "./assets/tui-preview.png", "./assets/terminal-demo.png" diff --git a/plugins/luoyuctl/agenttrace/assets/plugin-icon.svg b/plugins/luoyuctl/agenttrace/assets/plugin-icon.svg new file mode 100644 index 00000000..503a4d65 --- /dev/null +++ b/plugins/luoyuctl/agenttrace/assets/plugin-icon.svg @@ -0,0 +1,8 @@ + + + + + + + +