Skip to content

fix: /delete command now properly deletes conversations#2844

Draft
Devthatdoes wants to merge 5 commits intotailcallhq:mainfrom
Devthatdoes:fix/delete-command-silent-failure
Draft

fix: /delete command now properly deletes conversations#2844
Devthatdoes wants to merge 5 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
Comment thread crates/forge_main/src/model.rs
Comment thread crates/forge_main/src/ui.rs
@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
@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 19, 2026
@github-actions github-actions Bot removed the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Apr 24, 2026
@amitksingh1490 amitksingh1490 marked this pull request as draft April 24, 2026 06:06
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

4 participants