mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 08:26:01 +03:00
[GH-ISSUE #29] Unable to update within claude code from 2.0.0 to latest #21
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tingles2233 on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/29
Odd trying to use the GUI (/plugins) then go to market place then update marketplace for the repo here, and then update plugin. It sees the update exists but when I select update plugin it goes back to the claude default prompt.
All other skills/plugins are working and updating this way. Not sure what CC is looking for on Github but perhaps it needs something??
Thoughts?
and thanks!
@OthmanAdi commented on GitHub (Jan 17, 2026):
Hi @tingles2233,
Apologies for the late response! Thank you for reporting this – GUI update issues can be frustrating.
The Issue
You're experiencing a problem where Claude Code's
/pluginsGUI sees the update but returns to default prompt instead of actually updating. This appears to be related to how Claude Code's plugin update mechanism handles version changes.✅ Immediate Workaround (Works Every Time)
Use this manual update process:
This fresh install approach bypasses the GUI update mechanism and works reliably.
Why This Happens
The GUI update feature can fail when:
This isn't specific to planning-with-files – it's a known quirk with Claude Code's plugin update system.
Alternative: Command Line Update
Instead of using the GUI, you can try:
Though if that also returns to prompt, use the uninstall/reinstall method above.
For Future Updates
Moving forward, I recommend:
/pluginsand verify version shows 2.2.0 (or later)Verify Successful Update
After reinstalling, confirm it worked:
Look for
planning-with-filesand verify the version number matches the latest (currently 2.2.0).What I'm Investigating
I'm looking into whether this is related to:
If I find a fix for the GUI update, I'll update this issue!
Thanks again for reporting this! The workaround should get you to v2.2.0 which includes Windows support and other improvements.
Let me know if the uninstall/reinstall method works for you!
Best regards,
Ahmad
@OthmanAdi commented on GitHub (Jan 20, 2026):
@tingles2233 any updates?
@tingles2233 commented on GitHub (Jan 26, 2026):
Hey sorry many delays on my end.
Tested this it seems to be updating now. Using the update now button it updated to 2.11.0. I would mark this as solved now.
Thanks for your help on getting this cleaned up.