Releases: Preet3627/whatszara-docs
Releases · Preet3627/whatszara-docs
Release list
v0.1.1 — Fixes: repo links, diagram, syntax highlighting
v0.1.1 — Fixes
Fixed
- GitHub links: Updated all repo references from
Preet3627/whatszaratoPreet3627/Whatszara-Mesh-API - Architecture diagram: Fixed ASCII box-drawing alignment (all lines now properly padded to 78 chars)
- Release notes rendering: Added
react-markdownwithremark-gfm— code blocks now have syntax highlighting with dark-themed<pre>blocks, headers are styled, lists are formatted
Changed
- Landing page download links now point to the Mesh API repo
- Releases page fetches from both
whatszara-docsandWhatszara-Mesh-APIrepos
v0.1.0 — Mesh API Edition Docs
v0.1.0 — Mesh API Edition Docs
Initial documentation release for Whatszara Mesh API Edition.
Added
- Dedicated Mesh API docs page — overview, architecture, model browser, BYOK, configuration
- Model Browser documentation — live model listing via
GET /v1/models, per-model details viaGET /v1/models/:id - BYOK (Bring Your Own Key) docs —
x-mesh-openai-key,x-mesh-anthropic-key,x-mesh-groq-keyheaders - Captcha architecture docs —
CaptchaChallengewith image-based reCAPTCHA,render_captcha_image() - Mesh API Provider diagram in architecture — unified router replacing 6 separate LLM providers
Changed
- Landing page — updated metrics (1000+ models via Mesh API), feature highlights, platform overview
- Getting Started — replaced 6-provider env var config with Mesh API setup (endpoint URL,
rsk_...key, BYOK) - Architecture — replaced 6-provider ASCII diagram with single Mesh API provider + BYOK + keychain model config
- Components — updated
llm.rs(MeshApiProvider, list_models, get_model_details),policy.rs(CaptchaChallenge),orchestrator.rs(AI contact management) - Features — replaced "6 LLM Providers" with "Mesh AI Router (1000+ Models)"
- Frontend UI — updated Providers/Settings tabs for Mesh API endpoint, model browser, BYOK fields
- Sidebar — added Mesh API navigation entry
Removed
- All references to 6 individual LLM providers (Ollama, Claude, Groq, Grok, Gemini, Vercel AI SDK)