Skip to content

fix: /delete command now properly deletes conversations#2844

Open
Devthatdoes wants to merge 2 commits intoantinomyhq:mainfrom
Devthatdoes:fix/delete-command-silent-failure
Open

fix: /delete command now properly deletes conversations#2844
Devthatdoes wants to merge 2 commits intoantinomyhq:mainfrom
Devthatdoes:fix/delete-command-silent-failure

Conversation

@Devthatdoes
Copy link
Copy Markdown

  • Add missing /delete match arm in the slash command parser (model.rs)
  • Validate active conversation exists before attempting deletion (ui.rs)
  • Prevent init_conversation from creating a new conversati on just to delete it

Fixes #2843

- Add missing /delete match arm in the slash command parser (model.rs)
- Validate active conversation exists before attempting deletion (ui.rs)
- Prevent init_conversation from creating a new conversati
  on just to delete it

Fixes antinomyhq#2843
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 4, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: /delete command runs silently without effect in VS Code extension

2 participants