feat: add support for ZDR orgs (#481)
- Add `store: boolean` to `AgentLoop` to enable client-side storage of response items - Add `--disable-response-storage` arg + `disableResponseStorage` config
This commit is contained in:
@@ -241,6 +241,7 @@ export default function TerminalChat({
|
||||
config,
|
||||
instructions: config.instructions,
|
||||
approvalPolicy,
|
||||
disableResponseStorage: config.disableResponseStorage,
|
||||
additionalWritableRoots,
|
||||
onLastResponseId: setLastResponseId,
|
||||
onItem: (item) => {
|
||||
|
||||
Reference in New Issue
Block a user