feat: add workspace-isolated toolhost runtime and capability-gap skill loop
This commit is contained in:
14
internal/toolhost/stdio.go
Normal file
14
internal/toolhost/stdio.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package toolhost
|
||||
|
||||
import (
|
||||
"io"
|
||||
"os"
|
||||
)
|
||||
|
||||
func stdin() io.Reader {
|
||||
return os.Stdin
|
||||
}
|
||||
|
||||
func stdout() io.Writer {
|
||||
return os.Stdout
|
||||
}
|
||||
Reference in New Issue
Block a user