Skip to content

Commit 743a06b

Browse files
author
张安哲
committed
Add agent run inspection debugging tip
1 parent 54bcf16 commit 743a06b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Vibe coding is a mindset for AI assisted development where you "vibe" with the A
8787
- If the first fix doesn't work, explain the outcome and try again.
8888
- The AI is often capable of resolving it.
8989

90+
- **Inspect Agent Runs**:
91+
- When an AI task is slow, costly, or repeatedly failing, review the saved session logs instead of judging only the final answer.
92+
- Tools like [agenttrace](https://github.com/luoyuctl/agenttrace) can surface token usage, cost, latency gaps, tool failures, and retry loops across Claude Code, Codex CLI, Gemini CLI, Cursor exports, and similar agents.
93+
9094
- **Iterate and Refine**:
9195
- Embrace rapid iteration.
9296
- Don't worry about perfect designs initially.
@@ -174,4 +178,4 @@ This project is licensed under [MIT License](LICENSE).
174178

175179
---
176180

177-
⭐️ If you find this repository helpful, please consider giving it a star!
181+
⭐️ If you find this repository helpful, please consider giving it a star!

testing_and_debugging_guide/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
- If the first fix doesn't work, explain the outcome and try again.
1010
- The AI is often capable of resolving it.
1111

12+
- **Inspect Agent Runs**:
13+
- When an AI task is slow, costly, or repeatedly failing, review the saved session logs instead of judging only the final answer.
14+
- Tools like [agenttrace](https://github.com/luoyuctl/agenttrace) can surface token usage, cost, latency gaps, tool failures, and retry loops across Claude Code, Codex CLI, Gemini CLI, Cursor exports, and similar agents.
15+
1216
- **Iterate and Refine**:
1317
- Embrace rapid iteration.
1418
- Don't worry about perfect designs initially.
15-
- Improve them step by step.
19+
- Improve them step by step.

0 commit comments

Comments
 (0)