Skip to content

Releases: Preet3627/whatszara-docs

v0.1.1 — Fixes: repo links, diagram, syntax highlighting

Choose a tag to compare

@Preet3627 Preet3627 released this 10 Jul 18:52

v0.1.1 — Fixes

Fixed

  • GitHub links: Updated all repo references from Preet3627/whatszara to Preet3627/Whatszara-Mesh-API
  • Architecture diagram: Fixed ASCII box-drawing alignment (all lines now properly padded to 78 chars)
  • Release notes rendering: Added react-markdown with remark-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-docs and Whatszara-Mesh-API repos

v0.1.0 — Mesh API Edition Docs

Choose a tag to compare

@Preet3627 Preet3627 released this 10 Jul 18:46

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 via GET /v1/models/:id
  • BYOK (Bring Your Own Key) docs — x-mesh-openai-key, x-mesh-anthropic-key, x-mesh-groq-key headers
  • Captcha architecture docs — CaptchaChallenge with 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)