Commit Graph
1410 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub edb1a84a6a feat(chat): forward thread_id to backend for KV cache locality (#1095) 2026-05-02 07:07:39 -07:00
github-actions[bot] 2911b4ee3d chore(staging): v0.53.8 2026-05-02 13:51:22 +00:00
Steven EnamakelandGitHub e0ffad20d0 fix(ci): correct sentry-cli download URL and trap scope (#1100) 2026-05-02 06:41:19 -07:00
github-actions[bot] 4134e68f3b chore(staging): v0.53.7 2026-05-02 13:29:45 +00:00
Steven EnamakelandGitHub 7d8910f157 ci(staging): cut staging from main; add act local-debug helper (#1099) 2026-05-02 06:29:22 -07:00
github-actions[bot] 8ed9f397b8 chore(staging): v0.53.6 v0.53.6-staging 2026-05-02 13:24:08 +00:00
github-actions[bot] df800dcdb8 chore(staging): v0.53.5 v0.53.5-staging 2026-05-02 13:16:57 +00:00
Steven EnamakelandGitHub 45b055f122 Update release-staging.yml (#1097) 2026-05-02 06:04:30 -07:00
Steven EnamakelandGitHub f0654261a7 ci(release): split staging vs production workflows; promote staging tags (#1094) 2026-05-02 05:53:32 -07:00
262d92db22 fix(webview/slack): media perms + deep-link isolation (#1074) (#1080)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-01 17:54:05 -07:00
c7c9c629ad fix(webview-accounts): retry data-dir purge so CEF handle race doesn't leak cookies (#1076) (#1081)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-01 17:53:40 -07:00
Steven EnamakelandGitHub 765f2e65e8 fix(linux): deliver X11 ozone flags via custom .desktop template (#1091) 2026-05-01 17:50:53 -07:00
oxoxDevandGitHub fbd4c7ee11 fix(app): reload webview instead of restart_app in dev mode (#1068) (#1071) 2026-05-01 17:45:34 -07:00
Steven EnamakelandGitHub 37cf31bcac fix(cef): run blank reload guard on the CEF UI thread (#1092) 2026-05-01 15:27:03 -07:00
a084ebf45c fix(sentry): auto-send React events; collapse core→tauri for desktop (#1086)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-01 15:11:42 -07:00
1a30a0ab4d fix(linux): Add X11 platform flags to .deb package launcher (#1087)
Co-authored-by: unn-Known1 <unn-known1@users.noreply.github.com>
2026-05-01 14:13:59 -07:00
Mega MindandGitHub 1208503642 Feat/dmg checks (#1084) 2026-05-01 20:39:28 +05:30
Cyrus GrayandGitHub e36e479fdf fix(chat): make agent message bubbles fit content width (#1083) 2026-05-01 20:08:03 +05:30
Cyrus GrayandGitHub aff08d0efb fix(onboarding): personalize welcome agent greeting with user identity (#1078) 2026-05-01 19:51:57 +05:30
Mega MindandGitHub 1ada32ba03 chore(dependencies): update pnpm-lock.yaml and Cargo.lock for package… (#1082) 2026-05-01 19:47:06 +05:30
7bd83dd872 fix(welcome): re-enable OAuth buttons with focus/timeout recovery (#1049) (#1069)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 17:33:40 +05:30
CodeGhost21andGitHub cd7a56581c fix(sentry): Rust source context + per-release deploy marker (#405) (#1067) 2026-05-01 17:06:31 +05:30
Cyrus GrayandGitHub 6ac7885cfe ci: add dedicated staging release workflow (#1066) 2026-05-01 14:19:24 +05:30
Steven EnamakelandGitHub 016ad78086 fix(core,cef): run core in-process and stop orphaning CEF helpers on Cmd+Q (#1061) 2026-04-30 23:22:18 -07:00
Steven EnamakelandGitHub 9dd878cbfb feat(scheduler-gate): throttle background AI on battery / busy CPU (#1062) 2026-04-30 23:13:34 -07:00
44988bdb80 feat(composio/gmail): sync into memory tree (Slack-parity) (#1056)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 22:50:23 -07:00
0a68a75d72 feat(remotion): Ghosty character library with transparent MOV variants (#1059)
Co-authored-by: WOZCODE <contact@withwoz.com>
2026-04-30 22:44:35 -07:00
oxoxDevandGitHub 8c65f10863 feat(webview/gmeet): native cam/mic/screenshare + keep Meet routing in-app (#1022) (#1054) 2026-04-30 08:56:38 -07:00
151451f66e fix(channels): preserve overflow segments instead of dropping them (#1041) (#1051)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 08:53:22 -07:00
obchainandGitHub 1499a196ed feat(agent): orchestrator dedicated worker threads via spawn_subagent dedicated_thread flag (#1047) 2026-04-30 08:52:25 -07:00
YellowSnnowmannandGitHub 126ffdaca6 feat(webview): add timeout state and retry UI for stalled embedded webview loads (#1043) 2026-04-30 08:51:50 -07:00
obchainandGitHub f2858f73d0 docs(config): finish #933 — kill BACKEND_URL stragglers + document runtime precedence (#1042) 2026-04-30 08:51:26 -07:00
YellowSnnowmannGitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
f23b37cab4 feat: add dev bypass for onboarding gates and persistent subagent-usage UI signal (#1025)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-04-30 08:50:25 -07:00
Mega MindandGitHub a225bd99a0 fix(app): guard modulepreload relList.supports for CEF (#1050) 2026-04-30 19:59:49 +05:30
Cyrus GrayandGitHub 8a0ed8a6be fix(ui): consistent sidebar layout across all views (#1048) 2026-04-30 19:31:25 +05:30
Mega MindandGitHub 680589d83a fix(app): avoid desktop blank screen from modulepreload polyfill (#1045) 2026-04-30 17:30:40 +05:30
Cyrus GrayandGitHub a2b9a2e4dc fix(onboarding): rethink welcome agent from checklist to natural conversation (#1030) 2026-04-30 17:29:13 +05:30
Mega MindandGitHub 4997a239ec Build staging desktop artifacts in debug profile (#1044) 2026-04-30 16:41:46 +05:30
84d78145fd fix(webview/slack): scanner spawn + notifications + post-pushState target match (#1016) (#1028)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 18:44:45 -07:00
393852b1d6 Feat: core rpc auth (#881)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-04-29 18:43:58 -07:00
Steven EnamakelandGitHub 798dc54eea Disable welcome auth actions (#1033) 2026-04-29 18:43:28 -07:00
Steven EnamakelandGitHub 2304d9d58f feat(memory): add Sync and Learn sections to Memory workspace (#1031) 2026-04-29 18:43:11 -07:00
Steven EnamakelandGitHub ac97a96d3a fix(local-ai): cap local models to 1b preset (#1029) 2026-04-29 18:39:03 -07:00
e943a1ad1b feat(sentry): split errors into per-surface projects (react, core, tauri) (#1032)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 15:57:41 -07:00
oxoxDevandGitHub 975614d0ec fix(webview/whatsapp): IDB walk + DOM scrape + active-chat plumbing (#1017) (#1034) 2026-04-29 15:38:09 -07:00
394bfcd0fa fix(app, mcp): PersistGate recovery + MCP handler drain on disconnect (#857)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-04-29 12:52:15 -07:00
obchainandGitHub b2cfcd50e3 ci(weekly-review): aggregator + workflow + runbook for #459 (#914) 2026-04-29 11:38:58 -07:00
800fafb080 feat(morning_briefing): inject ambient runtime + user + datetime into system prompt (#959)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-04-29 11:37:57 -07:00
obchainandGitHub 74074cd8a7 feat(planner): read-only sandbox gate on composio meta-tools (#904) 2026-04-29 11:37:23 -07:00
VectorJetandGitHub fc063992ef chore(deps): upgrade to Vite 8 and Rolldown (#942) 2026-04-29 11:36:29 -07:00