-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mkdir support #2949
Add mkdir support #2949
Conversation
This looks great, thank you for taking a stab at it - I know it's still in draft, but need to remember that we try to maintain agent<>cli compatability, and the way we add new messages is by checking protocol version before using new message types (see |
b201742
to
66dfea6
Compare
66dfea6
to
f4ff3b9
Compare
50db523
to
b30da07
Compare
d220886
to
5aa542b
Compare
Is this still WIP? (I see it's not marked as draft) |
Done. Sorry for the delay, I had to make some changes and I needed the CI to validate them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks neat! Only some small improvement suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! Thanks for the contribution!
Add support to forward the
mkdir
command to the agent