Skip to content

Commit 4b330de

Browse files
committed
Merge branch 'main' of https://github.com/continuedev/continue into ferenci84/per-tab-model-persistence
2 parents b2f565e + a7fe934 commit 4b330de

File tree

111 files changed

+61514
-3704
lines changed

Some content is hidden

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

111 files changed

+61514
-3704
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/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/pr-checks.yaml

Lines changed: 15 additions & 0 deletions
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:
@@ -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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
Get started in [Mission Control](https://hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)
3535

36-
## Background Agents
36+
## Cloud Agents
3737

3838
Set workflows to run automatically on [PR opens](https://docs.continue.dev/guides/continuous-ai#pattern-2-the-pr-review-agent), [schedules](https://docs.continue.dev/guides/continuous-ai#pattern-1-the-async-triage-bot), or [any event trigger](https://docs.continue.dev/cli/quick-start#headless-mode)
3939

40-
![Background Agents](docs/images/background-agent.gif)
40+
![Cloud Agents](docs/images/background-agent.gif)
4141

4242
## CLI Agents
4343

0 commit comments

Comments
 (0)