Skip to content

Fix: Restore version in agent badge#65

Merged
nille merged 2 commits intomainfrom
fix/agent-badge-version
Apr 15, 2026
Merged

Fix: Restore version in agent badge#65
nille merged 2 commits intomainfrom
fix/agent-badge-version

Conversation

@nille
Copy link
Copy Markdown
Owner

@nille nille commented Apr 15, 2026

Summary

  • Restore version number in agent name field so the orange badge shows shipkit v0.1.12
  • Update cli.py run command to pass versioned name to --agent flag so it matches

Previously the name was changed to just shipkit to fix --agent matching, but this lost the version display in the UI badge. Now both work: badge shows version, and the CLI passes the correct versioned name.

Test plan

  • shipkit run launches with orange badge showing shipkit v0.1.12
  • sk alias also shows versioned badge
  • Agent is fully functional (hooks fire, skills available)

nille added 2 commits April 15, 2026 08:44
Put version back in agent name field so the orange badge shows
'shipkit v0.1.12'. Update cli.py run command to pass the versioned
name to --agent so it matches correctly.
The agent name now includes a version suffix (e.g., "shipkit v0.1.12"),
so the assertion needs to check startsWith rather than exact match.
@nille nille merged commit d3db71f into main Apr 15, 2026
4 checks passed
@nille nille deleted the fix/agent-badge-version branch April 15, 2026 06:53
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.

1 participant