Skip to content

Commit d5e9581

Browse files
committed
Merge branch 'dev#relocate-demo-image-add-demo-link' into development
2 parents a85f9e0 + 2665c3c commit d5e9581

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
Streamline your Git workflow with intelligent branch naming, commit messages, and Trello integration—powered by AI (Gemini, GitHub Copilot, OpenRouter).
1313

14-
[![Geeto Demo](https://github.com/rust142/geeto/raw/main/images/demo.png)](https://asciinema.org/a/788604)
15-
1614
## Features
1715

1816
- **Multiple AI Providers** - Gemini, GitHub Copilot, OpenRouter
@@ -64,6 +62,10 @@ curl -fsSL https://raw.githubusercontent.com/rust142/geeto/main/tools/uninstall.
6462
geeto
6563
```
6664

65+
[![Geeto Demo](https://github.com/rust142/geeto/raw/main/images/demo.png)](https://asciinema.org/a/788604)
66+
67+
[see demo](https://asciinema.org/a/788604)
68+
6769
On first run, Geeto will automatically guide you through AI provider setup:
6870

6971
- **Gemini** - Enter your API key (get one at [Google AI Studio](https://makersuite.google.com/app/apikey))

src/utils/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const log = {
7171
spinner: () => new Spinner(),
7272
banner: () => {
7373
console.log(
74-
`${colors.cyan}${colors.bright}Geeto v1.1.0${colors.reset} ${colors.gray}— AI-Powered Git Workflow Automation${colors.reset}`
74+
`${colors.cyan}${colors.bright}Geeto${colors.reset} ${colors.gray}— AI-Powered Git Workflow Automation${colors.reset}`
7575
)
7676
},
7777
} as const

0 commit comments

Comments
 (0)