Skip to content

Conversation

@robotdad
Copy link
Member

@robotdad robotdad commented Jan 7, 2026

Summary

Completes the fix for amplifier bundle remove by calling the unregister() method added in amplifier-foundation PR #9. Previously, the command only removed bundles from the user registry but left them in the foundation registry's in-memory state.

Changes

  • Call BundleRegistry.unregister() to remove from foundation registry
  • Call registry.save() to persist the removal
  • Provide detailed feedback about which registries were affected
  • Handle errors gracefully with warning messages

Test Plan

  • Created test bundle and verified removal from user registry
  • Verified bundle is removed from foundation registry
  • Tested error handling with non-existent bundles
  • Verified detailed user feedback messages

Related

🤖 Generated with Amplifier

Co-Authored-By: Amplifier [email protected]

Completes the fix for bundle removal by calling the unregister() method
added in amplifier-foundation PR microsoft#9. Previously, 'amplifier bundle remove'
only removed bundles from the user registry but left them in the
foundation registry's in-memory state.

Changes:
- Call BundleRegistry.unregister() to remove from foundation registry
- Call registry.save() to persist the removal
- Provide detailed feedback about which registries were affected
- Handle errors gracefully with warning messages

Companion PR to: microsoft/amplifier-foundation#9

🤖 Generated with Amplifier

Co-Authored-By: Amplifier <[email protected]>
@bkrabach bkrabach merged commit d907578 into microsoft:main Jan 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants