Replies: 1 comment
|
Hey, thanks, and good catch: you read the code right. The cred-seed list ( What you can do today Two stopgaps:
How I'd shape the PR The extension point is exactly the one you found: new entries in
If you open the PR: |
|
Hey, thanks, and good catch: you read the code right. The cred-seed list ( What you can do today Two stopgaps:
How I'd shape the PR The extension point is exactly the one you found: new entries in
If you open the PR: |
Uh oh!
There was an error while loading. Please reload this page.
Hello, and great work on this project! I'm exploring it and set up a docker case.
How are git credentials meant to be handled inside a docker case? Cloning a private repo or pushing needs a token or SSH key, but from
docker inspectthe credential seeds only cover Claude and OpenCode —~/.gitconfig,~/.git-credentialsand~/.ssharen't mounted or seeded, and the container's home isn't persisted, so anything I configure inside is lost on the next recreate.Is there a supported way to inject git credentials per case that I've missed? If not, would extending the cred-seed list to cover git be something you'd consider? Happy to open a PR if it's welcome.
Thanks!
All reactions