Files
nofx/agent
shinchan-zhai bf289e8eb3 fix(agent): reduce verbose responses — focus answers on user's question only
Root cause: when planner fails (402 payment), legacy loop dumps all system
context to LLM which outputs everything. Also final response prompt was too
weak — LLM treated all observations as required output.

Changes:
- Strengthen system prompt: "answer ONLY what user asked", no tables/tutorials
  unless requested, no self-intro repeats, no "next step" suggestions
- Add compact observation summary for final response (step summaries only,
  no raw JSON blobs)
- Domain-filtered tool selection in legacy loop to prevent over-fetching
- Fix domain routing: "钱包/wallet" → account domain (not model), with
  exchange configs included for wallet context
- Widen wallet fast-path: no longer requires "claw402" keyword
- Anti-repetition instructions in planner step selector

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-11 21:12:48 +08:00
..
v2
2026-04-25 20:24:46 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
v2
2026-04-25 20:24:46 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
2026-04-18 16:06:42 +08:00
2026-04-25 16:18:45 +08:00
2026-04-25 16:18:45 +08:00
v2
2026-04-25 20:24:46 +08:00
v2
2026-04-25 20:24:46 +08:00
2026-05-02 22:55:10 +08:00