Commit Graph

5 Commits

Author SHA1 Message Date
18ac7a9f9a chore(ci): replace artifact upload with binary verification
Remove the upload-artifact step in the CI workflow and add verification
steps to run the binary with --help and list its details.
2026-03-01 14:25:52 +00:00
cdcbd245d7 fix(cmd): add error handling for user input in edit and lint commands
Some checks failed
CI / Test (push) Successful in 27s
CI / Lint (push) Successful in 18s
CI / Build (push) Failing after 33s
- Handle errors from fmt.Scanln in cmd/edit.go and cmd/lint.go to prevent crashes on input failures, providing user feedback and preserving backups.
- Update .gitea/workflows/release.yml to use 'ubuntu-gitea' runner for CI consistency.
2026-03-01 14:14:55 +00:00
47e7b51d1e ci(workflow): add XAI_API_KEY env to tests and switch lint/build to ubuntu-gitea runner
Some checks failed
CI / Test (push) Successful in 1m3s
CI / Lint (push) Failing after 39s
CI / Build (push) Failing after 33s
- Inject XAI_API_KEY from secrets for test execution.
- Update lint and build jobs to run on ubuntu-gitea instead of ubuntu-latest.
2026-03-01 14:01:13 +00:00
e7eb17c564 chore(ci): change runner to ubuntu-gitea
Some checks failed
CI / Test (push) Failing after 54s
CI / Lint (push) Failing after 5s
CI / Build (push) Failing after 4s
Update the CI workflow to use the ubuntu-gitea runner instead of ubuntu-latest.
2026-03-01 13:40:22 +00:00
e355142c05 feat: add CI/CD workflows, persistent chat, shell completions, and testing
- Add Gitea CI workflow for testing, linting, and building
- Add release workflow for multi-platform builds and GitHub releases
- Implement persistent chat history with JSON storage
- Add shell completion generation for bash, zsh, fish, powershell
- Introduce custom error types and logging system
- Add interfaces for git and AI client for better testability
- Enhance config with temperature and timeout settings
- Add comprehensive unit tests for config, errors, git, grok, and logger
- Update README with installation, features, and development instructions
- Make model flag persistent across commands
- Add context timeouts to API requests
2026-03-01 12:17:22 +00:00