Settings

Theme

GPT-5.1 Apply_patch.py Implementation

github.com

1 points by victorbuilds 2 months ago · 1 comment

Reader

victorbuildsOP 2 months ago

LLMs are terrible at tracking exact line numbers. This format uses context matching instead - it finds where to apply changes by matching surrounding text, not by trusting line numbers. The find_context_core() function searches for matching lines rather than jumping to line N.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection