Skip to content

Commit f72733d

Browse files
authored
Update README.md
1 parent 5ff0775 commit f72733d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ This will start a web server for the AgentTide UI. Follow the on-screen instruct
8282
- **Patch-Based Editing:** All changes are atomic diffs, not full file rewrites, for maximum clarity and efficiency.
8383

8484
**Usage Tips:**
85-
If you know the exact code context, specify identifiers directly in your request (e.g., `module.submodule.file_withoutextension.object`).
86-
You can use the `plan` command to generate a step-by-step implementation plan for your request, review and edit the plan, and then proceed step-by-step. The `commit` command allows you to review and finalize changes before they are applied. See the [chainlit.md](codetide/agents/tide/ui/chainlit.md) for full details and advanced workflows, including the latest specifications for these commands!
85+
- If you know the exact code context, specify identifiers directly in your request (e.g., `module.submodule.file_withoutextension.object`).
86+
- You can use the `plan` command to generate a step-by-step implementation plan for your request, review and edit the plan, and then proceed step-by-step.
87+
- The `commit` command allows you to review and finalize changes before they are applied.
88+
89+
See the [chainlit.md](codetide/agents/tide/ui/chainlit.md) for full details and advanced workflows, including the latest specifications for these commands!
8790

8891
---
8992

0 commit comments

Comments
 (0)