mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-09 07:29:51 +00:00
fix(opencode): preserve ACP text deltas (#1023)
This commit is contained in:
@@ -21,6 +21,7 @@ export function createOpencodeBackend(opts: {
|
||||
return new AcpSdkBackend({
|
||||
command: 'opencode',
|
||||
args,
|
||||
env: filterEnv(env)
|
||||
env: filterEnv(env),
|
||||
textChunkMode: 'delta'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user