-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 #1419
Merged
Preview #1419
Changes from all commits
Commits
Show all changes
593 commits
Select commit
Hold shift + click to select a range
f91ac82
🐛 fixes after refactor
sestinj eee2461
🚧 experimenting with perplexity style streaming
sestinj ae180c6
:bug: fix #1237
5eqn 68b7962
💚 fix type error
sestinj e05cac9
⚡️ improve LSP usage in autocomplete
sestinj f314198
Merge branch 'fix-edit-prompt' of https://github.com/5eqn/continue in…
sestinj 0c642b1
🐛 fix content parsing regression in /edit
sestinj e15259d
Merge branch '5eqn-fix-edit-prompt' into preview
sestinj 7f05366
add PySide6 docs to preindexed docs (#1236)
pixelsortr 6803dc5
CON-232 bring custom docs to top, alphabetize doc results, make scrol…
justinmilner1 7dd2d6f
CON-1067 condense some things
2d06910
🚚 [Auxiliary -> Continue] Sidebar
sestinj c3971a4
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 4160ca6
🔊 log completion options in ~/.continue/sessions
sestinj 344b23d
CON-1067 wrong ret val fix
4ae128f
CON-1067: fixes from testing
2b302d9
⚡️ filter out completions that are only punctuation/space
sestinj 8668308
⚡️ inject intellisense docs, no multi-line on comments
sestinj 671b98c
⚡️ crawl type definitions for autocomplete
sestinj c2cb6f4
⚡️ truncate function text
sestinj 52b99dc
⚡️ cache LSP calls
sestinj 07b3aba
⚡️ find recently edited ranges with perfect prefix match
sestinj 9e1027a
🐛 fix gif paths
sestinj c88d222
⚡️ bring back double new line stop words
sestinj 6e1dcb8
📌 add yarn lock files
sestinj 0cd017b
🐛 allow language keywords to be generated
sestinj 81e0e0c
💄 toggle on help button
sestinj 370e610
🎨 defaultContext option
sestinj 3749a8c
🐛 fix lancedb bug by upgrading
sestinj b6a5391
🐛 fix groq stop tokens
sestinj 8117abc
🐛 preventDefault to avoid double paste
sestinj d117d7f
🚸 don't repeatedly override cmd+J
sestinj 44e90ef
🧑💻 fix npm run test in core
sestinj 0dbb4cc
📝 change description
sestinj f71af40
🐛 silence Ollama invalid server state warning
sestinj 989fcd5
Merge branch 'main' into preview
sestinj 241fdbc
⚡️ more accurate getTerminalContents
sestinj 29bb218
⚡️ make getTerminalContents more accurate
sestinj e75a465
Merge
sestinj b99fcbc
🧑💻 use yarn instead of npm
sestinj 8a2e18a
👷 fix yarn add --no-save in prepackge
sestinj f641a2b
🐛 correctly read entire notebook file contents
sestinj 1f49397
➕ import handlebars
sestinj 0101e6f
🔥 remove unnecessary migrations
sestinj 8daf2c1
⚡️ improve /comment prompt
sestinj 6a10a8e
Add debug terminal context menu (#1261)
djgould 7908d75
Add --no-dependencies to vsce package (#1255)
djgould aaeaccd
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj cfcd740
ui: change line decoration color to use vscode theme (#1253)
d-mahard c532bd2
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 46fa021
Merge branch 'CON-1067-failed-indexing-state' of https://github.com/j…
sestinj 2ba1263
🎨 refactor indexing state into a single object
sestinj 1de0d8a
CON-223 Correct diff streaming abort (#1263)
justinmilner1 74c21be
📦 switch to pnpm (#1265)
sestinj 19682cd
🐛 add powershell to extension mapping, and default to ext
sestinj 8e18355
Add stream support for Bedrock Anthropic
ab7bcb0
🎨 make llamatokenizer commonjs compatible
sestinj 6776a12
➕ add esbuild optional deps
sestinj d775919
🚚 rename vendor/node_modules -> modules
sestinj 31226a3
🔖 update core version
sestinj 2cac5c8
🐛 fixes for transformers.js compatibility
sestinj e3dc72b
🔖 update core version
sestinj ab49433
🎨 set modelPath in constructor
sestinj 81b95eb
🎨 fix transformers.js import
sestinj 89a6957
🎨 eslint enforce import extensions
sestinj 778ceca
🎨 require -> import
sestinj a707eae
🚸 notify user if not diff in /commit
sestinj 6e9a56b
💄 Improve colors of the IntelliJ tool window icon (#1273)
tnglemongrass 83e2bba
Merge branch 'preview' of https://github.com/KoStard/continue into Ko…
sestinj 034754c
✨ send Bearer token to Ollama if apiKey set
sestinj 61d472f
🐛 fix slash command bug
sestinj ed9bf43
🧑💻 add onnxruntime (--save-dev) for types
sestinj b2d983e
🐛 don't apply to file when running code block in terminal
sestinj 0dd4ae9
🐛 avoid double paste
sestinj 8b50a2b
✨ gpt-4o
sestinj 96dc066
🎨 pass uniqueId to constructor
sestinj 781f713
🚸 focus without scrolling into vie
sestinj ae05da6
🎨 refactoring for continue-proxy LLM (#1277)
sestinj a672f80
🐛 continue server client fixes
sestinj fb2dca8
🎨 refactor OpenAI _getHeaders
sestinj 7d5dc49
🎨 pass ideSettings to llmFromDescription
sestinj 17a08b4
⚡️ improve add docstring command
sestinj e877f8a
💚 ci updates
sestinj 3355d18
Merge branch 'preview' into nate/refactor-core
sestinj 78cb6a2
🐛 merge fixes
sestinj 41a9fbc
💄 increase font size in JB
sestinj c3fd16b
🐛 fix repeated paste bug
sestinj 877c13d
🐛 fix build script
sestinj abd1ef6
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 0eed7a0
🩹 various small improvements
sestinj 5e9d28e
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 491d9bf
📌 pin esbuild 0.17.19
sestinj 5a4cc2b
🧑💻 pnpm i gui in prepackage
sestinj b5052a3
🐛 show all diff changes in vscode
sestinj 3f83c6a
🩹 getMetaKeyName
sestinj 6f962b3
🐛 fix reading of unopened ipynb files
sestinj bc5a6f6
⚡️ gpt-4o system prompt
sestinj 7857c4c
💄 make font size configurable in config.json ui.fontSize
sestinj 3b45028
🩹 properly dispose of diff handler
sestinj be741ac
🐛 fix indexing status display
sestinj b670949
⚡️ context pruning
sestinj 9a9b7ba
🎨 update free trial models
sestinj 9f160ad
fix: remove some backup files generated by pkg if present (#1287)
fernandosanchezjr 4e33901
Merge branch 'main' into preview
sestinj 7fde022
adjust toCopy (#1305)
justinmilner1 bc93e4a
Nate/prompt-file (#1308)
sestinj c52b6e7
🔥 remove hello from continuerc.json
sestinj d73783e
🔥 remove example files
sestinj cf12e2a
🎨 update test prompt
sestinj 2723923
🎨 update prompt
sestinj e33895d
🎨 update test prompt
sestinj 430c6fe
👷 create out/node_modules in prepackage.js
sestinj b8221eb
Log prompt-tokens to devdb and show in 'My Usage' view (#1309)
tijszwinkels 1b49dfb
🔥 remove console logs
sestinj 1a6710d
add lm studio tab-autocomplete walkthrough (#1298)
mrdjohnson 72e585a
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 5b4cc55
📝 update autocomplete LM Studio docs
sestinj f86e339
💚 fix prepackage.js
sestinj 911c39b
⬆️ upgrade lancedb version
sestinj 7fc6644
🚸 make it easier to continue past trial
sestinj 630e5e9
🚸 improve model setup process
sestinj a533668
📌 update package-lock.jsons
sestinj 696a955
Merge branch 'preview' into nate/refactor-core
sestinj 7da39cf
🔀 merge changes
sestinj 4fdae27
🩹 small fixes
sestinj 27470eb
🐛 fix jetbrains build
sestinj b0397f4
🩹 more jetbrains fixes
sestinj ae75627
🎨 jetbrains improvements
sestinj d8c3b98
🐛 fix lancedb prob in jetbrains build
sestinj df68e86
👷 update jetbrains build process
sestinj 95cd223
✨ intellij problems context provider
sestinj e9d0599
👷 add script utils file
sestinj 609e4e6
💚 fix jetbrains build regression
sestinj b7bb1a5
🎨 dynamic import transformers.js
sestinj 50f7978
🩹 small jetbrains updates
sestinj ae8ccc1
✨ folder context provider in jetbrains
sestinj ec8f40a
🎨 many more jetbrains improvements
sestinj 06da0ca
🐛 fix prompt file loading bug
sestinj 7cecbcc
docs: add setup guide for OpenRouter (#1284)
sambarnes ebc02fe
Update preIndexedDocs.ts (#1292)
JoseVega 25d9e37
add toString (#1324)
justinmilner1 6f8528a
don't overwrite all models in onboarding
sestinj 59ca138
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj de0dc3d
Merge branch 'preview' of https://github.com/KoStard/continue into pr…
sestinj 75c5e0b
Merge branch 'KoStard-preview' into preview
sestinj e150f7d
🔧 override headers with custom headers
sestinj 4523fe6
✨ allow overwriting slash command description
sestinj 424f7d5
feature flag (#1327)
sestinj 2509dd5
👷 remove win32-arm64 target
sestinj 90fe570
Update build.js (#1330)
JoseVega f6fedfc
📌 pin onnxruntime version to match transformers.js
sestinj f3744d8
Merge branch 'preview' into nate/refactor-core
sestinj 226144b
🎨 transformers cleanup, extensionVersion header
sestinj f3b7c1a
Merge branch 'main' into preview
sestinj baa0c26
🔥 remove lingering pnpm
sestinj f1fcb91
🎨 update default models
sestinj 87bcecc
🎨 update defaults
sestinj aed0d86
👷 fix version in build post-check
sestinj 4c03dab
Merge branch 'main' into preview
sestinj 63e70e5
🎨 test.js in dev
sestinj b57b48a
🧑💻 cleaning
sestinj fee942e
Add Gemini 1.5 Flash as a model (#1337)
HackyRoot fbf7aba
🎨 log dev data for tokens generated
sestinj 167b1a3
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 2e1c2f5
Expose custom context provider registration through a vscode extensio…
samelhusseini 2664800
Merge branch 'main' into preview
sestinj 045d98f
Merge branch 'preview' into nate/refactor-core
sestinj 89549d6
🔀 merge fixes
sestinj a364ceb
⚡️ small improvements
sestinj 4e5b116
🎨 tell users transformers.js not supported
sestinj e840140
🎨 trial updates
sestinj efeb582
📝 update jetbrains readmej
sestinj e26da7a
⚡️ Use gptEditPrompt for Mistral
sestinj 5c4e512
✨ Codestral FIM
sestinj 4231215
🔖 update gradle version
sestinj b482bbc
Merge branch 'main' into preview
sestinj 1ca28ed
Fix typo "Experimantal" (#1353)
pzaback 53b6128
🎨 Refactor core (#1281)
sestinj e007efb
⚡️ improved autocomplete stopping
sestinj 2a0f6fe
🎨 count cmd+I
sestinj 6397536
Merge branch 'main' into preview
sestinj 6e47079
🔥 remove duplicate import
sestinj 7d50f5f
🔥 remove unnecessary headers
sestinj 10f6920
Merge branch 'main' into preview
sestinj 9de68ac
⚡️ limit input history length
sestinj 31f04b4
⚡️ limit submenu items until you can use disk-based search, to avoid …
sestinj f0b2060
🔥 remove duplicate function def
sestinj 683d53b
Free Trial Auth (#1367)
sestinj 044827b
⚡️ autocomplete stopping improvements
sestinj 42aad40
🔥 remove unused auth code
sestinj 129239b
Merge branch 'preview' into nate/mistral-prefilling
sestinj 664adc3
⚡️ consider previous completion in bracket matching
sestinj 645d267
Build fixes: Remove duplicated code, re-add overwritten commit (#1358)
justinmilner1 98d474d
📝 update keywords
sestinj db14578
✨ /commit slash command
sestinj 04d4245
🎨 make transformers.js esm compatible
sestinj 12fb5d4
⚡️ fix jetbrains indexing perfomance issue
sestinj 4f9b4e4
💄 autocomplete model onboarding
sestinj feac75c
✨ mistral free trial autocomplete
sestinj 0b28572
✨ mistral description
sestinj 507010b
Merge branch 'preview' into nate/mistral-prefilling
sestinj 4c19a6e
🩹 comment out fireworks.png
sestinj e289267
Merge branch 'preview' into nate/mistral-prefilling
sestinj 44e75aa
🎨 trial fim model
sestinj 6536fad
🎨 get gh token for autocomplete model trial
sestinj 5462c4d
Merge branch 'preview' into nate/mistral-prefilling
sestinj 04481c4
✨ gh auth token jb
sestinj 7b62d76
Merge branch 'preview' into nate/mistral-prefilling
sestinj 69572b3
🔧 update config files
sestinj 94c8206
🎨 jetbrains onboarding
sestinj 145ad30
Merge branch 'preview' into nate/mistral-prefilling
sestinj 759ba12
🧑💻 create gui/dist if it doesn't exist
sestinj b70552a
Fix sidebar indexing status timing-related bugs (#1368)
justinmilner1 9907807
🚸 help user avoid login prompt if unwanted
sestinj 695eab1
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj e349e76
🚸 update onboarding flow
sestinj 7a9c0c0
📝 codestral as recommended in docs
sestinj ad8743a
feat: Add cloudflare as provider
f9e819d
📝 set up codestral walkthrough
sestinj dfc6347
Merge branch 'preview' into nate/mistral-prefilling
sestinj 27fec0f
Merge branch 'preview'
sestinj 429f30b
codestral api base
sestinj f446bb2
Merge branch 'preview'
sestinj 3f525f1
update codestral api link
sestinj 19b5424
codestral api link
sestinj 427e5c1
Merge branch 'main' into preview
sestinj 2dce084
bearer token
sestinj ba04ee4
Merge branch 'preview' of https://github.com/continuedev/continue int…
sestinj 78ec8ef
🐛 fix config loading
sestinj 9702e6d
cleaner error message
sestinj 58691db
fix codestral templating
sestinj 93e3508
Merge branch 'cf' of https://github.com/deloreyj/continue into delore…
sestinj b869894
Merge branch 'deloreyj-cf' into preview
sestinj 72937af
🔥 remove unused kotlin test
sestinj 98440db
🧑💻 ./gradlew build
sestinj e65b002
codestral fim template
sestinj 264dc18
Merge branch 'main' into preview
sestinj 283ca8b
Merge branch 'main' into preview
sestinj 48e8c6d
add additional llama.cpp params
sestinj 0f20f9d
feat:Add promptPath configuration to use promptFolder from JSON file …
sestinj 6b200ba
Full project file path in context (#1407)
tijszwinkels 24a21f1
✨ jetbrains .continuerc.json support
sestinj ec2a0e5
tweak
sestinj d2a0df9
✨ allow non git tracked .prompts folder
sestinj 62dc195
✨ currentFile in prompt files
sestinj 0130b83
explain the purpose of sign in
sestinj d9f9fd0
help users remove free trial models
sestinj c96780a
better filtering of model artifacts
sestinj 9955039
Merge branch 'main' into preview
sestinj 3eb355e
improve sign in flow
sestinj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check failure
Code scanning / CodeQL
Incomplete URL substring sanitization High