Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/comparison/qwen-code-improvement-report-p0-p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@

---

<a id="item-75"></a>
<a id="item-23"></a>

### 75. Ghost Text 输入补全(P1)
### 23. Ghost Text 输入补全(P1)

**思路**:用户输入时在光标后显示灰色建议文字(ghost text)——命令名、文件路径、shell history 三层。Tab/Right Arrow 接受。建议仅在光标位于正确插入点时显示。

Expand Down
Loading