Releases: geronimo-iia/claude-local-stack
Releases · geronimo-iia/claude-local-stack
Release list
v1.0.0 — First stable release
First stable, fully documented release. Marks the completion of the bifrost migration and the architectural foundation for multi-profile local+cloud AI routing on Apple Silicon.
What's in this release
Core architecture
- Bifrost replaces LiteLLM as the routing gateway across all profiles — correctly forwards
toolsto OpenAI-compatible backends (LiteLLM silently stripped them) - Per-service env layering —
ai-stack.env(topology) →lib/services/<svc>/default.env→config/profiles/<profile>/<svc>.env; AWS credentials scoped to the services that need them - Profile-driven install —
ai-installis bootstrap-only;ai-stack installreadsservices.yamlper active profile config/.envlocal override — gitignored, sourced last, for machine-specific credentials and portssupervised-launch— bounded crash recovery (5 restarts / 60s window) across all services; overmind auto-restart deliberately disabled
Profiles
local— offline, Qwen3.6-35B-A3B-4bit via rapid-mlx with MTP (~73 t/s)max/max-direct— Anthropic API via Claude Max planbedrock/bedrock-direct— AWS Bedrock with SigV4 authmistral/mistral-light— Ollama backendsrapid-mlx-test— model benchmarking profile
Docs
- Architecture decision records (
docs/decisions/) — 5 ADRs documenting why each key choice was made docs/invariants.md— rules that must hold to avoid silent failuresdocs/troubleshooting.md— common failure scenarios with diagnostic commandsAGENTS.md— full stack reference for AI agents working in this repo- Cross-linked docs throughout