fix(tui): better help on home

This commit is contained in:
adamdottv
2025-06-19 15:56:20 -05:00
parent af07e51213
commit 3728a12bee
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",
},