Skip to content

fix: add dot separator between model name and AIC value in footer - #195

Closed
pelikhan with Copilot wants to merge 1 commit into
mainfrom
copilot/update-footer-formatting
Closed

fix: add dot separator between model name and AIC value in footer#195
pelikhan with Copilot wants to merge 1 commit into
mainfrom
copilot/update-footer-formatting

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The footer omitted a · separator between the compressed model name and the AIC value, breaking visual consistency with the rest of the footer items.

Change

  • setup/js/messages_footer.cjsbuildAICEntry: insert · between the model alias and the formatted AIC value
- suffix: formatted ? ` · ${prefix ? `${prefix} ` : ""}${formatted} AIC` : "",
+ suffix: formatted ? ` · ${prefix ? `${prefix} · ` : ""}${formatted} AIC` : "",

Before: Generated by Team Status · sonnet46 21.5 AIC · ⌖ 6.1 AIC
After: Generated by Team Status · sonnet46 · 21.5 AIC · ⌖ 6.1 AIC

Copilot AI changed the title Add dot separator between model name and AIC value in footer fix: add dot separator between model name and AIC value in footer Jul 23, 2026
Copilot AI requested a review from pelikhan July 23, 2026 12:15
@pelikhan pelikhan closed this Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants