Skip to content

fix: /delete command now properly deletes conversations#2844

Open
Devthatdoes wants to merge 3 commits intotailcallhq:mainfrom
Devthatdoes:fix/delete-command-silent-failure
Open

fix: /delete command now properly deletes conversations#2844
Devthatdoes wants to merge 3 commits intotailcallhq: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 tailcallhq#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
@github-actions
Copy link
Copy Markdown

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Apr 13, 2026
@github-actions github-actions bot removed the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Apr 14, 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

3 participants