You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,7 @@ There are a couple of limitations to this:
375
375
376
376
However, in practice, we have found these limitations to be not very limiting at all.
377
377
In fact, reducing the amount of hidden state and forcing the agent to work with absolute paths might well be helpful for language models in many instances.
378
+
It is also similar with `ClaudeCode` (while it can change directories, it cannot persist environment variables, because it similarly uses subshells to execute commands).
0 commit comments