claude-code - 💡(How to fix) Fix Companion feature (duck/Plodder) stopped appearing after update from 2.1.96 to 2.1.100 [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46182Fetched 2026-04-11 06:26:58
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

After updating Claude Code from 2.1.96 to 2.1.100, the companion feature (a duck named Plodder, injected via the Superpowers plugin) no longer appears in any new session.

Error Message

No companion appears. No error is shown. The Superpowers plugin is correctly installed (scope: user/global) but the companion_intro attachment is never injected.

Root Cause

After updating Claude Code from 2.1.96 to 2.1.100, the companion feature (a duck named Plodder, injected via the Superpowers plugin) no longer appears in any new session.

Code Example

{"attachment":{"type":"companion_intro","name":"Plodder","species":"duck"}}
RAW_BUFFERClick to expand / collapse

Description

After updating Claude Code from 2.1.96 to 2.1.100, the companion feature (a duck named Plodder, injected via the Superpowers plugin) no longer appears in any new session.

Steps to Reproduce

  1. Have Superpowers plugin installed (superpowers@claude-plugins-official)
  2. Run Claude Code 2.1.96 — companion appears as expected (companion_intro attachment in session)
  3. Update to 2.1.100
  4. Open any new Claude Code session — companion no longer appears

Expected Behavior

The companion (Plodder duck) should appear in the session input area as it did on 2.1.96.

Actual Behavior

No companion appears. No error is shown. The Superpowers plugin is correctly installed (scope: user/global) but the companion_intro attachment is never injected.

Evidence

Inspected session logs in ~/.claude/projects/. Every session with a companion present used version 2.1.92–2.1.96. Zero sessions on 2.1.100 have the companion attachment.

Example from a working session (2.1.96):

{"attachment":{"type":"companion_intro","name":"Plodder","species":"duck"}}

Environment

  • OS: Ubuntu Linux (GNOME)
  • Claude Code: 2.1.100 (broken), 2.1.96 (working)
  • Plugin: superpowers@claude-plugins-official v5.0.7, scope: user
  • Install path: ~/.npm-global/bin/claude

extent analysis

TL;DR

Downgrade to Claude Code version 2.1.96 to restore the companion feature until a compatible update is available.

Guidance

  • Verify that the Superpowers plugin is correctly installed and enabled after downgrading to 2.1.96.
  • Check the session logs in ~/.claude/projects/ to confirm the presence of the companion_intro attachment.
  • Test the companion feature in a new session after downgrading to ensure it appears as expected.
  • Consider reporting the issue to the Claude Code or Superpowers plugin maintainers to ensure a compatible update is released.

Example

No code snippet is provided as the issue is related to version compatibility rather than code syntax.

Notes

The exact cause of the compatibility issue between Claude Code 2.1.100 and the Superpowers plugin is unknown, but downgrading to 2.1.96 restores the expected behavior.

Recommendation

Apply workaround: Downgrade to Claude Code 2.1.96, as this version is known to work with the Superpowers plugin and the companion feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING