refactor: rename chronos_core -> smriti_core, KAAL -> Smriti throughout backend a89ae13 RemanenetSpy commited on 15 days ago
docs(ui): add MCP server section to UI documentation and quickstart 9d3fded RemanenetSpy commited on 15 days ago
feat: add pSEO landing pages and node explainers (54 pages) dafb8ed RemanenetSpy commited on 30 days ago
fix(ui): hide KaalChat bubble on Agent page — was covering the send button 128b536 RemanenetSpy commited on Jun 27
fix(ui): mobile-responsive layout for all dashboard pages — Agent, Overview, Ingest, Query 21c5eec RemanenetSpy commited on Jun 27
fix(ui): mobile responsive sidebar — hamburger drawer on small screens 4df2d0f RemanenetSpy commited on Jun 27
fix(chat/demo): remove memory search — bubble chat is a public guide bot only, no db access e356363 RemanenetSpy commited on Jun 25
fix(agent): loosen memory retrieval threshold to 0.70 and show raw_text for CSV data 1dce94f RemanenetSpy commited on Jun 25
fix(chat): lower similarity threshold to 0.70 and use raw_text for CSV-ingested data 75ebf8d RemanenetSpy commited on Jun 25
feat: add /chat/demo endpoint to power KaalChat widget with memory 02937b7 RemanenetSpy commited on Jun 25
feat(ui): populate API key input with saved key from localStorage to reduce user confusion 76fba02 RemanenetSpy commited on Jun 22
fix: move CREATE INDEX in vector_store after ALTER TABLE migration 781a9f1 RemanenetSpy commited on Jun 22
fix: move CREATE INDEX statements after ALTER TABLE migration in memory_store schema to prevent UndefinedColumnError on startup 3484a98 RemanenetSpy commited on Jun 22
refactor: centralise all magic numbers into config.py driven by env vars d62efa7 RemanenetSpy commited on Jun 22
feat: bi-temporal supersession, scope isolation, configurable threshold, benchmark adapter f03315c RemanenetSpy commited on Jun 22
feat: add article 'How to Give Any AI Agent Long-Term Memory in 3 API Calls' cfe1ad3 RemanenetSpy commited on Jun 18
docs: clarify dual-deployment architecture (Vercel UI + Hugging Face API) eabd9fd RemanenetSpy commited on Jun 18
chore: update og:url to vercel domain to prevent SEO backlink fragmentation 45511e2 RemanenetSpy commited on Jun 8
fix: update Keys.tsx apiCall to use JSON body and Turnstile token for key generation b1c82da RemanenetSpy commited on Jun 6
fix: billing body binding (Pydantic model), surface real error in WelcomeScreen 61d7f2a RemanenetSpy commited on Jun 6
security: add Turnstile captcha + IP rate limiting + email dedup to key generation f71cfd2 RemanenetSpy commited on Jun 6
fix: add security headers to next.config (X-Frame-Options, CSP, CORS) 63fccd0 RemanenetSpy commited on Jun 6
UX: Collapse onboarding from 5 screens to 3, remove forced chat popup, fix all Kaal copy to Smriti 6745dda RemanenetSpy commited on Jun 6
fix: add missing KaalChat.tsx to git and fix corrupted .gitignore null-byte wav entry 83f66cb RemanenetSpy commited on Jun 4
feat: add KaalChat floating AI widget — consent gate, TTS toggle, template feature cards, typing indicator, 5-msg rate limit display a4022a1 RemanenetSpy commited on Jun 4
feat: store Amber voice as base64 py constant to avoid binary in git, fix speaker_wav references in TTS route 66c50f8 RemanenetSpy commited on Jun 4
feat: add XTTSv2 TTS endpoint + public demo chat with Amber voice, template-first responses, and Chronos memory consent storage 22aa01d RemanenetSpy commited on Jun 4
UI: remove Builder and Scale tiers from dashboard Billing page 4ba8f50 RemanenetSpy commited on Jun 1
fix: restore missing Hexagon import in Sidebar to fix Vercel build after reset 0b1d9d2 RemanenetSpy commited on Jun 1
Logo: remove tagline and HourglassIcon import, clean seal + Kaal wordmark only dfa2afe RemanenetSpy commited on May 31
Rebrand to Kaal — rename from Chronos OS, add Logo component with serif seal design, swap all Hexagon icons for Logo 4303a4c RemanenetSpy commited on May 31
Update UI and README to reflect new GPT OSS 120B and Llama 3.1 architecture (removed GLM 4.7 references) 3628226 RemanenetSpy commited on May 29
Add connected tools list to the Connect UI so users can see their registered tools 4e033ec RemanenetSpy commited on May 28
Switch agent to GPT OSS 120B — officially recommended Cerebras model for tool-calling agents e4339d8 RemanenetSpy commited on May 28
Switch primary heavy agent model from GLM 4.7 to blazing fast Llama 3.3 70B on Cerebras 3f14fab RemanenetSpy commited on May 28
Fix router hanging on rate limits by setting max_retries=0 to force instant fallback 67c1839 RemanenetSpy commited on May 28
Fix pre-launch blocking issues and agent multi-turn reasoning_content error f753516 RemanenetSpy commited on May 28
Replace emoji with Lucide icons in guide; add info tooltips to sidebar nav 74fd69f RemanenetSpy commited on May 26
Hide paid tiers — show only free Explorer plan until payment is integrated b594b92 RemanenetSpy commited on May 26
Update pricing to premium B2B SaaS tiers: /mo Builder and /mo Scale 8facfc7 RemanenetSpy commited on May 24