copilot-cli
copilot-cli copied to clipboard
Weird messages about invalid time out values
Describe the bug
When running the agent i often see these kinds of error messages
✘ Check code validity $ cargo check Invalid initial_wait value 120. Please supply a valid initial_wait value in seconds between 0 and 600.
✘ Check code validity $ cargo check Invalid initial_wait value 60. Please supply a valid initial_wait value in seconds between 0 and 600.
Its obviously reading and understanding the vaulues, but not validating them properly according to the range its displaying.
Version: 0.361.0 OS: Fedora 43 ToolChain: Rust
Affected version
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
Additional context
No response