2026-05-04 - 2026-08-04
Overview
30 Pull requests merged by 1 user
Merged
#73 Add opt-in use_conversation_context flag for chat history (#33)
Merged
#72 Fix agent progress frames on live WebSocket (#63)
Merged
#71 Eval harness (#62 P4), status frames, and agentic runs (#63)
Merged
#69 Monetization app + RevenueCat webhooks (store IAP ledger)
Merged
#70 Add PromptFeedback API for per-message thumbs ratings (#67)
Merged
#66 Fix reindex_embeddings: install unstructured[xlsx] extras
Merged
#65 Always-on grounded retrieval + role-scoped Ollama models (#62 Phases 1–3)
Merged
#61 Drive sync progress + documents list API + prompt heatmap (#59, #60, #94)
Merged
#58 Async Drive sync via Django tasks (#57)
Merged
#56 Personal Drive/RAG without a company (#55)
Merged
#54 Tier-gated RAG + Drive document sources (#42)
Merged
#41 Stove-pipe RAG retrieval to prevent cross-tenant leakage (#40)
Merged
#39 Add account self-delete and subscription lifecycle sync (#34)
Merged
#38 Persist Ollama token usage from streamed LLM responses (#16)
Merged
#37 Multi-plan subscriptions, quotas, and token usage APIs (#16 #17 #36)
Merged
#35 Add Stripe Customer Portal session API for account billing
Merged
#32 Ignore WS heartbeats and reject empty chat messages
Merged
#30 Enable beta auto-deploy on master; manual prod button (#26)
Merged
#29 Add Google/Microsoft SSO OAuth for register and sign-in (#24)
Merged
#27 Fix password reset flow (#1)
Merged
#25 Gate self-serve registration behind ENABLE_ACCOUNT_REGISTRATION
Merged
#23 Add finance app with Stripe Checkout subscriptions (#21)
Merged
#22 Name AI assistant Hesychia in system prompts
Merged
#19 Allow Capacitor WebView origins in CORS/CSRF (#22)
Merged
#18 Track token in/out per prompt on PromptMetric
Merged
#14 Unpin langgraph stack; upgrade langchain-core instead
Merged
#12 Add offline unit test suite for chat_backend
Merged
#9 update requirements
Merged
#8 fixing deploymennt
Merged
#7 Dockerize chat_backend + Ollama LAN + DB file storage (#6)
19 Issues closed from 1 user
Closed
#33 Add user flag for previous-conversation context / RAG lookup
Closed
#68 Monetization app + RevenueCat webhooks (chat_web_app#100)
Closed
#67 Add PromptFeedback API for per-message thumbs up/down ratings
Closed
#59 Drive sync: expose progress (files done / total) for UI progress bar
Closed
#60 Documents list API: pagination, search, sort, personal/company scope
Closed
#57 Async Drive sync task + surface sync errors to clients
Closed
#55 Personal Drive/RAG must work without a company (null company_id)
Closed
#40 Stove-pipe RAG retrieval: prevent cross-tenant document leakage
Closed
#34 Allow users to delete their own accounts
Closed
#31 WS heartbeats create rogue conversations from empty messages
Closed
#26 Enable beta builds: auto-deploy beta on master, manual prod button
Closed
#24 Add SSO (Google / Microsoft) for account registration and sign-in
Closed
#1 Allow for password reset
Closed
#21 Add finance app with Stripe provider (invoices, payments, subscription pricing)
Closed
#20 Name AI assistant Hesychia in system prompt
Closed
#15 Track token in / token out per conversation (admin panel)
Closed
#10 Unpin langgraph stack; upgrade langchain-core instead
Closed
#5 Create unit tests
Closed
#6 Dockerize chat_backend + Gitea CI/CD auto-deploy via server-infra (multi-host + Ollama LAN)
38 Issues created by 1 user
Opened
#6 Dockerize chat_backend + Gitea CI/CD auto-deploy via server-infra (multi-host + Ollama LAN)
Opened
#10 Unpin langgraph stack; upgrade langchain-core instead
Opened
#11 Connect OneDrive / Google Drive as RAG document sources
Opened
#13 Add AI disclaimer for health and legal topics
Opened
#15 Track token in / token out per conversation (admin panel)
Opened
#16 Show token in / token out usage in chat web app UI
Opened
#17 Token-based billing, quotas, and usage enforcement
Opened
#20 Name AI assistant Hesychia in system prompt
Opened
#21 Add finance app with Stripe provider (invoices, payments, subscription pricing)
Opened
#24 Add SSO (Google / Microsoft) for account registration and sign-in
Opened
#26 Enable beta builds: auto-deploy beta on master, manual prod button
Opened
#28 Ingest SMTP2GO webhook events for outbound email delivery status
Opened
#31 WS heartbeats create rogue conversations from empty messages
Opened
#33 Add user flag for previous-conversation context / RAG lookup
Opened
#34 Allow users to delete their own accounts
Opened
#36 Multi-plan subscriptions: Founders, Standard/Pro/Business (future), Backer whitelist, quota + feature gating
Opened
#40 Stove-pipe RAG retrieval: prevent cross-tenant document leakage
Opened
#42 Epic: Tier-gated RAG + cloud document sources
Opened
#43 Add allows_rag plan entitlement + seed + plan_to_dict
Opened
#44 Enforce RAG entitlement on document APIs and RAG chat path
Opened
#45 RAG lifecycle hardening: dedupe ingest, delete vectors, active filter
Opened
#46 Personal + company DocumentWorkspace model clarity for RAG
Opened
#47 OAuth: authenticated Drive connect + incremental scopes
Opened
#48 Google Drive personal sync → workspace ingest
Opened
#49 Microsoft OneDrive personal sync → workspace ingest
Opened
#50 Business: Microsoft 365 admin consent (SharePoint / OneDrive for Business)
Opened
#51 Business: Google Shared Drives (Workspace) company connect
Opened
#52 Drive change sync workers (webhooks + delta)
Opened
#53 Docs + env for RAG entitlements and Drive OAuth
Opened
#55 Personal Drive/RAG must work without a company (null company_id)
Opened
#57 Async Drive sync task + surface sync errors to clients
Opened
#59 Drive sync: expose progress (files done / total) for UI progress bar
Opened
#60 Documents list API: pagination, search, sort, personal/company scope
Opened
#62 [TICKET] Answer accuracy overhaul: always-on grounded retrieval, better models, and citations
Opened
#63 [TICKET] Long-running agentic task execution: tool-calling loop, sub-agents, and durable runs
Opened
#64 File parsing: fix DOCX/PPTX MIME misrouting, unify the two parser paths, and widen format coverage
Opened
#67 Add PromptFeedback API for per-message thumbs up/down ratings
Opened
#68 Monetization app + RevenueCat webhooks (chat_web_app#100)