Refactor confirm prompt and enable LLM result caching #554
Annotations
3 errors
packages/cli/src/cli.ts#L143
The option "--cache" is missing a prefix. It should be "--no-cache" to maintain consistency with other options.
|
packages/cli/src/cli.ts#L174
The option "-cache" is missing a prefix. It should be "--no-cache" to maintain consistency with other options.
|
packages/cli/src/test.ts#L153
The condition check for options.cache is incorrect. It should be if (!options.cache) to maintain the original logic.
|
This job succeeded
Loading