-
Notifications
You must be signed in to change notification settings - Fork 49
chore(modules/claude-code): update readme #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
72d891d
to
ec0a53a
Compare
@bcpeinhardt do we still support updating the README without pushing a new version tag? |
@hugodutka, can you bump the patch version to ensure we include the latest changes? The registry only deploys from this repo on new tag pushes. Thanks |
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
No we build the front end content entirely from the latest release now, that was the trade off we made to avoid the front end content being more up to date than the back end. There's one exception: Module's that don't have a release in coder/registry (meaning they were last released when we were still using coder/modules) get their content built from the main branch of coder/registry, as it was copied over when we archived coder/modules so the source is exactly the same. |
The README points to an old version of claude code that doesn't support the
--continue
flag, making it incompatible with the latest version of the module. It's easy to copy and paste the example and run into an error. This PR updates the example version and adds troubleshooting notes.