Add capfox run wrapper command - #1
Merged
Merged
Conversation
Implements a wrapper command that checks server capacity before executing any command. Works like 'time' or 'nice' - wrap any command with 'capfox run' to check capacity first. Features: - Wraps any command and checks capacity via /ask endpoint - Supports --task, --complexity, --cpu, --mem, --gpu, --vram flags - Exit code 75 (EX_TEMPFAIL) when no capacity available - Passthrough of stdin/stdout/stderr - Fail-open behavior when server unreachable Exit codes: - 0-125: Command's exit code - 75: No capacity (EX_TEMPFAIL) - 126: Command not executable - 127: Command not found Also updates version to 0.2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
capfox runwrapper command that checks server capacity before executing any commandtimeornice- wrap any command withcapfox runto check capacity firstcapfox ask:--task,--complexity,--cpu,--mem,--gpu,--vramFeatures
Exit codes:
Fail-open behavior: If server is unreachable, command still executes
Quiet mode:
--quietflag suppresses capfox outputReason display:
--reasonflag shows denial reasonsUsage
Test plan