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.13.0
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.13.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 17, 2023

  1. I know kung fu! Add learning functionality from repositories

    This commit introduces a new feature that allows the AI Code Bot to learn from a given repository. The bot can now clone a repository, load its documents, and store them in a local vector store for future use. This will enhance the bot's ability to provide contextually relevant suggestions and responses.
    
    Additionally, this commit includes the necessary updates to the configuration and helper functions to support this new feature. The requirements have also been updated to include the necessary dependencies.
    
    Lastly, a new test case has been added to ensure the correct parsing of GitHub URLs. 🧪
    TechNickAI committed Jul 17, 2023
    1 Configuration menu
    Copy the full SHA
    7f5ae4a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    TechNickAI authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    90abba4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Refactor unlink method for Path objects for python <= 3.9 support

    Resolves #47
    
    Updated the unlink method for Path objects in `aicodebot/cli.py` and `tests/test_cli.py` for better readability and consistency. Now using `Path(temp_file_name).unlink()` instead of `Path.unlink(temp_file_name)`. 🔄📁
    TechNickAI committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    978455c View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.13.1

    TechNickAI committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fade480 View commit details
    Browse the repository at this point in the history
Loading