fix codeagent claude and gemini root dir

This commit is contained in:
swe-agent[bot]
2025-12-13 16:56:53 +08:00
parent 2b7569335b
commit b227fee225
5 changed files with 27 additions and 19 deletions

View File

@@ -117,6 +117,7 @@ func (f *execFakeRunner) StdinPipe() (io.WriteCloser, error) {
return &writeCloserStub{}, nil
}
func (f *execFakeRunner) SetStderr(io.Writer) {}
func (f *execFakeRunner) SetDir(string) {}
func (f *execFakeRunner) Process() processHandle {
if f.process != nil {
return f.process