Skip to content

Commit 1ddf35b

Browse files
authored
Update README.md
1 parent 94c8f0c commit 1ddf35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- Only one command is allowed to be run at a time, simplifying management and avoiding rogue processes. There's only single shell instance at any point of time.
4040
- Current working directory is always returned after any shell command to prevent AI from getting lost.
4141
- Command polling exits after a quick timeout to avoid slow feedback. However, status checking has wait tolerance based on fresh output streaming from a command. Both of these approach combined provides a good shell interaction experience.
42-
-**Saving repo context in a single file**: Task checkpointing using "ContextSave" tool saves detailed context in a single file. Tasks can later be resumed in a new chat asking "Resume <task id>". The saved file can be used to do other kinds of knowledge transfer, such as taking help from another AI.
42+
-**Saving repo context in a single file**: Task checkpointing using "ContextSave" tool saves detailed context in a single file. Tasks can later be resumed in a new chat asking "Resume `task id`". The saved file can be used to do other kinds of knowledge transfer, such as taking help from another AI.
4343

4444
## Top use cases examples
4545

0 commit comments

Comments
 (0)