Commit 7db4c4a
committed
fix: batch merge of bug fixes (PR #287) - issues #2743, #2744, #2745, #2746, #2749, #2750, #2751, #2752, #2754, #2755
Fixes:
- #2743: Use tokio::select! for ordered stdout/stderr interleaving
- #2744: Add CWD validation before command execution
- #2745: Implement Retry-After header parsing and respect in retry logic
- #2746: Add read_timeout to HTTP client to prevent hangs on truncated responses
- #2749: Enable cookie_store for cookie persistence across redirects
- #2750: Add --method flag for HEAD/GET method selection in scrape command
- #2751: Add comprehensive base64 validation for import command
- #2752: Add EmptyResponse event type for malformed API responses
- #2754: Add atomic_write functions using write-temp-then-rename pattern
- #2755: Add poll_with_backoff method to prevent CPU spin on non-blocking stdin1 parent 1a96672 commit 7db4c4a
9 files changed
Lines changed: 555 additions & 519 deletions
File tree
- cortex-cli/src
- cortex-common/src
- cortex-engine/src
- exec
- cortex-utils/file-safety/src
- opentui-rs/crates/opentui-input/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
365 | 368 | | |
366 | 369 | | |
367 | 370 | | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
368 | 447 | | |
369 | 448 | | |
370 | 449 | | |
| |||
0 commit comments