Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codeium AI autocomplete integration #343

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    abaebbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa68685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a191be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b9eb03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f43f50 View commit details
    Browse the repository at this point in the history
  6. feat: relocate codeium api request from server to client

    As part of this, I had to build the protobuf file into a set of "json
    definitions" that I could more easily include in a javascript bundle vs
    the raw bytes of a proto file.
    1egoman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1a8a643 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f8b323 View commit details
    Browse the repository at this point in the history
  8. fix: run npm run format

    1egoman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c6d5bb1 View commit details
    Browse the repository at this point in the history
  9. refactor: remove dead code

    1egoman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    317398f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c7d066 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    899b136 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c9c265 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49890f1 View commit details
    Browse the repository at this point in the history
  14. refactor: reorder imports

    1egoman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2ed663a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5afa2b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5656ec5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d529456 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    11cca95 View commit details
    Browse the repository at this point in the history