Skip to content

Commit 1d97c04

Browse files
committed
chore: Update program description
1 parent c8d25bd commit 1d97c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424
daemonFlag bool
2525
rootCmd = &cobra.Command{
2626
Use: "claude-squad",
27-
Short: "Claude Squad - A terminal-based session manager",
27+
Short: "Claude Squad - Manage multiple AI agents like Claude Code, Aider, Codex, and Amp.",
2828
RunE: func(cmd *cobra.Command, args []string) error {
2929
ctx := context.Background()
3030
log.Initialize(daemonFlag)

0 commit comments

Comments
 (0)