anomalyco / anomalyco/opencode

Backspace broken in Warp since v0.2026.08.12

Open
#43,051 2 comments 1 reaction 1 assignee View on GitHub

@simonklee is already working on this.

Since Aug 17, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

Warp's Aug 12 release (PR #14012) changed KKP encoding so plain backspace now sends \x1b[127u instead of 0x7f. OpenCode's input_backspace binding doesn't handle the CSI-u form, so backspace does nothing in the prompt. ctrl+h works as a workaround. Affects any terminal that correctly implements KKP backspace encoding.

Plugins

No response

OpenCode version

0.2026.08.12

Steps to reproduce
  1. open opencode
  2. type something
  3. try to use backspace to delete it 😦
Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.