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 Loading
base: v0.16.1
Choose a base ref
...
head repository: TechNickAI/AICodeBot Loading
compare: v0.17.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 26, 2023

  1. Bump langchain from 0.0.238 to 0.0.242

    Bumps [langchain](https://github.com/hwchase17/langchain) from 0.0.238 to 0.0.242.
    - [Release notes](https://github.com/hwchase17/langchain/releases)
    - [Commits](langchain-ai/langchain@v0.0.238...v0.0.242)
    
    ---
    updated-dependencies:
    - dependency-name: langchain
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7921571 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from gorillamania/dependabot/pip/langchain-0.0…

    ….242
    
    Bump langchain from 0.0.238 to 0.0.242
    TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4fe0365 View commit details
    Browse the repository at this point in the history
  3. For commands that require git, make sure we are running inside a repo

    Resolves #61
    
    Add additional debug output for tests
    TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    04f1890 View commit details
    Browse the repository at this point in the history
  4. Fix debug command and sidekick-agent

    Resolves #68
    
    In `cli.py`, the debug function now uses the full command output instead of just the error output for analysis. This change should provide more context for debugging. The setup_cli function has been updated to verify if the command is run within a git repository. This will prevent errors when the command is run outside of a git repository.
    
    In `test_cli.py`, the test_debug_success function no longer uses the vcr() decorator. This change simplifies the test setup and should not affect the test's functionality.
    
    These changes aim to improve the clarity and robustness of the code. 🚀👍
    TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7316987 View commit details
    Browse the repository at this point in the history
  5. improve commit prompt

    hanselke authored and TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    14d6ecf View commit details
    Browse the repository at this point in the history
  6. Enhance autocomplete functionality in CLI and SidekickCompleter

    In this commit, we've improved the autocomplete functionality in both the CLI and SidekickCompleter. The SidekickCompleter now maintains a list of files in the current context, which is updated whenever files are added or dropped. This allows for more accurate and context-aware autocompletion. In the CLI, the input prompt now uses the updated SidekickCompleter, ensuring that the autocomplete suggestions are always up-to-date. 🚀👩‍💻👨‍💻
    TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bab38c0 View commit details
    Browse the repository at this point in the history
  7. Refine token size calculation in sidekick function

    Fixes #67
    
    The previous implementation of token size calculation in the sidekick function was simplified. This commit introduces a more accurate
    calculation by rounding the memory token size and creating a new function, calc_response_token_size, to dynamically calculate the response
    token size based on the files. This change also includes a small buffer for the response token size and a recalculation of the response
    token size in case the files change. This should lead to more precise token size management and potentially improve the performance of the
    sidekick function. 🚀📊
    TechNickAI committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    21ebc80 View commit details
    Browse the repository at this point in the history
  8. Bump version to 0.17.0

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