fix(agent): add clap env feature, pin MSVC toolchain
- Added "env" feature to clap for env var support in CLI args - Added rust-toolchain.toml to force MSVC target on Windows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c316a8cd3
commit
d158fcf520
@ -19,4 +19,4 @@ portable-pty = "0.8"
|
|||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
url = "2"
|
url = "2"
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
|
|||||||
3
apps/agent/rust-toolchain.toml
Normal file
3
apps/agent/rust-toolchain.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "stable"
|
||||||
|
targets = ["x86_64-pc-windows-msvc"]
|
||||||
Loading…
Reference in New Issue
Block a user