feat: make shortcut works even with capslock (#5049)

Shortcut where not working in caps-lock. Fixing this
This commit is contained in:
jif-oai
2025-10-10 15:35:28 +01:00
committed by GitHub
parent 85e7357973
commit 961ed31901
3 changed files with 19 additions and 7 deletions

View File

@@ -213,7 +213,7 @@ async fn shell_output_reserializes_truncated_content() -> Result<()> {
let call_id = "shell-truncated";
let args = json!({
"command": ["/bin/sh", "-c", "seq 1 400"],
"timeout_ms": 1_000,
"timeout_ms": 5_000,
});
let responses = vec![
sse(vec![