You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"**Effective Token Budget Exhausted**: The run failed due to effective-token budget/rate-limit enforcement in the API proxy.\n\n"+
2906
+
"**AI Credits Budget Guidance**: The run hit a legacy effective-token rate-limit signal from the API proxy. gh-aw now uses AI Credits (AIC) as the primary cost metric, so migrate per-run budgeting to `max-ai-credits`.\n\n"+
2907
2907
"<details>\n"+
2908
2908
"<summary>Why this happened and how to optimize</summary>\n\n"+
2909
-
"- Learn about [effective tokens]({et_spec_link}).\n"+
2909
+
"- Learn about [AI Credits]({ai_credits_spec_link}).\n"+
2910
2910
"{usage_line}{budget_line}{run_line}\n"+
2911
+
"- `max-effective-tokens` is deprecated; use `max-ai-credits` in workflow frontmatter.\n\n"+
2911
2912
"You can tune this limit with `max-ai-credits` in workflow frontmatter.\n\n"+
2912
2913
"{et_table_section}\n"+
2913
-
"- To optimize this workflow, follow the [token optimization instructions]({token_opt_link}).\n"+
2914
+
"- To budget and optimize this workflow, follow the [cost management guidance]({cost_management_link}).\n"+
**⚠️ Effective Token Budget Exhausted**: The run failed due to effective-token budget/rate-limit enforcement in the API proxy.
1
+
**⚠️ AI Credits Budget Guidance**: The run hit a legacy effective-token rate-limit signal from the API proxy. gh-aw now uses AI Credits (AIC) as the primary cost metric, so migrate per-run budgeting to `max-ai-credits`.
2
2
3
3
<details>
4
4
<summary>Why this happened and how to optimize</summary>
5
5
6
-
- Learn about [effective tokens]({et_spec_link}).
6
+
- Learn about [AI Credits]({ai_credits_spec_link}).
7
7
{usage_line}{budget_line}{run_line}
8
+
-`max-effective-tokens` is deprecated; use `max-ai-credits` in workflow frontmatter.
8
9
You can tune this limit with `max-ai-credits` in workflow frontmatter.
9
10
10
11
{et_table_section}
11
-
- To optimize this workflow, follow the [token optimization instructions]({token_opt_link}).
12
+
- To budget and optimize this workflow, follow the [cost management guidance]({cost_management_link}).
0 commit comments