Commit Graph
739 Commits
Author SHA1 Message Date
828ae4d4f1 fix: ignore core state commits after unmount (#2021)
Co-authored-by: LawyerLyu <georgelyutwitter@gmail.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-19 12:48:10 -07:00
f1257c59f9 fix(i18n): translate zh-CN contextGathering errorDesc (#1917) (#2042)
Co-authored-by: 李冠辰 <liguanchen@xiaomi.com>
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-05-19 12:18:12 -07:00
049d1ea7ab harden: validate webview event payloads (#2036)
Co-authored-by: LawyerLyu <georgelyutwitter@gmail.com>
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-19 21:26:01 +05:30
afe1147422 fix(onboarding): clarify continue to chat fallback (#2173)
Co-authored-by: Ajay Kumar Reddy Nelavetla <ajay@Ajays-MacBook-Air.local>
2026-05-19 21:12:00 +05:30
1f98614869 feat(inference): gate local Ollama models by memory-layer context-window minimum (#2122)
Co-authored-by: Cyrus Gray <cyrus@tinyhumans.ai>
2026-05-19 19:40:06 +05:30
3aa2984e3f feat(billing): drop rate-limit UI, surface cycle usage insights (#2027)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-05-19 17:25:02 +05:30
github-actions[bot] 88b7fad34b chore(staging): v0.54.2 2026-05-19 11:37:28 +00:00
Mega MindandGitHub 764eda65ea fix(core-state): add backoff after bootstrap budget exhaustion (#2194)
Adds 10s poll backoff once the 5-retry bootstrap budget is exhausted, preventing tight retry loops during slow startup. Reverts to 2s on recovery. Builds on #2167 (debug message helper).

- BACKOFF_POLL_MS = 10_000: scheduleNext uses longer delay after bootstrap exhaustion, 2s otherwise
- coreStatePollFailureWarningMessage messages updated to say 'bootstrap poll failed' and 'budget exhausted; continuing with backoff'
- Tests: backoff timing (fake timers), recovery revert, impossible-counter negative assertion, debug message describe block properly separated

Closes #2158
2026-05-19 15:41:39 +05:30
91a5bb9db9 fix(core-state): clarify retry failure logs (#2167)
Adds coreStatePollFailureDebugMessage helper to eliminate impossible attempt counters (e.g. 11/5) from debug logs, distinguishing bootstrap retries from post-bootstrap background polling.

Fixes #2158

Co-authored-by: okbexx <okbexx@users.noreply.github.com>
2026-05-19 15:36:32 +05:30
github-actions[bot] e2ce0f844c chore(staging): v0.54.1 2026-05-19 09:58:52 +00:00
Mega MindandGitHub f285b80de0 fix(ai-settings): filter reserved slugs in loadAISettings and saveAISettings (#2184) 2026-05-19 14:16:20 +05:30
81a0faef9d feat(memory): #1574 Stage 2 — per-(row,model) embedding storage live (cutover + migration + re-embed backfill + switch UX) (#2153)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 01:31:11 -07:00
Mega MindandGitHub 7741c5815c fix(shell): use app-level hide on macOS close button (#2049) (#2118) 2026-05-19 13:11:15 +05:30
github-actions[bot] c25fc8e5fd chore(release): v0.54.0 2026-05-19 06:30:30 +00:00
github-actions[bot] ce227c437a chore(release): v0.53.52 2026-05-19 06:06:06 +00:00
github-actions[bot] 94a407c0dd chore(staging): v0.53.51 2026-05-19 05:05:38 +00:00
Steven EnamakelandGitHub 16b35af570 feat(ai-panel): per-workload temperature + endpoint URL UX for local runtimes (#2165) 2026-05-18 22:04:54 -07:00
Mega MindandGitHub a719d781d1 feat(ai-panel): add chat workload and cloud model picker with slug-based lookup fix (#2152) 2026-05-18 15:04:57 -07:00
Mega MindandGitHub 4c2a04b6e4 fix(i18n): fix ~80 broken/placeholder strings in en.ts (#2144) 2026-05-18 14:52:46 -07:00
Steven EnamakelandGitHub 0b053c55f5 feat(mascot): locale-aware voice + multilingual LLM replies (#2115) 2026-05-18 07:28:14 -07:00
Steven EnamakelandGitHub b709941e2e refactor(staging): dark mode polish, theme toggle, i18n restore + debug probe (#2095) 2026-05-18 07:06:34 -07:00
Mega MindandGitHub 983f29713d chore(branding): update all app icons and logos to new brand kit (#2110) 2026-05-18 06:36:16 -07:00
Steven EnamakelandGitHub f2929f6bc6 chore(sentry): wire source-map + DIF uploads to self-hosted Sentry (#2106) 2026-05-18 06:33:22 -07:00
github-actions[bot] 70fdedcdd4 chore(staging): v0.53.50 2026-05-18 10:35:44 +00:00
Steven EnamakelandGitHub d5cef57cfd feat(i18n): translate ~3,900 strings across 9 locales + add Italian (#2070) 2026-05-18 03:32:14 -07:00
CodeGhost21andGitHub 1d3563bf49 test(intelligence): backfill memory-tab unit tests (#1870) (#2064) 2026-05-18 15:59:40 +05:30
Steven EnamakelandGitHub 579addf0c1 fix(core): prevent SIGBUS stack overflow in composio tool path (#2069) 2026-05-18 02:38:11 -07:00
Steven EnamakelandGitHub 0f616e4a62 fix(accounts): don't persist activeAccountId across renderer reloads (#2044) (#2047) 2026-05-17 23:07:43 -07:00
Steven EnamakelandGitHub 0ad72dccfa feat(theme): dark mode + UI primitives standardization (#2046) 2026-05-17 23:01:27 -07:00
Steven EnamakelandGitHub 8cfc27bf1e fix(linux): exclude bundled NSS libs so AppImage launches on Arch / rolling distros (#2032) 2026-05-17 20:30:58 -07:00
Steven EnamakelandGitHub 288aae12a9 test(e2e): hard-fail mega-flow and fix 6 hidden failures (#2028) 2026-05-17 19:37:48 -07:00
db087a7d3e fix: validate session token update events (#2018)
Co-authored-by: LawyerLyu <georgelyutwitter@gmail.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-17 18:46:15 -07:00
rohanandGitHub 2ec4e954eb feat(ui): restore cross-provider RespondQueuePanel and purge legacy Mnemonic page (#2000) 2026-05-17 18:12:35 -07:00
Steven EnamakelandGitHub db99318ea4 feat(discord): ingest webview transcripts into memory (#1993) 2026-05-17 18:08:08 -07:00
JarlandGitHub 3aaba5e30c fix: harden token handling and key rotation logs (#1999) 2026-05-17 15:20:10 -07:00
NgoQuocViet2001andGitHub 4738ef1c8c fix(app): clean up boot services during HMR (#1997) 2026-05-17 15:19:58 -07:00
NikhilDhaliyaandGitHub 730ae7f958 fix(linux): update tauri-cef submodule to exclude glibc libraries (#1996) 2026-05-17 15:19:30 -07:00
e6f3e1f983 fix(core-state): guard refresh commits after unmount (#1992)
Co-authored-by: Codex <codex@openai.com>
2026-05-17 15:18:10 -07:00
Steven EnamakelandGitHub f65ef6a431 feat(vault): folder-of-files ingestion into memory (NotebookLM-style) (#1994) 2026-05-17 15:17:41 -07:00
Steven EnamakelandGitHub b43bba7dac test: expand and stabilize settings e2e coverage (#2024) 2026-05-17 15:15:21 -07:00
Steven EnamakelandGitHub 476d7e3992 i18n: full UI coverage across 10 languages (#1986) 2026-05-17 14:19:59 -07:00
Steven EnamakelandGitHub f9de38d6f9 Add WeChat embedded webview support (#1991) 2026-05-17 02:38:10 -07:00
Steven EnamakelandGitHub 95f1f5f063 Refactor inference around external Ollama routing (#1975) 2026-05-17 02:37:42 -07:00
Steven EnamakelandGitHub 2e58438aa9 test(e2e): onboarding simple vs advanced mode spec (#1989) 2026-05-17 02:02:25 -07:00
Ruifeng XueandGitHub 5f8241254b fix(api): avoid logging bearer tokens in request diagnostics (#1987) 2026-05-17 01:38:46 -07:00
Ruifeng XueandGitHub 3aa8477e1a fix(socket): use core auth user id for socket state scoping (#1984) 2026-05-17 01:37:30 -07:00
c7052709e7 Add background loop controls and usage diagnostics (#1965)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-17 01:35:55 -07:00
e5f5ce02f5 fix(app): trim URLs before openUrl http fallback (#1954)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-16 21:02:07 -07:00
a352e0fa6b fix(a11y): add ARIA roles and labels to ProgressIndicator (#1906)
Co-authored-by: Kiro <kiro@kiro.dev>
Co-authored-by: ZaynRae <182192945+ZaynRae@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-16 20:50:18 -07:00
Aqil AzizandGitHub 992d46dd15 fix(socket): preserve queued once listeners (#1978) 2026-05-16 20:44:36 -07:00