mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
fix(cli): simplify setup flags and agents tty handling (#155)
* fix(cli): simplify setup flags and agents tty handling * fix(context): update ingest setup guidance flag
This commit is contained in:
parent
efda990de0
commit
590dd5dddb
20 changed files with 251 additions and 155 deletions
|
|
@ -106,7 +106,6 @@ export function localEmbeddingsSmokeCommands(input) {
|
|||
'setup',
|
||||
'--project-dir',
|
||||
input.projectDir,
|
||||
'--new',
|
||||
'--no-input',
|
||||
'--yes',
|
||||
'--skip-llm',
|
||||
|
|
|
|||
|
|
@ -114,7 +114,6 @@ describe('localEmbeddingsSmokeCommands', () => {
|
|||
'setup',
|
||||
'--project-dir',
|
||||
'/tmp/ktx-local-embedding-smoke/project',
|
||||
'--new',
|
||||
'--no-input',
|
||||
'--yes',
|
||||
'--skip-llm',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue