Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.1
Choose a base ref
...
head repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.1.a
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 20, 2025

  1. 🐛 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
    TechNickAI committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    ba430c6 View commit details
    Browse the repository at this point in the history
  2. ⬆️ 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.
    TechNickAI committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    788bb42 View commit details
    Browse the repository at this point in the history
  3. 🔧 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.
    TechNickAI committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    94a3350 View commit details
    Browse the repository at this point in the history
  4. ♻️ 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.
    TechNickAI committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    ed4f33f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. ✨ 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.
    TechNickAI committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    fab9ef8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    8b4dfab View commit details
    Browse the repository at this point in the history
Loading