Commit Graph
343 Commits
Author SHA1 Message Date
Cyrus GrayandGitHub 8e9aef60f6 feat(analytics): implement Google Analytics (#1533) 2026-05-12 11:50:49 -07:00
Steven EnamakelandGitHub 8b4350ea33 fix(auth): stop 401 cascade after session expiry (OPENHUMAN-TAURI-1T) (#1516) 2026-05-12 02:31:09 -07:00
3db3b92992 fix(webview-accounts): typed error wrap for openWebviewAccount (#1472) (#1521)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 00:22:29 -07:00
Steven EnamakelandGitHub aacde80fdc fix(chat): release composer lock on socket disconnect (Windows lockout) (#1522) 2026-05-12 00:22:07 -07:00
Steven EnamakelandGitHub 7ce933bb2d perf(conversations): track message stats in threads log so list_threads is O(threads.jsonl) (#1517) 2026-05-12 00:21:44 -07:00
Steven EnamakelandGitHub ba3e116609 fix(conversations): catch loadThreads rejection on mount to silence Sentry noise (#1513) 2026-05-11 20:03:46 -07:00
Steven EnamakelandGitHub 60a5c4f90f fix(auth): treat missing backend session token as auth-expired (#1504) 2026-05-11 18:14:44 -07:00
oxoxDevandGitHub ef998ca16c fix(openUrl): fall back to window.open when CEF IPC handle not ready (#1472) (#1491) 2026-05-11 12:07:42 -07:00
2426110c5d feat(auth): classify RPC 401s + global reauth bus (#1472) (#1495)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 11:34:08 -07:00
YellowSnnowmannandGitHub fc573b05f6 fix(core-rpc): normalize config method wiring and harden startup against config/SQLite edge cases (#1497) 2026-05-11 09:30:05 -07:00
oxoxDevandGitHub 49398094e8 fix(human/mascot): consume orphan audio-stopped rejections (#1472) (#1494) 2026-05-11 09:29:47 -07:00
Cyrus GrayandGitHub 5138a726dd feat(mascot): sleep by default, wake on hover/click (#1493) 2026-05-11 09:29:31 -07:00
obchainandGitHub 89d7c54c7a feat(human): toggle voice recording with spacebar (#1471) (#1483) 2026-05-11 09:27:19 -07:00
Steven EnamakelandGitHub 532a76c180 feat(config): configurable OpenAI-compatible backend provider (#1342) (#1467) 2026-05-11 01:02:11 -07:00
87ea53c1a8 Fix segmented chat response reconciliation (#1469)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-10 23:19:41 -07:00
Steven EnamakelandGitHub 83bc564838 feat(web): cloud-only boot picker + build:web target (#1466) 2026-05-10 22:14:18 -07:00
Steven EnamakelandGitHub 81d24b4d74 fix(release): refresh Cargo.lock on bump, attach uid to core Sentry, hide debug settings (#1465) 2026-05-10 20:44:23 -07:00
Steven EnamakelandGitHub 887e483790 Send client app version headers on backend requests (#1456) 2026-05-09 23:46:01 -07:00
Steven EnamakelandGitHub 87b4903ac8 docs(core): simplify remote core RPC token setup (#1438) (#1444) 2026-05-09 16:44:49 -07:00
Steven EnamakelandGitHub 8f0cc3f39a [Testing] Improve coverage for normalizeTeamUsage (#1415) 2026-05-09 15:28:42 -07:00
Steven EnamakelandGitHub f0b769d266 test: add comprehensive coverage for normalizeRedeemedCoupon (#1423) 2026-05-09 15:25:21 -07:00
Steven EnamakelandGitHub 467f9f7aa0 🧹 Handle dontShowAgain preference in ConfirmationModal (#1410) 2026-05-09 14:33:51 -07:00
Steven EnamakelandGitHub f1b60e4b51 🧪 [testing improvement] expand coverage for normalizeRpcMethod (#1413) 2026-05-09 14:03:31 -07:00
Steven EnamakelandGitHub cc61792d52 🧪 Improve tests for referralApi.ts (#1412) 2026-05-09 14:03:19 -07:00
Steven EnamakelandGitHub 19a135f0f9 🧪 Add comprehensive tests for normalizeCouponRedeemResult (#1411) 2026-05-09 14:03:11 -07:00
Steven EnamakelandGitHub 6e2d69792d Add seed phrase onboarding and multi-chain wallet setup (#1407) 2026-05-09 13:54:10 -07:00
Steven EnamakelandGitHub b30e7cc036 Fix deregistration bug in transport.off() (#1409) 2026-05-09 13:48:16 -07:00
Steven EnamakelandGitHub 3f86bcd69d fix(sentry): restore OS context + guard source-map upload (#1403) (#1405) 2026-05-09 13:06:37 -07:00
Steven EnamakelandGitHub 6b044a9456 docs: rewrite README + gitbooks around current product, add Developing section (#1384) 2026-05-08 21:18:20 -07:00
Steven EnamakelandGitHub f5dce78381 debug(meet_video): instrument mascot frame pipeline + off-screen meet window (#1382) 2026-05-08 20:40:20 -07:00
YellowSnnowmannandGitHub 0a749f5cec feat(heartbeat): deliver durable proactive meeting/reminder notifications with dedup + category controls (#1369) 2026-05-08 19:03:31 -07:00
YellowSnnowmannandGitHub 9c1df8d91b fix(webview): LinkedIn "Sign in with Google" — keep GSI popup in-app (#1368) 2026-05-08 19:03:02 -07:00
d6ace5a5bb feat(boot): cloud-mode picker auth + reload-resilient core mode (#1357)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-05-08 19:00:17 -07:00
Steven EnamakelandGitHub 84a1f68b91 feat(mascot): switch runtime assets from APNG to animated WebP (#1349) 2026-05-07 19:58:50 -07:00
Steven EnamakelandGitHub 0fc0a11663 fix(store): keep coreMode unscoped so the local/cloud picker persists (#1352) 2026-05-07 18:35:06 -07:00
Steven EnamakelandGitHub 836a6d852c feat(meet): join Google Meet calls with mascot virtual camera (#1350) 2026-05-07 17:56:05 -07:00
YellowSnnowmannandGitHub 2c047a2153 feat(composio): granular trigger triage settings — per-toolkit + global toggle (#1334) 2026-05-07 12:31:40 -07:00
34188130a0 feat(subconscious): memory-context-aware reflection threads + dedupe gates (#623) (#1344)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 12:29:13 -07:00
YellowSnnowmannandGitHub 694ae4e677 fix(chat): sanitize agent/cron failures and add user-safe error fallback with Sentry reporting (#1332) 2026-05-07 12:28:41 -07:00
3c4c988d5d Make Context Ready onboarding non-blocking (#1322)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-07 12:28:12 -07:00
Mega MindandGitHub 2f241ce494 fix(memory): graceful empty statuses when DB unavailable (#1292) (#1328) 2026-05-07 12:26:19 -07:00
Mega MindandGitHub 37cd17889c fix(channels): fix WhatsApp structured ingest pipeline + Memory page sync status (#1326) 2026-05-07 12:25:26 -07:00
Mega MindandGitHub 318950187e fix(local-ai): fix false-negative Ollama diagnostics (binary + model detection) (#1327) 2026-05-07 12:25:14 -07:00
66bea5ed4d Make Twitter OAuth failures actionable (#1318)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-07 12:11:14 -07:00
obchainandGitHub 3bbf4b5d9f fix(stt): rewrite stale-sidecar voice error + e2e registration guard (#1298) 2026-05-07 12:05:07 -07:00
b9c01ca327 SYM-212: add foundational thread RPC query hooks (#1272)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-07 12:04:28 -07:00
ebd8c1685c SYM-206: fix Vitest mock API port collisions (#1271)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-07 12:03:53 -07:00
0b8ff9228f Fix segmented chat response reconciliation (#1261)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-07 10:52:16 -07:00
Cyrus GrayandGitHub 894485a0cd feat(settings): group settings menu into labeled sections (#1286) 2026-05-07 14:31:04 +05:30
Steven EnamakelandGitHub 22946a19db fix(boot): unblock cold-boot core start on dev hosts (#1324) 2026-05-07 00:04:14 -07:00