Fix file permissions from read-only to read-write (0o444 -> 0o644)#6
Fix file permissions from read-only to read-write (0o444 -> 0o644)#6
Conversation
|
any downsides with this @rslota |
quoting what I write on slack:
|
|
can we alias |
I disagree here, for multiple reasons.
The files are not writable because blocked at directory level and that also described in the system prompt. |
simedw
left a comment
There was a problem hiding this comment.
let's keep an eye on this to make sure this doesn't introduce any confusion for the model
fyi this would not work either because some agent runs might write a shutil in python |
Summary
0o444(read-only for all) to0o644(read-write for owner, read-only for group/others) insrc/fuse_fs.rsTest plan
-rw-r--r--)