diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-17 21:30:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-17 21:33:56 +0300 |
| commit | 813077134132a62d0c9c73c7020ed734ff9add0b (patch) | |
| tree | bc581918febf0ad91d10c6307ee7ce16806706de /internal/cmd/showcase.go | |
| parent | 10941e1724d68802c76a4c4a4efdff7bc0af2c07 (diff) | |
feat(ai): switch default showcase model to glm-5.2:cloud and bump version to 0.18.5v0.18.5
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 |
