Commit Graph

6 Commits

Author SHA1 Message Date
bae3d509c3 fix: resolve CI issues - clean up unused imports and fix linting errors
Some checks failed
CI / test (push) Has been cancelled
2026-02-04 19:06:14 +00:00
aabb84cdcf Fix CI: resolve linting errors and test failures
Some checks failed
CI / test (push) Has been cancelled
2026-02-04 18:55:14 +00:00
edd15de989 Fix CI: properly define response variable in ollama_client.py
Some checks failed
CI / test (push) Failing after 13s
2026-02-04 18:43:52 +00:00
1ebc45808e Final CI fix: remove unused response variable in check_connection
Some checks failed
CI / test (push) Failing after 12s
2026-02-04 18:24:15 +00:00
eeb016d39d Fix CI issues: indentation error in ollama_client.py, add missing message_generator.py, fix changelog_generator.py
Some checks failed
CI / test (push) Has been cancelled
- Fixed indentation error in ollama_client.py (extra space before docstring)
- Created missing message_generator.py module
- Fixed ChangelogGenerator to accept git_utils parameter
- Updated message_generator change type detection to prioritize test indicator
- Fixed test fixtures to properly pass mocked dependencies
2026-02-04 18:05:19 +00:00
eb79643fc2 Add Ollama client module
Some checks failed
CI / test (push) Failing after 6s
2026-02-04 17:56:44 +00:00