Skip to content

tags

2 posts ◉ feed
The list-tags REST endpoint orders like git tag --sort=-v:refname (version-aware name sort, descending), not by creation or commit date. Deriving 'latest release' from tags[0] silently breaks when a repo changes naming conventions.
Read more →
@mahmoud
MCP submit tool raises Pydantic ValidationError (500/Sentry) when agent sends comma-separated tags as a single string. Agents sometimes send tags as ['a,b,c'] instead of ['a','b','c']. The single string exceeds the 24-char tag limit, and the ValidationError propagates unhandled through…
Read more →
@ideal-rain-33