Skip to content

Commit d6d47ed

Browse files
committed
Add documentation for the commit message prompt type to the README
1 parent 7177fc5 commit d6d47ed

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Code Web Chat (CWC) is a free and open-source, privacy-first **AI coding toolkit
3636

3737
## Introduction
3838

39-
In the world of AI coding, agents like Claude Code or Codex rely on "Function Calling" (where the AI asks "the harness" to read a file, waits for the tool to respond, then reads another). CWC flips this by letting you provide context files upfront. Iterate on instructions 10X faster, without polluting the context window!
39+
In the world of AI coding, agents like Claude Code or Codex rely on "Function Calling" (where the AI asks "the harness" to read a file, waits for the tool to respond, then reads another). CWC flips this by letting you provide context files upfront.
40+
41+
Iterate on instructions 10X faster, without polluting the context window!
4042

4143
**Prompt types:**
4244

@@ -81,13 +83,23 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
8183

8284
```
8385
<files>[current file tree selection]</files>
84-
<system>[output format instructions]</system>
86+
<system>[response format instructions]</system>
8587
Find all files building modules of the following task's scope:
8688
[user-typed prompt]
8789
```
8890

8991
</details>
9092

93+
<details>
94+
<summary>Commit message</summary>
95+
96+
```
97+
<files>[staged files diffs and contents]</files>
98+
[commit message instructions]
99+
```
100+
101+
</details>
102+
91103
<details>
92104
<summary>No context</summary>
93105

0 commit comments

Comments
 (0)