fabro/crates
Bryan Helmkamp dd9bed01e5 Improve CLI backend reliability and error diagnostics
- Use `cat file | command` instead of `command < file` for stdin piping
  to avoid redirect issues in nested shell wrappers
- Include both stdout and stderr in error messages when CLI exits non-zero
  (previously only showed stderr, hiding API errors in stdout)
- Install Node 20 via nodesource + bash/curl as prerequisites for CLI tests
- Use bash instead of sh for Claude CLI install script

The codex test still fails with 401 Unauthorized — the OPENAI_API_KEY
env var isn't reaching the codex process in the sandbox despite the env
file being sourced correctly (gemini works with the same mechanism).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 19:06:03 -04:00
..
arc-agent Fix e2e test failures and quarantine unreliable Inception provider 2026-03-08 17:24:55 -04:00
arc-api arc exec server mode via /completions proxy (#4) 2026-03-08 16:36:33 -04:00
arc-cli arc exec server mode via /completions proxy (#4) 2026-03-08 16:36:33 -04:00
arc-db Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-devcontainer Fix e2e test failures and quarantine unreliable Inception provider 2026-03-08 17:24:55 -04:00
arc-exe Fix CI: clippy warnings, formatting, and mTLS test cert version 2026-03-08 11:07:33 -04:00
arc-git-storage Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-llm Fix flaky multi-turn cache test by checking best ratio across all turns 2026-03-08 17:35:42 -04:00
arc-mcp TOML Config Format for MCP Servers (#2) 2026-03-08 16:26:46 -04:00
arc-slack Fix CI: clippy warnings, formatting, and mTLS test cert version 2026-03-08 11:07:33 -04:00
arc-sprites cargo fmt 2026-03-08 09:51:10 -04:00
arc-types Fix CI: clippy warnings, formatting, and mTLS test cert version 2026-03-08 11:07:33 -04:00
arc-util cargo fmt 2026-03-08 09:51:10 -04:00
arc-workflows Improve CLI backend reliability and error diagnostics 2026-03-08 19:06:03 -04:00