Skip to content

Commit 8dcc2ff

Browse files
committed
Update README.md to refine prompt efficiency wording and add a placeholder for additional features
1 parent 87c23e1 commit 8dcc2ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "function ca
4545

4646
As it's not possible to train a model to keep architectural order in the codebase (interconnectedness of things are unique patterns), and while CWC provides all the essential tools for necessary housekeeping, it never holds you back when developing new features.
4747

48-
**Generated XML-formatted prompts are zero-overhead:**
48+
**Zero-overhead prompts for the best token efficiency**
4949

5050
<details>
5151
<summary>Edit context</summary>
@@ -83,6 +83,8 @@ As it's not possible to train a model to keep architectural order in the codebas
8383

8484
</details>
8585

86+
...and more!
87+
8688
## Prompt caching
8789

8890
When working with CWC, it's natural to start new chats (send fresh messages) instead of continuing a long conversation. With context files ordered based on update and selection recency, **[prompt caching](https://developers.openai.com/api/docs/guides/prompt-caching) is effectively utilized across tasks**.

0 commit comments

Comments
 (0)