chore(release): bump hub 0.25.4, hub-core 0.26.3, hub-pi 1.5.4 with clean builds#74
Merged
Merged
Conversation
…lean builds The 0.25.3 npm artifact was built from stale dist chunks and shipped buildClaudeCodeMcpEntry without the env: prefix strip (9c67654), so generated .mcp.json kept ${env:VAR} placeholders that Claude Code does not expand, breaking every env-dependent MCP server. Bump all packages to force a fresh publish and add --clean to tsup so stale chunks can never be packed again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughCLI, core, and pi package versions were incremented. Their build scripts now pass ChangesPackage manifest updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexto
O artefato
@arvoretech/hub@0.25.3publicado no npm foi buildado a partir de uma dist com chunks velhos: obuildClaudeCodeMcpEntryempacotado não contém o strip do prefixoenv:(fix 9c67654, que está na main desde 10/07). Resultado: o.mcp.jsongerado para Claude Code sai com${env:VAR}— sintaxe que o Claude Code não expande — e todo MCP que depende de env var quebra cominvalid_auth/credencial literal.O
@arvoretech/hub-core@0.26.2também foi publicado (09/07) antes do fix.Mudanças
@arvoretech/hub0.25.3 → 0.25.4,@arvoretech/hub-core0.26.2 → 0.26.3,@arvoretech/hub-pi1.5.3 → 1.5.4 para forçar republish limpo via CI (o publish pula versões já existentes).--cleannotsupdos 3 packages, pra dist suja nunca mais entrar num tarball.Validação
.mcp.jsoncom${VAR}correto (validado no arvore-hub: 53 ocorrências de${env:}→ 0).--cleancontém um único chunk de generate, com o strip presente.🤖 Generated with Claude Code
Summary by CodeRabbit