fix(cli): simplify setup flags and agents tty handling

This commit is contained in:
Andrey Avtomonov 2026-05-19 18:38:44 +02:00
parent 7cec0041eb
commit 86cf240540
18 changed files with 249 additions and 148 deletions

View file

@ -106,7 +106,6 @@ export function localEmbeddingsSmokeCommands(input) {
'setup',
'--project-dir',
input.projectDir,
'--new',
'--no-input',
'--yes',
'--skip-llm',

View file

@ -114,7 +114,6 @@ describe('localEmbeddingsSmokeCommands', () => {
'setup',
'--project-dir',
'/tmp/ktx-local-embedding-smoke/project',
'--new',
'--no-input',
'--yes',
'--skip-llm',

View file

@ -620,7 +620,6 @@ try {
'setup',
'--project-dir',
projectDir,
'--new',
'--no-input',
'--yes',
'--skip-llm',
@ -638,7 +637,6 @@ try {
'setup',
'--project-dir',
emptyProjectDir,
'--new',
'--no-input',
'--yes',
'--skip-llm',