Skip to content

Commit f8f4390

Browse files
committed
Enhance project clarity by refining README benefits and updating UI action labels
1 parent 3e18f70 commit f8f4390

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
- you're an experienced engineer working on a large codebase
3030
- you're a student or hobbyist on a budget
3131
- you want to get the most out of your web chat subscription
32-
- you need reliable API tools that fully utilize the chosen context
33-
- you prefer not to rely on coding agent's unpredictability
32+
- you need reliable API tools that use the chosen context fully
33+
- you don't have the time for coding agents finding relevant context
3434
- you prefer community-driven initiatives to proprietary black boxes
3535

3636
**See how simple it is to implement a feature with ChatGPT:**

packages/vscode/src/view/frontend/home/HomeView/HomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export const HomeView: React.FC<Props> = (props) => {
408408
<div className={styles.footer}>
409409
<div className={styles['footer__commands']}>
410410
<div className={styles['footer__commands__heading']}>
411-
QUICK ACTIONS
411+
ONE-CLICK ACTIONS
412412
</div>
413413
<div className={styles['footer__commands__inner']}>
414414
<UiQuickAction

0 commit comments

Comments
 (0)