Skip to content

Commit 34edccb

Browse files
authored
Update README.md
1 parent 40f3171 commit 34edccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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-
42+
-**Saving repo context in a single file**: Task checkpointing and knowledge transfer to take help from another AI using "ContextSave" tool. Tasks can later be resumed in a new chat asking "Resume <task id>".
4343

4444
## Top use cases examples
4545

0 commit comments

Comments
 (0)