mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
test(agent-launch): assert draft option precedence
This commit is contained in:
@@ -340,7 +340,7 @@ describe('OrcaRuntimeService', () => {
|
||||
expect(spawn).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
command: expect.stringMatching(
|
||||
/^host-claude '--model' 'opus'.*'--permission-mode' 'plan'.*--prefill 'review before sending'/
|
||||
/^host-claude .*'--permission-mode' 'plan'.*'--model' 'opus'.*'--effort' 'high'.*--prefill 'review before sending'/
|
||||
),
|
||||
env: expect.objectContaining({ HOST_PROFILE: 'true' })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user