On MacOS 15.7.3 (24G419), using /compact causes the app to crash. Here's the error log,
thread 'main' (23085089) panicked at []/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/agent-code-0.20.0/src/commands/mod.rs:626:27:
Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Thanks!
On MacOS 15.7.3 (24G419), using /compact causes the app to crash. Here's the error log,
Thanks!