From eb5cd9d4be2d32b0ecb73f0e0282acfbab710940 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 2 Dec 2025 22:18:12 +0100 Subject: [PATCH] Add CTRL+ENTER note for WSL --- AGENTS.md | 4 ++++ packages/coding-agent/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3ada3736..c01bec64 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -28,6 +28,10 @@ When creating issues: - Available labels: `pkg:agent`, `pkg:ai`, `pkg:coding-agent`, `pkg:mom`, `pkg:pods`, `pkg:proxy`, `pkg:tui`, `pkg:web-ui` - If an issue spans multiple packages, add all relevant labels +When closing issues via commit: +- Include `fixes #` or `closes #` in the commit message +- This automatically closes the issue when the commit is merged + ## Tools - GitHub CLI for issues/PRs - Add package labels to issues/PRs: pkg:agent, pkg:ai, pkg:coding-agent, pkg:mom, pkg:pods, pkg:proxy, pkg:tui, pkg:web-ui diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index df5d9be2..aa9a75e9 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -637,7 +637,7 @@ Change queue mode with `/queue` command. Setting is saved in `~/.pi/agent/settin **Editing:** - **Enter**: Send message -- **Shift+Enter** / **Alt+Enter**: Insert new line (multi-line input) +- **Shift+Enter** / **Alt+Enter**: Insert new line (multi-line input). On WSL, use **Ctrl+Enter** instead. - **Backspace**: Delete character backwards - **Delete** (or **Fn+Backspace**): Delete character forwards - **Ctrl+W** / **Option+Backspace**: Delete word backwards (stops at whitespace or punctuation)