Skip to content

Commit a3e9037

Browse files
committed
Update README branding and adjust context utilization bar styling for consistency
1 parent fecf29e commit a3e9037

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Code Web Chat is a free and open-source (FOSS), independent AI coding toolkit fo
2020

2121
**Apply responses**—interactive multi-file changes integration \
2222
**Fully-featured**—code at cursor, commit messages, etc. \
23-
🌱 **Sustainable**—optimized for [prompt caching](https://platform.openai.com/docs/guides/prompt-caching) across tasks \
23+
🫰 **Cost-efficient**—optimized [prompt caching](https://platform.openai.com/docs/guides/prompt-caching) across tasks \
2424
**Privacy-first**—strict zero telemetry policy
2525

2626
<p>
@@ -29,9 +29,9 @@ Code Web Chat is a free and open-source (FOSS), independent AI coding toolkit fo
2929

3030
## Introduction
3131

32-
With its static context approach, CWC lets you pick all the necessary files, including useful examples, with intent. Such steered model is easy to prompt, for outputs you're looking for. The toolkit is a perfect companion for all kinds of coding tasks; from tedious refactors to complex features.
32+
Pick all the necessary files, including useful examples, for a lean, task-focused context. Such steered model is easy to prompt, for outputs you're looking for. The toolkit is a perfect companion for all kinds of coding tasks; from tedious refactors to complex features.
3333

34-
When pair-programming with Code Web Chat you foster codebase understanding and prompt for changes easy to review.
34+
When pair programming with Code Web Chat you foster codebase understanding and your own coding skills to prompt for the right, easy to review code.
3535

3636
> “The only way to go fast, is to go well.” ― Robert C. Martin, Clean Architecture
3737

packages/ui/src/components/editor/panel/ContextUtilisation/ContextUtilisation.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.bar {
1616
flex: 1;
1717
height: 3px;
18-
background-color: var(--vscode-dropdown-border);
18+
background-color: var(--cwc-bg-secondary);
1919
border-radius: 999px;
2020
overflow: hidden;
2121

0 commit comments

Comments
 (0)