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

Preview #1385

Merged
merged 568 commits into from
May 29, 2024
Merged

Preview #1385

merged 568 commits into from
May 29, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 3, 2024

  1. CON-1067 more clean-up

    Justin Milner committed May 3, 2024
    Configuration menu
    Copy the full SHA
    aadd369 View commit details
    Browse the repository at this point in the history
  2. Add indexingNotLoaded state

    Justin Milner committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9f37792 View commit details
    Browse the repository at this point in the history
  3. CON-1067 communicate progress to frontend

    Justin Milner committed May 3, 2024
    Configuration menu
    Copy the full SHA
    79c12ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa2ea26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adb7f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c45236 View commit details
    Browse the repository at this point in the history
  7. CON-1067 clean up

    Justin Milner committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3dd42b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e89f71 View commit details
    Browse the repository at this point in the history
  9. Update DocsContextProvider.ts (#1217)

    I fixed a bug where you were sending the query variable (which holds the base URL of the doc) to the rerank method, and it made no sense to rerank the chunks based on a URL. So I changed it to extras.fullInput because it should rerank based on the user input, which should provide better results.
    JoseVega authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5210cbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae172b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fa59d2 View commit details
    Browse the repository at this point in the history
  12. 🐛 fix merge errors

    sestinj committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2b36adf View commit details
    Browse the repository at this point in the history
  13. Merge branch '📝-rename-googlepalmapi.md-to-googlegeminiapi.md' of htt…

    …ps://github.com/pzaback/continue into pzaback-📝-rename-googlepalmapi.md-to-googlegeminiapi.md
    sestinj committed May 3, 2024
    Configuration menu
    Copy the full SHA
    eaf1a2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fa3885 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Nate/autocomplete-metrics (#1230)

    * ⚡️ use context.selectedCompletionInfo, deduplicate logs
    
    * ⚡️ don't reject if user keeps typing same as completion
    
    * ⚡️ vscode autocomplete edge cases
    
    * 🚧 WIP on vscode autocomplete
    
    * ⚡️ better bracket handlng
    
    * ⚡️ improved multi-line detection
    sestinj authored May 4, 2024
    Configuration menu
    Copy the full SHA
    98f6145 View commit details
    Browse the repository at this point in the history
  2. Active file default context (#1231)

    * 🚸 include currently active file by default
    
    * 🚸 warn if non-autocomplete model being used
    
    * ✨ try hole filling template for gpt
    
    * 💄 ui for no context
    
    * ⚡️ leave out bottom of excessively large files
    sestinj authored May 4, 2024
    Configuration menu
    Copy the full SHA
    3c954dd View commit details
    Browse the repository at this point in the history
  3. 🎨 finish listDir

    sestinj committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1fbc506 View commit details
    Browse the repository at this point in the history
  4. 🚧 gui fixes

    sestinj committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6dff57d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7a7ed4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    782e550 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f39388a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. 👷 fix prepackage.js

    sestinj committed May 5, 2024
    Configuration menu
    Copy the full SHA
    aae1e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41984b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3dc140 View commit details
    Browse the repository at this point in the history
  4. 🐛 merge fixes

    sestinj committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d8f9264 View commit details
    Browse the repository at this point in the history
  5. 🐛 fixes after refactor

    sestinj committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f91ac82 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    eee2461 View commit details
    Browse the repository at this point in the history
  2. 🐛 fix #1237

    5eqn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ae180c6 View commit details
    Browse the repository at this point in the history
  3. 💚 fix type error

    sestinj committed May 6, 2024
    Configuration menu
    Copy the full SHA
    68b7962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e05cac9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f314198 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c642b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e15259d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f05366 View commit details
    Browse the repository at this point in the history
  9. CON-232 bring custom docs to top, alphabetize doc results, make scrol… (

    #1239)
    
    * CON-232 bring custom docs to top, alphabetize doc results, make scrollable
    
    * CON-232 cleanup
    
    ---------
    
    Co-authored-by: Justin Milner <[email protected]>
    justinmilner1 and Justin Milner authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6803dc5 View commit details
    Browse the repository at this point in the history
  10. CON-1067 condense some things

    Justin Milner committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7dd2d6f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d06910 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3971a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4160ca6 View commit details
    Browse the repository at this point in the history
  14. CON-1067 wrong ret val fix

    Justin Milner committed May 6, 2024
    Configuration menu
    Copy the full SHA
    344b23d View commit details
    Browse the repository at this point in the history
  15. CON-1067: fixes from testing

    Justin Milner committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4ae128f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2b302d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8668308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671b98c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2cb6f4 View commit details
    Browse the repository at this point in the history
  5. ⚡️ cache LSP calls

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    52b99dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07b3aba View commit details
    Browse the repository at this point in the history
  7. 🐛 fix gif paths

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e1027a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c88d222 View commit details
    Browse the repository at this point in the history
  9. 📌 add yarn lock files

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6e1dcb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0cd017b View commit details
    Browse the repository at this point in the history
  11. 💄 toggle on help button

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    81e0e0c View commit details
    Browse the repository at this point in the history
  12. 🎨 defaultContext option

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    370e610 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3749a8c View commit details
    Browse the repository at this point in the history
  14. 🐛 fix groq stop tokens

    sestinj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b6a5391 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    8117abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d117d7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e90ef View commit details
    Browse the repository at this point in the history
  4. 📝 change description

    sestinj committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0dbb4cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f71af40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    989fcd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    241fdbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29bb218 View commit details
    Browse the repository at this point in the history
  9. Merge

    sestinj committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e75a465 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    b99fcbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2e18a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f641a2b View commit details
    Browse the repository at this point in the history
  4. ➕ import handlebars

    sestinj committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1f49397 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0101e6f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    8daf2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a10a8e View commit details
    Browse the repository at this point in the history
  3. Add --no-dependencies to vsce package (#1255)

    This is not needed because we bundle first with esbuild, and
    vsce pack has issues with modern package managers.
    
    see: microsoft/vscode-vsce#421 (comment)
    djgould authored May 10, 2024
    Configuration menu
    Copy the full SHA
    7908d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaeaccd View commit details
    Browse the repository at this point in the history
  5. ui: change line decoration color to use vscode theme (#1253)

    * ui: change line decoration color to use vscode theme
    
    to give user a more consistent experience by letting the decoration color to user the color defined in the theme.
    
    * fix: incorrect color item
    
    should be line background not text background
    because the decoration is for the whole line
    d-mahard authored May 10, 2024
    Configuration menu
    Copy the full SHA
    cfcd740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c532bd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46fa021 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ba1263 View commit details
    Browse the repository at this point in the history
  9. CON-223 Correct diff streaming abort (#1263)

    Co-authored-by: Justin Milner <[email protected]>
    justinmilner1 and Justin Milner authored May 10, 2024
    Configuration menu
    Copy the full SHA
    1de0d8a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. 📦 switch to pnpm (#1265)

    * 🎨 use pnpm instead of yarn
    
    * ➕ make dependencies explicit for pnpm
    sestinj authored May 11, 2024
    Configuration menu
    Copy the full SHA
    74c21be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19682cd View commit details
    Browse the repository at this point in the history
  3. Add stream support for Bedrock Anthropic

    Ruben Kostandyan committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8e18355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7bcb0 View commit details
    Browse the repository at this point in the history
  5. ➕ add esbuild optional deps

    sestinj committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6776a12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d775919 View commit details
    Browse the repository at this point in the history
  7. 🔖 update core version

    sestinj committed May 11, 2024
    Configuration menu
    Copy the full SHA
    31226a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cac5c8 View commit details
    Browse the repository at this point in the history
  9. 🔖 update core version

    sestinj committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e3dc72b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    ab49433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b95eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89a6957 View commit details
    Browse the repository at this point in the history
  4. 🎨 require -> import

    sestinj committed May 12, 2024
    Configuration menu
    Copy the full SHA
    778ceca View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a707eae View commit details
    Browse the repository at this point in the history
  2. 💄 Improve colors of the IntelliJ tool window icon (#1273)

    Without this fix, the continue icon sticks out from the other toolwindow icons,
    resulting in an inconsistent appearance of the whole IDE and creates a feeling
    that the continue plugin "doesn't fit, something must be broken".
    
    According to
    https://plugins.jetbrains.com/docs/intellij/icons.html#new-ui-icon-colors
    specific colors are needed to work nicely with dark and light modes. Bonus is
    that the active tool window icon color then changes automatically to white.
    
    Co-authored-by: Lukas Baron <[email protected]>
    tnglemongrass and tnglemongrass authored May 13, 2024
    Configuration menu
    Copy the full SHA
    6e9a56b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e2bba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034754c View commit details
    Browse the repository at this point in the history
  5. 🐛 fix slash command bug

    sestinj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    61d472f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed9bf43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2d983e View commit details
    Browse the repository at this point in the history
  8. 🐛 avoid double paste

    sestinj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0dd4ae9 View commit details
    Browse the repository at this point in the history
  9. ✨ gpt-4o

    sestinj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8b50a2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96dc066 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    781f713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae05da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a672f80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2dca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d5dc49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17a08b4 View commit details
    Browse the repository at this point in the history
  7. 💚 ci updates

    sestinj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e877f8a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3355d18 View commit details
    Browse the repository at this point in the history
  2. 🐛 merge fixes

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    78cb6a2 View commit details
    Browse the repository at this point in the history
  3. 💄 increase font size in JB

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    41a9fbc View commit details
    Browse the repository at this point in the history
  4. 🐛 fix repeated paste bug

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c3fd16b View commit details
    Browse the repository at this point in the history
  5. 🐛 fix build script

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    877c13d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd1ef6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0eed7a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e9d28e View commit details
    Browse the repository at this point in the history
  9. 📌 pin esbuild 0.17.19

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    491d9bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a4cc2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5052a3 View commit details
    Browse the repository at this point in the history
  12. 🩹 getMetaKeyName

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3f83c6a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f962b3 View commit details
    Browse the repository at this point in the history
  14. ⚡️ gpt-4o system prompt

    sestinj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bc5a6f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7857c4c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    3b45028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be741ac View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. ⚡️ context pruning

    sestinj committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b670949 View commit details
    Browse the repository at this point in the history
  2. 🎨 update free trial models

    sestinj committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9a9b7ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f160ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e33901 View commit details
    Browse the repository at this point in the history
  5. adjust toCopy (#1305)

    Co-authored-by: Justin Milner <[email protected]>
    justinmilner1 and Justin Milner authored May 17, 2024
    Configuration menu
    Copy the full SHA
    7fde022 View commit details
    Browse the repository at this point in the history
  6. Nate/prompt-file (#1308)

    * ✨ .prompt files
    
    * 🧑‍💻 back to npm  : (
    
    * 🎨 nicer dropdown icon
    
    * 🎨 full switch back to npm
    
    * 🧑‍💻 uninstall script for fresh start
    
    * 🎨 updated package-locks
    sestinj authored May 17, 2024
    Configuration menu
    Copy the full SHA
    bc93e4a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    c52b6e7 View commit details
    Browse the repository at this point in the history
  2. 🔥 remove example files

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d73783e View commit details
    Browse the repository at this point in the history
  3. 🎨 update test prompt

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    cf12e2a View commit details
    Browse the repository at this point in the history
  4. 🎨 update prompt

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2723923 View commit details
    Browse the repository at this point in the history
  5. 🎨 update test prompt

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e33895d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    430c6fe View commit details
    Browse the repository at this point in the history
  7. Log prompt-tokens to devdb and show in 'My Usage' view (#1309)

    * Also log the number of prompt tokens to the dev-db
    
    * Show prompt tokens in 'My Usage' view
    tijszwinkels authored May 18, 2024
    Configuration menu
    Copy the full SHA
    b8221eb View commit details
    Browse the repository at this point in the history
  8. 🔥 remove console logs

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1b49dfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a6710d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72e585a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b4cc55 View commit details
    Browse the repository at this point in the history
  12. 💚 fix prepackage.js

    sestinj committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f86e339 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    911c39b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7fc6644 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    630e5e9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a533668 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    696a955 View commit details
    Browse the repository at this point in the history
  2. 🔀 merge changes

    sestinj committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7da39cf View commit details
    Browse the repository at this point in the history
  3. 🩹 small fixes

    sestinj committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4fdae27 View commit details
    Browse the repository at this point in the history
  4. 🐛 fix jetbrains build

    sestinj committed May 19, 2024
    Configuration menu
    Copy the full SHA
    27470eb View commit details
    Browse the repository at this point in the history
  5. 🩹 more jetbrains fixes

    sestinj committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b0397f4 View commit details
    Browse the repository at this point in the history
  6. 🎨 jetbrains improvements

    sestinj committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ae75627 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8c3b98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df68e86 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    95cd223 View commit details
    Browse the repository at this point in the history
  2. 👷 add script utils file

    sestinj committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e9d0599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    609e4e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7bb1a5 View commit details
    Browse the repository at this point in the history
  5. 🩹 small jetbrains updates

    sestinj committed May 20, 2024
    Configuration menu
    Copy the full SHA
    50f7978 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae8ccc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec8f40a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06da0ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cecbcc View commit details
    Browse the repository at this point in the history
  10. Update preIndexedDocs.ts (#1292)

    Add Bootstrap and Alpine.js as pre indexed docs.
    JoseVega authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ebc02fe View commit details
    Browse the repository at this point in the history
  11. add toString (#1324)

    * add toString
    
    * Fix indentation
    
    ---------
    
    Co-authored-by: Justin Milner <[email protected]>
    justinmilner1 and Justin Milner authored May 20, 2024
    Configuration menu
    Copy the full SHA
    25d9e37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f8528a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59ca138 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de0dc3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75c5e0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e150f7d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4523fe6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feature flag (#1327)

    * ➕ feature flags dependency
    
    * 🎨 make getHeaders awaitable
    
    * 🔒️ token count for abuse monitoring
    sestinj authored May 21, 2024
    Configuration menu
    Copy the full SHA
    424f7d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2509dd5 View commit details
    Browse the repository at this point in the history
  3. Update build.js (#1330)

    Fix error: EBUSY: resource busy or locked, rmdir '...\continue\binary\tmp\continue-node_modules-lancedb'
    JoseVega authored May 21, 2024
    Configuration menu
    Copy the full SHA
    90fe570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6fedfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3744d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    226144b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3b7c1a View commit details
    Browse the repository at this point in the history
  8. 🔥 remove lingering pnpm

    sestinj committed May 21, 2024
    Configuration menu
    Copy the full SHA
    baa0c26 View commit details
    Browse the repository at this point in the history
  9. 🎨 update default models

    sestinj committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f1fcb91 View commit details
    Browse the repository at this point in the history
  10. 🎨 update defaults

    sestinj committed May 21, 2024
    Configuration menu
    Copy the full SHA
    87bcecc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aed0d86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c03dab View commit details
    Browse the repository at this point in the history
  13. 🎨 test.js in dev

    sestinj committed May 21, 2024
    Configuration menu
    Copy the full SHA
    63e70e5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. 🧑‍💻 cleaning

    sestinj committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b57b48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee942e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    fbf7aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167b1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e1c2f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2664800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    045d98f View commit details
    Browse the repository at this point in the history
  6. 🔀 merge fixes

    sestinj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    89549d6 View commit details
    Browse the repository at this point in the history
  7. ⚡️ small improvements

    sestinj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a364ceb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e5b116 View commit details
    Browse the repository at this point in the history
  9. 🎨 trial updates

    sestinj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e840140 View commit details
    Browse the repository at this point in the history
  10. 📝 update jetbrains readmej

    sestinj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    efeb582 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e26da7a View commit details
    Browse the repository at this point in the history
  2. ✨ Codestral FIM

    sestinj committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5c4e512 View commit details
    Browse the repository at this point in the history
  3. 🔖 update gradle version

    sestinj committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4231215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b482bbc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    1ca28ed View commit details
    Browse the repository at this point in the history
  2. 🎨 Refactor core (#1281)

    * 🎨 refactor out react context
    
    * 🎨 refactor local storage
    
    * 🎨 refactor IdeMessenger
    
    * 🔥 removing unused files
    
    * 🚚 move scripts
    
    * ✅ setup VSCode integration testing
    
    * 🎨 fix test-related stuff
    
    * 🚧 testing
    
    * 🎨 tweak terminal cmd+L
    
    * 🧑‍💻 install biome in core
    
    * 🎨 run biome check on core
    
    * 🎨 run biome check in vscode
    
    * 🎨 run biome check in binary
    
    * 🧑‍💻 global biome config
    
    * 🎨 run biome check on core
    
    * 🎨 run biome check in vscode
    
    * 🎨 fix a few biome warnings
    
    * 🚧 WIP on protocols
    
    * 🚧 progress, organizing, about to remove webviewCore protocol
    
    * 🚧 now running
    
    * 🚧 move indexing code to core
    
    * 🚧 WIP on JetBrains indexing implementation
    
    * 🎨 finish listDir
    
    * 🚧 gui fixes
    
    * 🏷️ update IMessenger.on return type
    
    * 🐛 fix jetbrains types + IDE detection
    
    * 🧑‍💻 set up debugging for binary with TcpMessenger
    
    * 👷 fix prepackage.js
    
    * 🧑‍💻 turn off debug mode for intellij
    
    * 🐛 merge fixes
    
    * 🐛 fixes after refactor
    
    * 🐛 merge fixes
    
    * 💄 increase font size in JB
    
    * 🔀 merge changes
    
    * 🩹 small fixes
    
    * 🐛 fix jetbrains build
    
    * 🩹 more jetbrains fixes
    
    * 🎨 jetbrains improvements
    
    * 🐛 fix lancedb prob in jetbrains build
    
    * 👷 update jetbrains build process
    
    * ✨ intellij problems context provider
    
    * 👷 add script utils file
    
    * 💚 fix jetbrains build regression
    
    * 🎨 dynamic import transformers.js
    
    * 🩹 small jetbrains updates
    
    * ✨ folder context provider in jetbrains
    
    * 🎨 many more jetbrains improvements
    
    * 🔀 merge fixes
    
    * ⚡️ small improvements
    
    * 🎨 tell users transformers.js not supported
    
    * 🎨 trial updates
    
    * 📝 update jetbrains readmej
    
    * ⚡️ only use smaller context for local autocomplete models
    
    * ⚡️ improve bracket filter
    
    * ✨ global .continue/.prompts folder
    
    * 💄 improved model setup process
    
    * 🥅 display VSCode req errs
    sestinj authored May 25, 2024
    Configuration menu
    Copy the full SHA
    53b6128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e007efb View commit details
    Browse the repository at this point in the history
  4. 🎨 count cmd+I

    sestinj committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2a0f6fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6397536 View commit details
    Browse the repository at this point in the history
  6. 🔥 remove duplicate import

    sestinj committed May 25, 2024
    Configuration menu
    Copy the full SHA
    6e47079 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d50f5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10f6920 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9de68ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31f04b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0b2060 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Free Trial Auth (#1367)

    * 🎨 pass gh auth token to free trial
    
    * 💄 improved onboarding flow
    
    * 🎨 make fewer auth reqs
    
    * 🎨 refactor ordering of vscode deps
    
    * 🐛 resolve confighandler
    sestinj authored May 26, 2024
    Configuration menu
    Copy the full SHA
    683d53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044827b View commit details
    Browse the repository at this point in the history
  3. 🔥 remove unused auth code

    sestinj committed May 26, 2024
    Configuration menu
    Copy the full SHA
    42aad40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    129239b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    664adc3 View commit details
    Browse the repository at this point in the history
  2. Build fixes: Remove duplicated code, re-add overwritten commit (#1358)

    * readd overwritten commit
    
    * Remove duplicated code
    justinmilner1 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    645d267 View commit details
    Browse the repository at this point in the history
  3. 📝 update keywords

    sestinj committed May 27, 2024
    Configuration menu
    Copy the full SHA
    98d474d View commit details
    Browse the repository at this point in the history
  4. ✨ /commit slash command

    sestinj committed May 27, 2024
    Configuration menu
    Copy the full SHA
    db14578 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04d4245 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    12fb5d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9b4e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feac75c View commit details
    Browse the repository at this point in the history
  4. ✨ mistral description

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0b28572 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    507010b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c19a6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e289267 View commit details
    Browse the repository at this point in the history
  8. 🎨 trial fim model

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    44e75aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6536fad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5462c4d View commit details
    Browse the repository at this point in the history
  11. ✨ gh auth token jb

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    04481c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b62d76 View commit details
    Browse the repository at this point in the history
  13. 🔧 update config files

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    69572b3 View commit details
    Browse the repository at this point in the history
  14. 🎨 jetbrains onboarding

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    94c8206 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    145ad30 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    759ba12 View commit details
    Browse the repository at this point in the history
  17. Fix sidebar indexing status timing-related bugs (#1368)

    * readd overwritten commit
    
    * Remove duplicated code
    
    * Fix status load in and failed state update
    
    * Late sidebar open bugs fixed
    
    * Change ideMessenger post parameters
    
    * debug pause
    
    * Don't use global, fix table creation bug
    
    * Creating new branch for config-related issues here
    
    * cleanup
    justinmilner1 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b70552a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9907807 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    695eab1 View commit details
    Browse the repository at this point in the history
  20. 🚸 update onboarding flow

    sestinj committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e349e76 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7a9c0c0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    f9e819d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc6347 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'preview'

    sestinj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    27fec0f View commit details
    Browse the repository at this point in the history
  4. codestral api base

    sestinj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    429f30b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'preview'

    sestinj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f446bb2 View commit details
    Browse the repository at this point in the history
  6. update codestral api link

    sestinj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3f525f1 View commit details
    Browse the repository at this point in the history
  7. codestral api link

    sestinj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    19b5424 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    427e5c1 View commit details
    Browse the repository at this point in the history