Skip to main content
← Back to list
01Issue
BugShippedSwamp CLI
Assigneesstack72

Relationships

#468 Stale extension bundles break after swamp upgrade

Opened by bixu · 5/28/2026· Shipped 5/28/2026

After upgrading swamp (e.g. 20260523 → 20260527), pulled extension bundles in .swamp/bundles/ can become stale and fail to load with errors like:

error: Import "zod" not a dependency
    at file:///.swamp/pulled-extensions/@swamp/ssh/models/_lib/schemas.ts:27:22
error: bundling failed

The model silently disappears (Model not found: ssh) until the user manually deletes the stale bundle directory and re-pulls:

rm -rf .swamp/bundles/<hash>/
swamp extension pull @swamp/ssh --force

Expected: swamp update or the upgrade process should invalidate/rebuild stale bundles automatically. The swamp doctor extensions --repair command exists but doesn't catch this case since the bundle file physically exists — it's just compiled against an older bundler/runtime.

Environment: macOS, swamp 20260527.235818.0, extension @swamp/ssh 2026.05.25.1

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 7 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORECONTRIBUTOR_NOTIFIED

Shipped

5/28/2026, 6:48:08 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack725/28/2026, 4:55:10 PM
Editable. Press Enter to edit.

stack72 commented 5/28/2026, 6:48:15 PM

Thanks @bixu for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

Sign in to post a ripple.