Commit 027eec6
committed
docs(l10n): add AI agent instructions for updating po/XX.po files
Add a new section in the AI Agents chapter to provide clear instructions
for updating language-specific PO files. The improved documentation
significantly reduces both model interaction rounds and execution time.
Performance evaluation using qwen model:
git-po-helper agent-test --runs=5 --agent=qwen update-po
Benchmark results (5-run average):
Before After Improvement
Turns: 18 7 -61%
Exec time: 42s 18s -57%
Turn range: 5-24 3-13
Time range: 13s-65s 11s-26s
The optimization makes agent workflows more efficient and reduces
API costs by minimizing unnecessary LLM interactions and file content
checks.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>1 parent 81ac806 commit 027eec6
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
483 | 498 | | |
484 | 499 | | |
485 | 500 | | |
0 commit comments