Skip to content

Commit 06c1133

Browse files
committed
merge: main
2 parents 7944a92 + 9036fb8 commit 06c1133

File tree

167 files changed

+64794
-5034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+64794
-5034
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
options:
1414
- label: I've tried using the "Ask AI" feature on the [Continue docs site](https://docs.continue.dev/) to see if the docs have an answer
1515
required: false
16-
- label: I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
16+
- label: I'm not able to find a related conversation on [GitHub discussions](https://github.com/continuedev/continue/discussions) that reports the same bug
1717
required: false
1818
- label: I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug
1919
required: false

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
path-to-document: "https://github.com/continuedev/continue/blob/main/CLA.md"
2828
branch: cla-signatures
2929
# Bots and CLAs signed outside of GitHub
30-
allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,agent@continue.dev,action@github.com
30+
allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,agent@continue.dev,action@github.com,snyk-bot
3131
signed-commit-message: "CLA signed in $pullRequestNo"

.github/workflows/cli-pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CLI PR Checks
33
on:
44
pull_request:
55
branches: [main]
6+
paths-ignore:
7+
- "docs/**"
68

79
permissions:
810
contents: read

.github/workflows/jetbrains-release.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
needs: check_release_name
9696
if: needs.check_release_name.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
9797
name: Build Plugin
98-
runs-on: macos-13
98+
runs-on: macos-latest
9999
permissions:
100100
contents: write
101101
pull-requests: write
@@ -294,44 +294,44 @@ jobs:
294294
295295
# Store already-built plugin as an artifact for downloading
296296
- name: Upload artifact
297-
uses: actions/upload-artifact@v4
297+
uses: actions/upload-artifact@v5
298298
with:
299299
name: ${{ steps.artifact.outputs.filename }}
300300
path: ./extensions/intellij/build/distributions/content/*/*
301301

302302
# Upload binaries as artifacts
303303
- name: Upload artifact (darwin-arm64)
304-
uses: actions/upload-artifact@v4
304+
uses: actions/upload-artifact@v5
305305
with:
306306
name: continue-binary-darwin-arm64
307307
path: ./binary/bin/darwin-arm64/
308308

309309
- name: Upload artifact (darwin-x64)
310-
uses: actions/upload-artifact@v4
310+
uses: actions/upload-artifact@v5
311311
with:
312312
name: continue-binary-darwin-x64
313313
path: ./binary/bin/darwin-x64/
314314

315315
- name: Upload artifact (win32-x64)
316-
uses: actions/upload-artifact@v4
316+
uses: actions/upload-artifact@v5
317317
with:
318318
name: continue-binary-win32-x64
319319
path: ./binary/bin/win32-x64/
320320

321321
- name: Upload artifact (win32-arm64)
322-
uses: actions/upload-artifact@v4
322+
uses: actions/upload-artifact@v5
323323
with:
324324
name: continue-binary-win32-arm64
325325
path: ./binary/bin/win32-arm64/
326326

327327
- name: Upload artifact (linux-arm64)
328-
uses: actions/upload-artifact@v4
328+
uses: actions/upload-artifact@v5
329329
with:
330330
name: continue-binary-linux-arm64
331331
path: ./binary/bin/linux-arm64/
332332

333333
- name: Upload artifact (linux-x64)
334-
uses: actions/upload-artifact@v4
334+
uses: actions/upload-artifact@v5
335335
with:
336336
name: continue-binary-linux-x64
337337
path: ./binary/bin/linux-x64/
@@ -358,7 +358,7 @@ jobs:
358358
platform: darwin
359359
arch: x64
360360
npm_config_arch: x64
361-
- os: macos-13
361+
- os: macos-latest
362362
platform: darwin
363363
arch: arm64
364364
npm_config_arch: arm64
@@ -420,7 +420,7 @@ jobs:
420420
421421
- name: Upload logs
422422
if: ${{ always() }}
423-
uses: actions/upload-artifact@v4
423+
uses: actions/upload-artifact@v5
424424
with:
425425
name: core-logs-${{ matrix.platform }}-${{ matrix.arch }}
426426
path: ~/.continue/logs/core.log
@@ -455,7 +455,7 @@ jobs:
455455
# Collect Tests Result of failed tests
456456
- name: Collect Tests Result
457457
if: ${{ failure() }}
458-
uses: actions/upload-artifact@v4
458+
uses: actions/upload-artifact@v5
459459
with:
460460
name: tests-result
461461
path: ${{ github.workspace }}/extensions/intellij/build/reports/tests
@@ -540,7 +540,7 @@ jobs:
540540
# Collect Plugin Verifier Result
541541
- name: Collect Plugin Verifier Result
542542
if: ${{ always() }}
543-
uses: actions/upload-artifact@v4
543+
uses: actions/upload-artifact@v5
544544
with:
545545
name: pluginVerifier-result
546546
path: ${{ github.workspace }}/build/reports/pluginVerifier

.github/workflows/main-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "✅ Successfully downloaded artifact"
102102
103103
- name: Republish as main branch artifact
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
with:
106106
name: vscode-extension-build-${{ matrix.platform }}
107107
path: ./temp-download/*

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
platform: alpine
7474
arch: x64
7575
npm_config_arch: x64
76-
- os: macos-13
76+
- os: macos-latest
7777
platform: darwin
7878
arch: x64
7979
npm_config_arch: x64
80-
- os: macos-13
80+
- os: macos-latest
8181
platform: darwin
8282
arch: arm64
8383
npm_config_arch: arm64
@@ -99,7 +99,7 @@ jobs:
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Upload .vsix artifact
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v5
103103
with:
104104
name: ${{ matrix.platform }}-${{ matrix.arch }}-vsix
105105
path: "extensions/vscode/*.vsix"

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
${{ steps.read-metrics.outputs.metrics_content }}
7070
7171
- name: Upload metrics report as artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: issue-metrics-report
7575
path: ./issue_metrics.md

.github/workflows/pr-build-upload-vsix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Upload build artifact
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: vscode-extension-build-${{ matrix.platform }}-${{ matrix.arch }}
4545
path: extensions/vscode/build
4646

4747
- name: Upload .vsix artifact
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: ${{ matrix.platform }}-${{ matrix.arch }}-vsix
5151
path: "extensions/vscode/*.vsix"

.github/workflows/pr-checks.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
pull_request:
66
branches:
77
- main
8+
paths-ignore:
9+
- "docs/**"
810

911
push:
1012
branches:
1113
- main
14+
paths-ignore:
15+
- "docs/**"
1216

1317
jobs:
1418
track-rerun:
@@ -303,7 +307,7 @@ jobs:
303307
github-token: ${{ secrets.GITHUB_TOKEN }}
304308

305309
- name: Upload build artifact
306-
uses: actions/upload-artifact@v4
310+
uses: actions/upload-artifact@v5
307311
with:
308312
name: vscode-extension-build-Linux
309313
path: extensions/vscode/build
@@ -334,6 +338,17 @@ jobs:
334338
runs-on: ubuntu-latest
335339
timeout-minutes: 15
336340
steps:
341+
- name: Free disk space
342+
uses: jlumbroso/free-disk-space@main
343+
with:
344+
tool-cache: false
345+
android: true
346+
dotnet: true
347+
haskell: true
348+
large-packages: false
349+
docker-images: true
350+
swap-storage: true
351+
337352
- uses: actions/checkout@v5
338353
- name: Run JetBrains tests
339354
uses: ./.github/actions/run-jetbrains-tests

.github/workflows/preview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
platform: alpine
5858
arch: x64
5959
npm_config_arch: x64
60-
- os: macos-13
60+
- os: macos-latest
6161
platform: darwin
6262
arch: x64
6363
npm_config_arch: x64
64-
- os: macos-13
64+
- os: macos-latest
6565
platform: darwin
6666
arch: arm64
6767
npm_config_arch: arm64
@@ -83,7 +83,7 @@ jobs:
8383
github-token: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Upload .vsix artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: ${{ matrix.platform }}-${{ matrix.arch }}-vsix
8989
path: "extensions/vscode/*.vsix"

0 commit comments

Comments
 (0)