mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 06:04:44 +00:00
Add /hotkeys command, Ctrl+D exit, markdown table borders
This commit is contained in:
parent
c1f2541639
commit
b2f29613e8
4 changed files with 71 additions and 2 deletions
|
|
@ -13,6 +13,14 @@
|
|||
- Built-in tool details types exported: `BashToolDetails`, `ReadToolDetails`, `GrepToolDetails`, `FindToolDetails`, `LsToolDetails`, `TruncationResult`
|
||||
- Type guards exported for narrowing: `isBashToolResult`, `isReadToolResult`, `isEditToolResult`, `isWriteToolResult`, `isGrepToolResult`, `isFindToolResult`, `isLsToolResult`
|
||||
|
||||
### Added
|
||||
|
||||
- **Kitty keyboard protocol support**: Shift+Enter, Alt+Enter, Shift+Tab, Ctrl+D, and all Ctrl+key combinations now work in Ghostty, Kitty, WezTerm, and other modern terminals. ([#225](https://github.com/badlogic/pi-mono/pull/225) by [@kim0](https://github.com/kim0))
|
||||
|
||||
- **`/hotkeys` command**: Shows all keyboard shortcuts in a formatted table.
|
||||
|
||||
- **Markdown table borders**: Tables now render with proper top and bottom borders.
|
||||
|
||||
### Changed
|
||||
|
||||
- **Skills standard compliance**: Skills now adhere to the [Agent Skills standard](https://agentskills.io/specification). Validates name (must match parent directory, lowercase, max 64 chars), description (required, max 1024 chars), and frontmatter fields. Warns on violations but remains lenient. Prompt format changed to XML structure. Removed `{baseDir}` placeholder in favor of relative paths. ([#231](https://github.com/badlogic/pi-mono/issues/231))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue