You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/test/pages/fix-flaky-tests.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,9 @@ Pull requests contain code diffs showing what changes Chunk recommends, along wi
148
148
149
149
== The Chunk tasks dashboard
150
150
151
-
Once you have assigned Chunk some tasks, you can view an activity timeline on the Chunk dashboard. Tasks are available in a list view below the chat interface.
151
+
Once you have assigned tasks to Chunk, you can view an activity timeline on the Chunk dashboard. Tasks are available in a list view below the chat interface.
152
152
153
-
There are two types of task, both are listed in the Chunk tasks dashboard.
153
+
Chunk tasks can be one of two types:
154
154
155
155
*Manual tasks*:: Created by prompting Chunk from the chat interface. Manual tasks appear in the ist view immediately after first message to Chunk.
156
156
*Schedule tasks*:: Created via the btn:[Schedule a task] button. Schedule tasks appear once the task runs on the selected schedule and if Chunk was able to open a fixPR.
@@ -204,7 +204,7 @@ a|* Daily (Sunday through Thursday at 22:00 UTC).
204
204
205
205
== Limitations
206
206
207
-
*It is not possible to edit the Chunk task configurations*. You cannot directly edit setup scripts or post-run commands once a Chunk task is created. To modify these settings, you must delete the existing Chunk task and create a new one.
207
+
*It is not possible to edit the Chunk task configurations*. You cannot directly edit setup scripts or post-run commands once a Chunk task is created. To change these settings, you must delete the existing Chunk task and create a new one.
Copy file name to clipboardExpand all lines: docs/guides/modules/toolkit/pages/chunk-setup-and-overview.adoc
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ NOTE: Chunk by CircleCI is currently in *beta*. There are no extra costs during
8
8
9
9
TIP: *Feedback or feature requests?* Submit them on our link:https://circleci.canny.io/cloud-feature-requests?selectedCategory=chunk-ai[Ideas board, window=_blank] where you can also see existing feature requests and vote on them.
10
10
11
-
Chunk by CircleCI is an AI agent that you can set up in your organization to help with CI/CD related tasks:
11
+
Chunk by CircleCI is an AI agent that you can set up in your organization to assist with CI/CD related tasks:
12
12
13
13
* Use the Chunk chat UI to get help with any aspect of your project.
14
14
* Assign Chunk tasks to proactively manage your CI/CD processes. For an example see the xref:test:fix-flaky-tests.adoc[Fix Flaky Tests] guide.
@@ -99,7 +99,17 @@ jobs:
99
99
# insert more environment setup here
100
100
----
101
101
102
-
Chunk supports all standard CircleCI configuration options. This includes executors, resource classes, caching, contexts, environment variables, service containers, orbs, and everything else you would use in a standard CircleCI pipeline. If it works in your `.circleci/config.yml`, it works in `cci-agent-setup.yml`. For a complete reference of available configuration options, see the xref:reference:ROOT:configuration-reference.adoc[CircleCI Configuration Reference].
102
+
Chunk supports all standard CircleCI configuration options. This includes the following:
103
+
104
+
* Executors.
105
+
* Resource classes.
106
+
* Caching.
107
+
* Contexts.
108
+
* Environment variables.
109
+
* Service containers.
110
+
* Orbs.
111
+
112
+
And everything else you would use in a standard CircleCI pipeline. If it works in your `.circleci/config.yml`, it works in `cci-agent-setup.yml`. For a complete reference of available configuration options, see the xref:reference:ROOT:configuration-reference.adoc[CircleCI Configuration Reference].
103
113
104
114
=== Instruct Chunk to use your environment
105
115
@@ -236,7 +246,7 @@ Contexts:: If you are using CircleCI contexts to manage secrets or environment v
236
246
237
247
=== Configuring Chunk's environment when using the chat interface
238
248
239
-
Using Chunk's chat interface to describe a task, you can tell Chunk which project, repository and branch you want to work on. You can also select and/or set up Chunk's environment here. Using the Environment selector you can set up your environment to give chunk access to any secrets needed or provide Chunk with the name of your agents `.yml` file if different from the default `cci-agent-setup.yml`.
249
+
Using Chunk's chat interface to describe a task, you can tell Chunk which project, repository and branch you want to work on. You can also set up Chunk's environment. Using the "Environment" selector you can give chunk access to any secrets needed or provide Chunk with the name of your agents `.yml` file if different from the default `cci-agent-setup.yml`.
240
250
241
251
=== Testing your environment setup
242
252
To build and iterate on Chunk's environment follow these steps:
0 commit comments