Try1#3
Merged
Merged
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
done