-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: TechNickAI/AICodeBot
base: v0.27.1
head repository: TechNickAI/AICodeBot
compare: v0.28.1.a
- 6 commits
- 10 files changed
- 1 contributor
Commits on Jan 20, 2025
-
🐛 Fix typo and improve code formatting
- Correct "Ovewrite" to "Overwrite" in OurCodeBlock docstring - Enhance readability in generate_files_context function - Fix typo in sidekick.md: "commiting" to "committing" - Adjust indentation in sidekick.md for consistency
Configuration menu - View commit details
-
Copy full SHA for ba430c6 - Browse repository at this point
Copy the full SHA ba430c6View commit details -
⬆️ Upgrade pre-commit hooks and dependencies
Update various pre-commit hooks to their latest versions: - pre-commit-hooks: v4.6.0 -> v5.0.0 - texthooks: 0.6.6 -> 0.6.8 - black: 24.4.2 -> 24.10.0 - ruff: v0.5.0 -> v0.9.2 These updates ensure we're using the most recent versions of our code quality tools, potentially bringing performance improvements and new features.
Configuration menu - View commit details
-
Copy full SHA for 788bb42 - Browse repository at this point
Copy the full SHA 788bb42View commit details -
🔧 Simplify pre-commit hooks by switching to Ruff
Replace black, isort, and fixit with Ruff for both linting and formatting. Ruff provides equivalent functionality in a single, faster tool with both --fix and format capabilities.
Configuration menu - View commit details
-
Copy full SHA for 94a3350 - Browse repository at this point
Copy the full SHA 94a3350View commit details -
♻️ Format code with consistent line wrapping
Improve code readability by unwrapping long lines consistently across multiple files. This change maintains Python's recommended line length while making the codebase more uniform.
Configuration menu - View commit details
-
Copy full SHA for ed4f33f - Browse repository at this point
Copy the full SHA ed4f33fView commit details
Commits on Jan 26, 2025
-
✨ Add debug logging for LangChain chain input/output
Improves observability by adding debug logging for chain input and output in the commit command. Also reorganizes imports following Python best practices by grouping standard library, third-party, and local imports.
Configuration menu - View commit details
-
Copy full SHA for fab9ef8 - Browse repository at this point
Copy the full SHA fab9ef8View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8b4dfab - Browse repository at this point
Copy the full SHA 8b4dfabView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.27.1...v0.28.1.a