Releases: continuedev/continue
Releases · continuedev/continue
v0.9.240-vscode
What's Changed
- Brings support for Bedrock's reranking models, Fixes #3152 by @AnnoyingTechnology in #3169
- increase login timeout by @sestinj in #3222
- bump package.json version by @sestinj in #3220
- chore: change Edit header to "Back to Chat" by @Patrick-Erichsen in #3231
- Use macos-13 in CI by @sestinj in #3237
- docs: specify that
@debugger
is only available in VS Code by @Patrick-Erichsen in #3212 - e2e tests independent of local config.json by @tomasz-stefaniak in #3238
- cancelStream by @sestinj in #3240
- fix ImportDefinitionsService bug by @sestinj in #3236
- clean up logs by @sestinj in #3242
New Contributors
- @AnnoyingTechnology made their first contribution in #3169
Full Changelog: v0.0.83-jetbrains...v0.9.240-vscode
v0.0.83-jetbrains
What's Changed
- fix order of providers in config schema by @0xBigBoss in #3142
- feat: update redux store schemas by @Patrick-Erichsen in #3114
- Update core package-lock.json by @tomasz-stefaniak in #3155
- Code - OSS Redirect for auth by @sestinj in #3157
- Minor indexing fixes by @RomneyDa in #3122
- Fix GUI eslint package version by @RomneyDa in #3161
- Error page UI fix by @RomneyDa in #3162
- feat: move Edit into Chat page by @Patrick-Erichsen in #3154
- bugfix: use
allow
property for add code to edit by @Patrick-Erichsen in #3176 - feat: use lazy edit sys msg for
gpt-4o
andmistral-large
families by @Patrick-Erichsen in #3177 - Core Util Test Creation Prompt File by @RomneyDa in #3175
- Markdown Table Rendering Support by @RomneyDa in #3174
- Update configuration.md by @aroffe99 in #3172
- optimize remote config url by @jnhyperion in #3166
- include unstaged by default by @sestinj in #3160
- support predicted outputs for other models by @sestinj in #3159
- Latex truncation fix by @RomneyDa in #3150
- Nate/tools docs by @sestinj in #3144
- specify that rules aren't used for autocomplete by @sestinj in #3140
- Don't show debug logs on window open by @sestinj in #3180
- fix lag on new sesssion by @sestinj in #3179
- fix: use index when sending chat input by @Patrick-Erichsen in #3187
- bugfix: prevent edit submission w/o code to edit by @Patrick-Erichsen in #3188
- fix: intellij sidebar chat freezing by @0xBigBoss in #3134
- bugfix: prevent overflow of btns on small screens by @Patrick-Erichsen in #3192
- feat: preserve edit when rejecting by @Patrick-Erichsen in #3194
- Core Util Tests prep by @RomneyDa in #3195
- feat(jb): add plugin actions by @Patrick-Erichsen in #3197
- Core <> GUI selected model sync by @RomneyDa in #3163
- bugfix: focus input on fullscreen reveal by @Patrick-Erichsen in #3207
- Set up e2e tests for gui by @tomasz-stefaniak in #3191
- items-center on last session button by @sestinj in #3217
- fix lag by @sestinj in #3216
- bugfix: delete single word on linux/windows by @Patrick-Erichsen in #3218
- Disable completions in the commit box by @tomasz-stefaniak in #3209
- bugfix: use correct config.json when applying by @Patrick-Erichsen in #3213
- fix: enable OSR for non-mac users after validations by @Patrick-Erichsen in #3219
- Update gradle.properties by @Patrick-Erichsen in #3221
Full Changelog: v0.9.239-vscode...v0.0.83-jetbrains
v0.9.239-vscode
What's Changed
- fix: handle RangeError during didChangeActiveTextEditor by @0xBigBoss in #3137
- hide tools in edit mode by @sestinj in #3138
- hotfix: openai displaying as undefinedundefinedundefined by @sestinj in #3139
Full Changelog: v0.9.238-vscode...v0.9.239-vscode
v0.9.238-vscode
What's Changed
- chore: merge main by @Patrick-Erichsen in #3035
- docs: mention AUTODETECT by @Yanpas in #3116
- chore: remove dead stopWords code by @JoelEinbinder in #3105
- Ensure sure at least one non-whitespace line is returned by @tomasz-stefaniak in #3126
- Comment out diff snippet by @tomasz-stefaniak in #3111
- Restore multiline stops by @tomasz-stefaniak in #3098
- Fix overly eager suffix matching by @tomasz-stefaniak in #3128
- Set up temperature experiment by @tomasz-stefaniak in #3115
- Use import definition snippets by @tomasz-stefaniak in #3135
- fix: update intellij getDiff to return string[] by @0xBigBoss in #3131
- refresh opened files when changed by @viciousstar in #3120
- fix: Add context/getSymbolsForFiles endpoint in JetBrains and handle … by @lkk214 in #3130
- feat: Add Function Network provider by @0xBigBoss in #3133
- Nate/tool use by @sestinj in #3132
- changelog and version bump by @sestinj in #3136
New Contributors
- @Yanpas made their first contribution in #3116
- @JoelEinbinder made their first contribution in #3105
[UNSTABLE] - OpenAI chat responses display as undefinedundefinedundefiendundefined
Full Changelog: v0.9.237-vscode...v0.9.238-vscode
v0.8.60-vscode
Full Changelog: v0.9.236-vscode...v0.8.60-vscode
v0.9.237-vscode
What's Changed
- chore: shorten tiptap placeholder text by @Patrick-Erichsen in #3088
- chore: remove husky by @Patrick-Erichsen in #3087
- Update dbinfoz to 0.14.0 by @DifferentialityDevelopment in #3083
- feat: add combobox for edit file selection by @Patrick-Erichsen in #3080
- fix: use new edit for "Generate code" cmd by @Patrick-Erichsen in #3091
- Do not write to the cache if caching is disabled by @tomasz-stefaniak in #3090
- Improv: make diff granular in snippets by @tomasz-stefaniak in #3096
- Integrate mistral template with snippets by @tomasz-stefaniak in #3099
- chat event by @sestinj in #3100
- update teams intro message by @RomneyDa in #3093
- Submit dependency graph to make Dependabot aware of the Gradle project (Intellij extension) by @joffeoja in #3103
- Performance and redux audit by @RomneyDa in #3061
- Nate/fixes by @sestinj in #3108
- Update context-selection.md by @Patrick-Erichsen in #3107
- Null check warnings for GUI by @RomneyDa in #3104
- GUI Strict null check fixes part 1 by @RomneyDa in #3097
- feat: add arrow icon for URL ctx item peek by @Patrick-Erichsen in #3042
- support
Qwen/Qwen2.5-Coder-32B-Instruct
model provided by siliconflow by @AnoyiX in #2974 - update action buttons by @sestinj in #3112
- always render delete button by @sestinj in #3113
New Contributors
Full Changelog: v0.9.236-vscode...v0.9.237-vscode
v0.9.236-vscode
What's Changed
Full Changelog: v0.9.235-vscode...v0.9.236-vscode
v0.9.235-vscode
What's Changed
- Improve filtering by @ruediste in #3066
- chore: downgrade dbinfoz by @Patrick-Erichsen in #3073
- improv: remove redundant workflow by @tomasz-stefaniak in #3074
- [IMPROV] Unify snippets by @tomasz-stefaniak in #3026
- FIX: qwen completions missing whitespaces by @tomasz-stefaniak in #3075
- Fix History Bugs by @RomneyDa in #3055
- Autodetect Docs V1 by @RomneyDa in #3038
- Update vscode context on signout by @RomneyDa in #3057
- remove duplicate error toast while streaming by @RomneyDa in #3060
- Better error page by @RomneyDa in #3077
- Race snippet providers by @tomasz-stefaniak in #3076
New Contributors
Full Changelog: v0.9.234-vscode...v0.9.235-vscode
v0.9.234-vscode
What's Changed
- feat: add multifile edits to Edit page by @Patrick-Erichsen in #3015
- Bump dbinfoz to 0.14.0 to fix database context adapter for Mssql by @DifferentialityDevelopment in #3024
- temporarily disable zh-CN docs by @sestinj in #3030
- Tweak Granite template and postprocessing by @fbricon in #3025
- refactor: Improve the diff block logic for inline chat by @lkk214 in #3039
- feat: more edit UI enhancements by @Patrick-Erichsen in #3032
- fix: Clipboard is not available in chat window by @lkk214 in #3037
- Update Together.ai recommendation to Qwen2.5 Coder 32B Instruct by @TyDunn in #3041
- bump package.json version by @sestinj in #3040
- fix: rename edit folder by @Patrick-Erichsen in #3043
- Fix 'Run in terminal' button regression by @fbricon in #3050
- Temporary fix for ollama onboarding by @RomneyDa in #3059
Full Changelog: v0.9.233-vscode...v0.9.234-vscode
v0.8.59-vscode
Hotfix: #3059