Skip to content

fix: sidebar shows OpenCode instead of Altimate Code after upstream merge#168

Merged
anandgupta42 merged 2 commits intomainfrom
fix/sidebar-branding-opencode
Mar 15, 2026
Merged

fix: sidebar shows OpenCode instead of Altimate Code after upstream merge#168
anandgupta42 merged 2 commits intomainfrom
fix/sidebar-branding-opencode

Conversation

@anandgupta42
Copy link
Contributor

What does this PR do?

Fixes sidebar footer branding that was reverted to "OpenCode" by an upstream merge, and adds guards to prevent it from happening again.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Issue for this PR

Closes #167

How did you verify your code works?

  • Ran bun test test/branding/upstream-merge-guard.test.ts — all 87 tests pass (including 2 new TUI branding tests)
  • Typecheck passes cleanly

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

Summary

  • Replace <b>Open</b><b>Code</b> with <b>Altimate</b><b> Code</b> in sidebar footer
  • Add altimate_change markers around the branding block so the upstream merge script preserves it
  • Add TUI branding guard tests to upstream-merge-guard.test.ts to catch regressions
  • Fix pre-existing typecheck error in training test (stale accepted/rejected properties)

Test plan

  • Branding guard tests pass (87/87)
  • Typecheck passes
  • Visual verification: sidebar shows "Altimate Code vX.Y.Z"

🤖 Generated with Claude Code

…am merge

- Replace `<b>Open</b><b>Code</b>` with `<b>Altimate</b><b> Code</b>` in sidebar footer
- Add `altimate_change` markers to protect branding block from future upstream merges
- Add TUI branding guard tests to `upstream-merge-guard.test.ts`

Closes #167
…kMeta` test

These fields were removed from the type but the test wasn't updated.
@anandgupta42 anandgupta42 merged commit f7677f9 into main Mar 15, 2026
9 checks passed
anandgupta42 added a commit that referenced this pull request Mar 17, 2026
…erge (#168)

* fix: sidebar shows `OpenCode` instead of `Altimate Code` after upstream merge

- Replace `<b>Open</b><b>Code</b>` with `<b>Altimate</b><b> Code</b>` in sidebar footer
- Add `altimate_change` markers to protect branding block from future upstream merges
- Add TUI branding guard tests to `upstream-merge-guard.test.ts`

Closes #167

* fix: remove stale `accepted`/`rejected` properties from `TrainingBlockMeta` test

These fields were removed from the type but the test wasn't updated.
@anandgupta42 anandgupta42 deleted the fix/sidebar-branding-opencode branch March 17, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: sidebar shows 'OpenCode' instead of 'Altimate Code' after upstream merge

1 participant