mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 11:03:44 +00:00
chore: audit changelog entries for v0.47.0, add cl.md prompt template
- Add missing changelog entries for commits since v0.47.0 - Cross-duplicate ai/tui fixes to coding-agent changelog - Change PI_NO_HARDWARE_CURSOR to PI_HARDWARE_CURSOR (opt-in) - Fix typo in PI_CODING_AGENT_DIR changelog entry - Add .pi/prompts/cl.md for pre-release changelog audits
This commit is contained in:
parent
48b4324155
commit
0c33e0dee5
6 changed files with 67 additions and 7 deletions
|
|
@ -151,7 +151,7 @@ return config
|
|||
|
||||
**Windows Terminal:** Does not support the Kitty keyboard protocol. Shift+Enter cannot be distinguished from Enter. Use Ctrl+Enter for multi-line input instead. All other keybindings work correctly.
|
||||
|
||||
**IntelliJ IDEA (Integrated Terminal):** The built-in terminal has limited escape sequence support. If you experience cursor visibility issues, set `PI_NO_HARDWARE_CURSOR=1` before running pi. Note that Shift+Enter cannot be distinguished from Enter in IntelliJ's terminal. Consider using a dedicated terminal emulator for the best experience.
|
||||
**IntelliJ IDEA (Integrated Terminal):** The built-in terminal has limited escape sequence support. Note that Shift+Enter cannot be distinguished from Enter in IntelliJ's terminal. If you want the hardware cursor visible, set `PI_HARDWARE_CURSOR=1` before running pi (disabled by default for compatibility). Consider using a dedicated terminal emulator for the best experience.
|
||||
|
||||
### API Keys & OAuth
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue