ACCOUNT
Sign in with the account you already use.
Siderail
Model-agnostic and terminal-native, Siderail brings the best out of frontier cloud APIs and your locally hosted models.
Sign in with the account you already use.
Bring a compatible endpoint and key.
Run the hardware and models you own.
account / api / cluster
Three routes in. One set of rails.
Pull a model, place it across your machines, and point every tool at one OpenAI-compatible endpoint. Local models are first-class citizens, not a fallback.
cluster
gatewayone endpoint · openai compatible · exact ids only
fabricnvlink · 4 sparks connected · healthy
spark-01gb10 · 128g unifiedservingdeepseek-v4-flash · tp=2 with spark-02spark-02gb10 · 128g unifiedservingdeepseek-v4-flash · tp=2 with spark-01spark-03gb10 · 128g unifiedpullingqwen3.5-122b · 84g of 122gspark-04gb10 · 128g unifiedreadyschedulabletowerrtx pro 6000 · 96g · windowsservingqwen3-coder-30b · dense · this machineyour hardware / one endpoint
One endpoint for all your local models.
WE BRING THE HARNESS. YOU HOLD THE RAILS.Questions only earn a place when the answer changes the work.
PS C:\work\billing> siderail
the coding agent that answers to you
v0.1.0
C:\work\billing
type a task, or / for commands
stabilize the flaky payment retries
Three tests fail against the retry change because they expect fail-fast. Either the tests encode the real contract and retries are a regression, or the contract moved and the tests are stale. Nothing in the repo settles it.
understanding
goalstabilize the flaky payment retries
approachsettle the retry contract before touching code
will touchsrc\payments\retry.ts, test\payments\retry.test.ts
Which is true?select one
Give each agent a job, a boundary, and a stop condition. The harness adjusts to the model doing the work.
planner.md
builder.md
measured tool calls verified · edit tier ceiling 4
reviewer.md
your-role.md
Roles declare what they need. Models prove what they can do.
submitsrc\payments\retry.ts+14-6test\payments\retry.test.ts+21-9bun test paymentsexit 0bun run typecheckexit 0retries capped at three. fail-fast removed from the contract.PS C:\work\billing>