Skip to content

Commit f2d6486

Browse files
Merge pull request #9838 from circleci/DOCSS-1989-chunk-refinement
Chunk docs updates
2 parents ef5c3b8 + 354f088 commit f2d6486

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/guides/modules/toolkit/pages/chunk-setup-and-overview.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
= Chunk setup and overview
1+
= Chunk overview and setup
22
:page-badge: Beta
33
: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.
55
:experimental:
66

77
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.
88

99
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.
1010

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.
1212

1313
* Use the Chunk chat UI to get help with any aspect of your project.
1414
* 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
1717

1818
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.
1919

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.
2130

2231
Chunk uses your own OpenAI or Anthropic API key, so your data and credentials always stay fully under your control.
2332

0 commit comments

Comments
 (0)