fix(tui): better help on home

This commit is contained in:
adamdottv 2025-06-19 15:56:20 -05:00
parent af07e51213
commit 3728a12bee
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
5 changed files with 246 additions and 36 deletions

View file

@ -186,7 +186,7 @@ func LoadFromConfig(config *client.ConfigInfo) CommandRegistry {
},
{
Name: ProjectInitCommand,
Description: "create or update AGENTS.md",
Description: "create/update AGENTS.md",
Keybindings: parseBindings("<leader>i"),
Trigger: "init",
},