mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
- ExecStreamingRequest: drop #[non_exhaustive] and the six Option-taking builder setters; call sites use struct literals over ::new(), matching GrepOptions/WalkOptions, and providers can destructure exhaustively - Docker: pass ExecStreamingRequest through docker_exec_shell_streaming instead of seven positional args; revert the no-op StartExecOptions - Daytona: stdin temp-file cleanup is now best-effort (mirrors DaytonaSession::close) so a failed delete cannot fail a completed command or double-delete from Drop; upload overlaps session creation; one shared DAYTONA_CLEANUP_TIMEOUT - write_process_stdin tolerates ConnectionReset/ConnectionAborted so a command that stops reading stdin does not fail on TCP Docker daemons - Local sandbox aborts the stdin writer after process exit instead of joining unbounded - Cap stdin_source payloads at 10 MiB, mirroring the for_each bound - Add Node::context_key_attr() tri-state so the handler and lint rule share one definition of a valid context-key attribute - inert_attribute canonicalizes handler types via StageHandler, fixing false warnings for command attrs on tool nodes - Share resolve_flat_context_value between command stdin and for_each; resolve_json_value takes Value by value, removing a deep clone - Reuse MockSandbox in command handler stdin tests instead of extending SpySandbox with a hand-rolled streaming override Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build-support | ||
| fabro-api | ||
| fabro-auth | ||
| fabro-client | ||
| fabro-config | ||
| fabro-core | ||
| fabro-db | ||
| fabro-dev | ||
| fabro-http | ||
| fabro-macros | ||
| fabro-model | ||
| fabro-oauth | ||
| fabro-options-metadata | ||
| fabro-proc | ||
| fabro-redact | ||
| fabro-static | ||
| fabro-telemetry | ||
| fabro-template | ||
| fabro-test | ||
| fabro-types | ||
| fabro-util | ||
| fabro-vault | ||