Commit Graph
1702 Commits
Author SHA1 Message Date
706edf5f44 fix(composio): collect WABA ID before WhatsApp Business OAuth flow (#1550)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-12 19:51:54 -07:00
3bfe53aaa9 fix(tauri): hide instead of destroy main window on Windows close (OPENHUMAN-TAURI-2X) (#1548)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-12 19:51:31 -07:00
54a9396f88 fix(ollama): URL builder + local-AI noise suppression bundle (#1553)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-12 19:50:33 -07:00
2bc103bd65 fix(memory): demote transient SQLite busy in tree_jobs_worker (OPENHUMAN-TAURI-BP) (#1579)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-12 19:43:01 -07:00
Steven EnamakelandGitHub 50058e4719 test(triage): inject permit acquisition so evaluator tests stop hanging (#1524) 2026-05-12 19:09:57 -07:00
Cyrus GrayandGitHub b9f1c0856c chore(readme): add UTM tracking params to download links (#1559) 2026-05-12 11:53:33 -07:00
Cyrus GrayandGitHub 8e9aef60f6 feat(analytics): implement Google Analytics (#1533) 2026-05-12 11:50:49 -07:00
af4d231ced chore(branding): refresh app icons across all sizes (#1571)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 11:30:29 -07:00
github-actions[bot] 3966df4037 chore(staging): v0.53.31 v0.53.31-staging 2026-05-12 17:49:07 +00:00
Steven EnamakelandGitHub 7824f5057a fix(ci): disable pnpm cache in setup-node and bump deprecated app-token action (#1572) 2026-05-12 10:07:59 -07:00
github-actions[bot] 15c744296d chore(staging): v0.53.30 v0.53.30-staging 2026-05-12 12:21:31 +00:00
7ce319362b fix(windows): wire CEF keyboard input routing on cold launch (#1528)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 17:07:00 +05:30
Cyrus GrayandGitHub 78d1f3d5fa chore: add sentry_bugs to gitignore (#1525) 2026-05-12 15:30:09 +05:30
Steven EnamakelandGitHub 8b4350ea33 fix(auth): stop 401 cascade after session expiry (OPENHUMAN-TAURI-1T) (#1516) 2026-05-12 02:31:09 -07:00
github-actions[bot] ef556f8835 chore(staging): v0.53.29 v0.53.29-staging 2026-05-12 09:25:51 +00: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 4631f5634c Redact auth profile lock paths from errors (#1515) 2026-05-11 23:57:49 -07:00
Steven EnamakelandGitHub 99d2015dfc fix(credentials): quarantine corrupt auth profile store (#1514) 2026-05-11 23:30:20 -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 f14f97ce56 fix(secrets): cache decoded key + retry transient reads (OPENHUMAN-TAURI-58) (#1509) 2026-05-11 19:47:09 -07:00
Steven EnamakelandGitHub 6729fe9453 fix(observability): render full anyhow chain so Sentry events are diagnosable (#1511) 2026-05-11 19:35:22 -07:00
Steven EnamakelandGitHub e3749a0383 fix(tauri): prevent CEF init panic on second launch via single-instance plugin (#1510) 2026-05-11 19:35:03 -07:00
obchainandGitHub 018619dc6a feat(orchestrator): expose update_check + update_apply tools (#1435) (#1473) 2026-05-11 19:32:45 -07:00
Steven EnamakelandGitHub c1200b8a2e fix(observability): skip Sentry report for 429 from upstream providers (#1512) 2026-05-11 19:25:28 -07:00
Steven EnamakelandGitHub 5bef91ea4d fix(memory): default embeddings to cloud (Voyage), opt in for local Ollama (#1508) 2026-05-11 19:10:29 -07:00
Steven EnamakelandGitHub fd0ac9cb0e fix(ci): install pnpm before setup-node in release workflows (#1507) 2026-05-11 18:28:58 -07:00
Steven EnamakelandGitHub 60a5c4f90f fix(auth): treat missing backend session token as auth-expired (#1504) 2026-05-11 18:14:44 -07:00
Steven EnamakelandGitHub 64e57e743e chore(ci): bump deprecated Node 20 GitHub Actions to Node 24-compatible majors (#1501) 2026-05-11 13:37:51 -07:00
github-actions[bot] dbc536f8b0 chore(staging): v0.53.28 v0.53.28-staging 2026-05-11 19:17:47 +00:00
1b99b56fa9 [codex] Align E2E docs with CEF reality (#1464)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-11 12:08:24 -07:00
a2ced40ef9 feat(memory): add tool-scoped memory with durable rule capture, RPC APIs, and prompt pinning (#1487)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 12:07:59 -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
f0606ba703 fix(windows): silence conhost flashes from core-side spawns (#731/#1338 follow-up) (#1498)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 12:07:30 -07:00
HugoTheCatandGitHub 089ffe0d06 docs: fix README typos and copy bugs (#1500) 2026-05-11 11:44:43 -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
b5bedd6b2c fix(tauri): align staging datadir resolution with core (#1490) (#1492)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 09:26:38 -07:00
Cyrus GrayandGitHub a312a85663 feat(tauri): make floating mascot draggable (#1485) 2026-05-11 15:50:41 +05:30
github-actions[bot] 09c55609ca chore(staging): v0.53.27 v0.53.27-staging 2026-05-11 08:40:31 +00:00
Steven EnamakelandGitHub 767aa24b74 ci(release): checkout submodules in prepare-build step (#1482) 2026-05-11 01:39:38 -07:00
Steven EnamakelandGitHub 532a76c180 feat(config): configurable OpenAI-compatible backend provider (#1342) (#1467) 2026-05-11 01:02:11 -07:00
Cyrus GrayandGitHub 381fc9f4da add review_pr to gitignore (#1481) 2026-05-11 13:30:10 +05:30
Steven EnamakelandGitHub 838e6fce90 fix(windows): stop terminal flood on app launch via GUI subsystem + AttachConsole (#1468) 2026-05-10 23:20:25 -07:00
62db85ef0d docs: add Operator MVP execution plan (#1470)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
2026-05-10 23:20:14 -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