Skip to content

Commit 45e7596

Browse files
authored
Merge pull request #5525 from continuedev/nate/hotfix-global-assistants
Nate/hotfix-global-assistants
2 parents 3365971 + 3a47723 commit 45e7596

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

core/config/ConfigHandler.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,7 @@ export class ConfigHandler {
279279
if (options.includeWorkspace) {
280280
const assistantFiles = await getAllDotContinueYamlFiles(
281281
this.ide,
282-
{
283-
...options,
284-
includeGlobal: false, // Because the global comes from above
285-
},
282+
options,
286283
ASSISTANTS,
287284
);
288285
const profiles = assistantFiles.map((assistant) => {

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "continue",
33
"icon": "media/icon.png",
44
"author": "Continue Dev, Inc",
5-
"version": "1.1.32",
5+
"version": "1.1.33",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/continuedev/continue"

0 commit comments

Comments
 (0)