Skip to content

Commit dd20ba6

Browse files
Copilotpelikhan
andauthored
fix: add effective_tokens_suffix template var, fix CI, update all workflow footers
- Add effective_tokens.cjs to SAFE_OUTPUTS_FILES in setup.sh (fixes CI test) - Add effective_tokens_suffix pre-formatted suffix (e.g. ' · ● 1.2K' or '') to all footer template contexts alongside effective_tokens and effective_tokens_formatted - Use getEffectiveTokensFromEnv() in generateFooterWithMessages() to centralize parsing - Update all 39 workflow footer templates with {effective_tokens_suffix}{history_link} - Update messages_core.cjs and docs to document the new effective_tokens_suffix variable Agent-Logs-Url: https://github.com/github/gh-aw/sessions/0fd227b9-6e6a-4159-90a2-42ef23b2e84b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 2c31ae5 commit dd20ba6

83 files changed

Lines changed: 886 additions & 881 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/archie.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/archie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ safe-outputs:
2626
add-comment:
2727
max: 1
2828
messages:
29-
footer: "> 📊 *Diagram rendered by [{workflow_name}]({run_url})*{history_link}"
29+
footer: "> 📊 *Diagram rendered by [{workflow_name}]({run_url})*{effective_tokens_suffix}{history_link}"
3030
footer-workflow-recompile: "> 🔧 *Workflow sync report by [{workflow_name}]({run_url}) for {repository}*"
3131
footer-workflow-recompile-comment: "> 🔄 *Update from [{workflow_name}]({run_url}) for {repository}*"
3232
run-started: "📐 [{workflow_name}]({run_url}) is analyzing the architecture for this {event_type}..."

0 commit comments

Comments
 (0)