Skip to content

Commit cc12640

Browse files
committed
.
1 parent c372cd8 commit cc12640

File tree

4 files changed

+76
-7
lines changed

4 files changed

+76
-7
lines changed

docs/capabilities/checks-autofixer.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ icon: "bell"
66

77
When GitHub checks fail on a Codegen PR, Codegen agents will automatically "wake up", analyze the failure, and push fix commit.
88

9+
<video
10+
controls
11+
src="https://res.cloudinary.com/dbikr6pew/video/upload/v1757875834/4-fixing-checks_aagrki.mp4"
12+
className="w-full aspect-[3456/2160] rounded-sm"
13+
/>
14+
915
This intelligent system monitors CI status and proactively resolves issues without manual intervention.
1016

1117
<Card

docs/docs.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"group": "Overview",
1818
"pages": [
1919
"introduction/overview",
20-
"introduction/api",
21-
"introduction/cli",
2220
"introduction/prompting",
2321
"introduction/community",
2422
"introduction/about",
@@ -29,10 +27,20 @@
2927
"group": "Capabilities",
3028
"pages": [
3129
"capabilities/capabilities",
30+
"introduction/api",
31+
"introduction/cli",
3232
"capabilities/checks-autofixer",
3333
"capabilities/pr-review"
3434
]
3535
},
36+
{
37+
"group": "Settings",
38+
"pages": [
39+
"settings/settings",
40+
"settings/repo-rules",
41+
"settings/model-configuration"
42+
]
43+
},
3644
{
3745
"group": "Integrations",
3846
"pages": [
@@ -62,10 +70,6 @@
6270
"sandboxes/editor",
6371
"sandboxes/web-preview"
6472
]
65-
},
66-
{
67-
"group": "Settings",
68-
"pages": ["settings/repo-rules", "settings/model-configuration"]
6973
}
7074
]
7175
},

docs/integrations/integrations.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ sidebarTitle: "Overview"
44
icon: "plug"
55
---
66

7-
Codegen integrates with your entire development stack to provide seamless AI-powered assistance across all your tools and workflows. Connect your favorite platforms to enable agents that understand your context and can work across multiple systems.
7+
Frontier agents can work effectively with hundreds of "tools", enabling them to work seamlessly across your existing development stack.
8+
9+
<video
10+
controls
11+
src="https://res.cloudinary.com/dbikr6pew/video/upload/v1757885715/5-integrations_lxxt3i.mp4"
12+
className="w-full aspect-[3456/2160] rounded-sm"
13+
/>
14+
15+
Connect your favorite platforms to enable agents that understand your context and can work across multiple systems.
816

917
## Core Development
1018

docs/settings/settings.mdx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Settings"
3+
sidebarTitle: "Overview"
4+
icon: "gear"
5+
---
6+
7+
Configure Codegen to work perfectly with your development workflow. Customize agent behavior, model selection, and repository-specific rules to optimize performance across your entire organization.
8+
9+
## Repository Configuration
10+
11+
<CardGroup cols={2}>
12+
<Card
13+
title="Repository Rules"
14+
icon="shield-check"
15+
href="/settings/repo-rules"
16+
>
17+
Set repository-specific rules and coding standards that agents automatically
18+
follow when working on your codebase.
19+
</Card>
20+
</CardGroup>
21+
22+
## Global Configuration
23+
24+
<CardGroup cols={2}>
25+
<Card
26+
title="Model Configuration"
27+
icon="brain-circuit"
28+
href="/settings/model-configuration"
29+
>
30+
Choose your preferred LLM provider and model, configure custom API keys, and
31+
optimize performance settings.
32+
</Card>
33+
</CardGroup>
34+
35+
## Getting Started
36+
37+
Settings are organized into repository-level and organization-level configurations:
38+
39+
- **Repository Rules** apply to specific repositories and help agents understand your coding standards and project-specific requirements
40+
- **Model Configuration** applies globally to your organization and controls which AI models power your agents
41+
42+
<Tip>
43+
Start by configuring repository rules for your most active repositories, then
44+
optimize model settings based on your team's performance and cost
45+
requirements.
46+
</Tip>
47+
48+
<Note>
49+
Some settings may require specific plan tiers or administrative permissions
50+
within your organization.
51+
</Note>

0 commit comments

Comments
 (0)