nipunbatra8/legalos

Stripped to OpenAI only

One architectural decision: drop the Claude/Gemini code paths and route all LLM calls through OpenAI. No other meaningful divergence from upstream is documented.

View on GitHub →

nipunbatra8's legalos fork swapped out the multi-provider LLM backend - Claude and Gemini are gone, OpenAI is the only inference target. That's the extent of the differentiation tracked here.

What's in it

Direction

infrastructure

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

2 threads have been distilled into posts.

Claude and Gemini removed; fork goes OpenAI-only

nipunbatra8 rips out both existing LLM backends in a single commit and replaces them with an OpenAI-only implementation. A large, sweeping rewrite that touches 20 files and deletes ~980 lines. Not a feature addition - a fork-direction decision.