Skip to content

Commit 754edc7

Browse files
committed
Merge in main
2 parents 6d6b8a0 + 2067989 commit 754edc7

File tree

170 files changed

+63530
-3725
lines changed

Some content is hidden

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

170 files changed

+63530
-3725
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,17 @@ jobs:
334334
runs-on: ubuntu-latest
335335
timeout-minutes: 15
336336
steps:
337+
- name: Free disk space
338+
uses: jlumbroso/free-disk-space@main
339+
with:
340+
tool-cache: false
341+
android: true
342+
dotnet: true
343+
haskell: true
344+
large-packages: false
345+
docker-images: true
346+
swap-storage: true
347+
337348
- uses: actions/checkout@v5
338349
- name: Run JetBrains tests
339350
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)