Skip to content

Tags: topcheer/claude-remoting

Tags

v1.1.0

Toggle v1.1.0's commit message
chore: bump version to 1.1.0 for domain support release

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.0.4

Toggle v1.0.4's commit message
fix: add --provenance flag for scoped package OIDC publish

Node 24 fixes the scoped package 404 bug, but --provenance flag
is required for OIDC token exchange to work correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.0.3

Toggle v1.0.3's commit message
fix: match PrivateClaw trusted publishing workflow pattern

- Move permissions to top level (id-token: write, contents: read)
- Remove --provenance flag (not needed with OIDC)
- Remove NODE_AUTH_TOKEN env (trusted publishing uses OIDC)
- Use node-version 24

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.0.2

Toggle v1.0.2's commit message
fix: switch to npm trusted publishing (OIDC, no token needed)

- Remove NODE_AUTH_TOKEN / NPM_TOKEN from workflow
- Use npm OIDC trusted publishing via id-token: write permission
- Bump version to 1.0.2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.0.1

Toggle v1.0.1's commit message
chore: bump version to trigger trusted publishing CI

v1.0.0

Toggle v1.0.0's commit message
fix: switch scope to @remotego/remotego for trusted publishing

- Package renamed from @zhanju/remotego to @remotego/remotego
- Reset version to 1.0.0 for new scope
- Remove --provenance flag (Node 24 auto-detects OIDC)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>