my harness for niri
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 289 B view raw
1export { imageRootForModelInput } from "./config" 2export { closeBash, currentWorkingDirectory, openBash } from "./shell" 3export { editFile, readFile, readImageForModel, runCommand } from "./tools" 4export type { EditResult, ModelImageInput, RunRawOptions, ImageToolPayload } from "./types"