Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: report the CLI version in the client header - #148

Merged
a-essawy merged 1 commit into
mainfrom
fix/client-version
Sep 1, 2026
Merged

fix: report the CLI version in the client header#148
a-essawy merged 1 commit into
mainfrom
fix/client-version

Conversation

@a-essawy

@a-essawy a-essawy commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Last of an audit of client identification across every Rendobar client.

The gap

The CLI sent a bare cli. A bug report could say traffic came from the CLI but
never which build — and that matters more here than anywhere else, because
the CLI self-updates, so the installed version is exactly the thing nobody
can tell you after the fact.

Every client now agrees

Client Sends
SDK sdk/5.10.0 already correct
Activepieces activepieces/0.2.0 already correct
MCP mcp/1.11.0 rendobar/mcp#141 — was masquerading as sdk
n8n n8n/0.5.0 rendobar/n8n-nodes-rendobar#16
CLI cli/1.12.2 this PR

No drift risk

VERSION is already generated from package.json at build time and used in
four other places, so there is no new constant to keep in sync.

Checks

  • 230 tests pass, typecheck clean

The CLI sent a bare "cli", so a bug report could say the traffic came from the
CLI but never which build. That matters more here than anywhere else: the CLI
self-updates, so the installed version is exactly the thing nobody can tell you
after the fact.

VERSION is already generated from package.json at build time and used in four
other places, so this cannot drift.
@a-essawy
a-essawy merged commit 24204d5 into main Sep 1, 2026
2 checks passed
@a-essawy a-essawy mentioned this pull request Sep 1, 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.

1 participant