Skip to content

Rewind functionality fails when IDE integration is enabled #3644

@brianler

Description

@brianler

What happened?

// ~/.qwen/settings.json
{
"ide": {
    "enabled": true  // this will prevent the rewind feature from working properly
  }
}

The /rewind feature will not work properly if ide.enabled is set to true in settings.json.

What did you expect to happen?

The /rewind function always works as expected.

Client information

Client Information

Run qwen to enter the interactive CLI, then run the /about command.

Qwen Code                         0.15.3 (dad983203)
Runtime                           Node.js v24.14.0 / npm 11.13.0
OS                                linux x64 (6.6.87.2-microsoft-standard-WSL2) 

Login information

No response

Anything else we need to know?

No response

Metadata

Metadata

Labels

status/needs-triageIssue needs to be triaged and labeledtype/bugSomething isn't working as expected

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions