mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 14:01:25 +00:00
fix: surface agent stderr in RPC errors and default cwd for remote providers
This commit is contained in:
parent
f353e39fc6
commit
833b57deb1
15 changed files with 48 additions and 13 deletions
|
|
@ -611,7 +611,7 @@ impl AdapterRuntime {
|
|||
}
|
||||
}
|
||||
|
||||
async fn stderr_tail_summary(&self) -> Option<String> {
|
||||
pub async fn stderr_tail_summary(&self) -> Option<String> {
|
||||
let tail = self.stderr_tail.lock().await;
|
||||
if tail.is_empty() {
|
||||
return None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue