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/toolkit/pages/chunk-setup-and-overview.adoc
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
= Chunk setup and overview
1
+
= Chunk overview and setup
2
2
:page-badge: Beta
3
3
:page-platform: Cloud
4
-
:page-description: Learn how to set up Chunk by CircleCI and see what it can do.
4
+
:page-description: Learn about Chunk by CircleCI and how to set it up.
5
5
:experimental:
6
6
7
7
NOTE: Chunk by CircleCI is currently in *beta*. There are no extra costs during beta. Chunk uses CircleCI credits and your AI model provider tokens. Chunk tasks will be a paid feature when generally available.
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 assist with CI/CD related tasks:
11
+
Chunk by CircleCI assists with CI/CD related tasks through a natural language chat interface and task scheduling.
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.
@@ -17,7 +17,16 @@ Chunk by CircleCI is an AI agent that you can set up in your organization to ass
17
17
18
18
Chunk connects to your existing CircleCI pipelines and analyzes both your build history and repository code to understand how your tests, configurations, and dependencies behave.
19
19
20
-
Chunk uses AI to proactively manage your CI/CD processes. Set Chunk tasks to monitor for issues. When issues occur, Chunk identifies root causes, proposes or applies validated fixes automatically.
20
+
Chunk is equipped with specialized skills to help you maintain and improve your software:
21
+
22
+
*Fix flaky tests*:: Identify and resolve known flaky tests in your codebase.
23
+
*Extend test coverage*:: Analyze your codebase and add new tests for untested or under-tested code.
24
+
*Fix bugs*:: Detect and resolve bugs in your code.
25
+
*Refactor code*:: Suggest improvements for better code maintainability.
26
+
*Improve documentation*:: Add or enhance documentation for key functions and components.
27
+
*Optimize build configs*:: Review and improve your CircleCI configuration for better performance and efficiency.
28
+
29
+
When you provide Chunk with a task or question, it applies the appropriate specialized skill to deliver targeted solutions. As your codebase evolves—even as you write more code with AI assistance—Chunk helps ensure your software remains validated and your codebase stays healthy over time.
21
30
22
31
Chunk uses your own OpenAI or Anthropic API key, so your data and credentials always stay fully under your control.
0 commit comments