diff options
Diffstat (limited to 'internal/cmd/showcase.go')
| -rw-r--r-- | internal/cmd/showcase.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/showcase.go b/internal/cmd/showcase.go index 741b4c8..a76e192 100644 --- a/internal/cmd/showcase.go +++ b/internal/cmd/showcase.go @@ -19,7 +19,7 @@ var showcaseCmd = &cobra.Command{ Short: "Generate AI-powered project showcase", Long: `Generate a comprehensive showcase of all your projects using AI. This feature creates a formatted document with project summaries, statistics, -and code snippets. By default uses opencode (via ollama launch with glm-5.1:cloud), with fallback to hexai, claude, and amp.`, +and code snippets. By default uses opencode (via ollama launch with glm-5.2:cloud), with fallback to hexai, claude, and amp.`, Example: ` # Generate showcase with cached summaries gitsyncer showcase |
