Skip to content

Try1#3

Merged
joaquinalmora merged 40 commits into
mainfrom
try1
Sep 8, 2025
Merged

Try1#3
joaquinalmora merged 40 commits into
mainfrom
try1

Conversation

@joaquinalmora
Copy link
Copy Markdown
Owner

done

- Replace simplistic character-based truncation with word-aware logic
- Ensure messages are cut at natural word boundaries rather than mid-word
- Maintain 72-character limit while preserving message readability
- Add fallback ellipsis for edge cases where no clean word break exists
- Add full Ollama provider implementation for local AI models
- Support for llama3.2, qwen2.5-coder, codellama, deepseek-coder models
- Intelligent fallback when Ollama is not available or configured
- Update configuration system with provider-specific defaults
- Enhanced documentation across README, USAGE, TECHNICAL, AI_READY_STATUS
- Add comprehensive setup examples for both OpenAI and Ollama
- Include model comparison and privacy-focused local AI workflows
- Maintain backward compatibility with existing OpenAI integration
- Fix markdown lint compliance across all documentation files
- Apply gofmt formatting to config.go, openai.go, and ollama.go
- Fix whitespace and alignment inconsistencies
- Ensure all Go files follow standard formatting conventions
- Resolves CI workflow formatting check failures
feat(docs): update environment configuration and remove outdated AI
refactor: reorganize documentation and improve shell script logic
Fix CI formatting check by running gofmt on logger package files
- Created STATUS.md with complete development status and next steps
- Fixed main README.md with proper badges and DOCS/ references
- Documented duplicate commit message issue and partial fixes
- Outlined cache clear implementation needs
- Ready for checkpoint - all docs deployment-ready for v0.1.0
…ssages

- Add 'commitgen cache --clear' command to clear all cached messages
- Fix duplicate commit message visual issue (git integration working correctly)
- Update CHANGELOG.md with latest fixes and features
- Ready for v0.1.0 release

Breaking down the fixes:
- Cache clear: New --clear flag for cache command with verbose support
- Duplicate messages: Shell integration disabled, git hooks working cleanly
- Documentation: Updated changelog with all recent improvements
- Changed from 'latest' to '~> v2' to support .goreleaser.yml version: 2
- Fixes release workflow compatibility issue
- Fixed shell autosuggestion to show only commitgen suggestions for git commit commands
- Removed duplicate documentation files from root (kept organized docs/ directory)
- Users will now see clean, single commit message suggestions
- Project ready for public deployment
- Applied gofmt to resolve CI formatting check failures
- No functional changes, only code formatting
@joaquinalmora joaquinalmora merged commit c1c406f into main Sep 8, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant