Skip to content

Commit 0e4f732

Browse files
committed
add version
1 parent 477d397 commit 0e4f732

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmd/root.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ import (
1010
)
1111

1212
var rootCmd = &cobra.Command{
13-
Use: "agentapi",
14-
Short: "AgentAPI CLI tool",
15-
Long: `AgentAPI is a CLI tool for running various commands.`,
13+
Use: "agentapi",
14+
Short: "AgentAPI CLI",
15+
Long: `AgentAPI - HTTP API for Claude Code, Aider, and Goose`,
16+
Version: "0.1.0",
1617
}
1718

1819
func Execute() {

0 commit comments

Comments
 (0)