Skip to content

Commit da9c0c7

Browse files
luoyuctl张安哲
andauthored
Add agenttrace plugin (#138)
Co-authored-by: 张安哲 <zhanganzhe@tenclass.com>
1 parent 85bed5b commit da9c0c7

5 files changed

Lines changed: 36 additions & 2 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@
4848
"category": "Development & Workflow",
4949
"description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions."
5050
},
51+
{
52+
"name": "agenttrace",
53+
"displayName": "agenttrace",
54+
"source": {
55+
"source": "local",
56+
"path": "./plugins/luoyuctl/agenttrace"
57+
},
58+
"policy": {
59+
"installation": "AVAILABLE",
60+
"authentication": "ON_INSTALL"
61+
},
62+
"category": "Development & Workflow",
63+
"description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
64+
"icon": "./plugins/luoyuctl/agenttrace/assets/plugin-icon.svg"
65+
},
5166
{
5267
"name": "antigravity",
5368
"displayName": "Antigravity Workspace Template",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
123123
- [Aegis](https://github.com/GanyuanRan/Aegis) - An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.
124124
- [Agentizer](https://github.com/Humiris/wwa-transform) - Turn any website into an AI-powered agentfront with split-pane
125125
- [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.
126+
- [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.
126127
- [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.
127128
- [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.
128129
- [Atelier Arith Julia Development Skills](https://github.com/AtelierArith/atelier-arith-julia-development-skills) - Codex skills for Julia installation, package creation, app creation, and test workflows.

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
"source": "awesome-codex-plugins",
4040
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/HEAD/.codex-plugin/plugin.json"
4141
},
42+
{
43+
"name": "agenttrace",
44+
"url": "https://github.com/luoyuctl/agenttrace",
45+
"owner": "luoyuctl",
46+
"repo": "agenttrace",
47+
"description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
48+
"category": "Development & Workflow",
49+
"source": "awesome-codex-plugins",
50+
"install_url": "https://raw.githubusercontent.com/luoyuctl/agenttrace/HEAD/.codex-plugin/plugin.json"
51+
},
4252
{
4353
"name": "Antigravity Workspace Template",
4454
"url": "https://github.com/study8677/antigravity-workspace-template",

plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"Create a Markdown overview report for agent sessions."
3939
],
4040
"brandColor": "#54FF00",
41-
"composerIcon": "./assets/logo-icon.png",
42-
"logo": "./assets/logo-icon.png",
41+
"composerIcon": "./assets/plugin-icon.svg",
42+
"logo": "./assets/plugin-icon.svg",
4343
"screenshots": [
4444
"./assets/tui-preview.png",
4545
"./assets/terminal-demo.png"
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)