Commit Graph
224 Commits
Author SHA1 Message Date
Mega MindandGitHub f88b6cad3f fix(linux): link libX11 for XSetErrorHandler — unblock Release Production desktop build (#4859) 2026-07-14 17:25:51 +05:30
Mega MindandGitHub 59cb250e99 fix(window): persist window geometry on normal quit, not just restart (#4810) (#4817) 2026-07-13 20:09:08 +04:00
Mega MindandGitHub e1914d209b fix(tauri/windows): restore minimized window on desktop shortcut/taskbar click (#4818) 2026-07-13 20:08:56 +04:00
27b62175ed fix(flows): clear prompt-bar build seed after dispatch so reopening the copilot can't re-save the flow (#4628)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 18:52:30 -07:00
Mega MindandGitHub 4c4f2aa6ba telegram_scanner: back-pressure bulk history ingest so it can't starve the local core RPC (#4715) 2026-07-08 16:54:38 -07:00
1dea7484ea fix(startup-recovery): scope Windows pre-CEF reap to the wedged GUI instance (#3900) (#4644)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 13:57:49 -07:00
4dd20a31f9 fix(cef): route Windows OPENHUMAN_DISABLE_GPU through SwiftShader software GL (#4385) (#4643)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 13:57:39 -07:00
YellowSnnowmannandGitHub 796468c034 feat: dual mascots in meetings — per-mascot voice + speaker alternation (#4277) (#4585) 2026-07-07 13:56:57 -07:00
Steven EnamakelandGitHub 760e5cbbda test: Phase 2 — drop duplicate/vacuous tests, consolidate connectors, de-overfit (#4494) 2026-07-04 04:01:57 -07:00
Cyrus GrayandGitHub 83d298d56a feat(flows): Workflows B3b — Run Inspector drawer (#4450) 2026-07-04 01:46:55 +05:30
Mega MindandGitHub ae41fcb402 fix(desktop): macOS/Linux pre-CEF stale-lock reap + installer pre-install kill (#4395) (#4405) 2026-07-03 11:18:25 -07:00
sanil-23andGitHub f979bfa0a9 fix(tauri): proactively reap wedged stale process on Windows startup (#3605) (#3793) 2026-07-02 15:36:38 +05:30
Steven EnamakelandGitHub 7a67f6ca35 agent_graph: LangGraph-style state-machine harness — checkpointing, HITL, observability (#4249) (#4261) 2026-07-01 00:27:39 -07:00
4035345936 fix(observability): demote skill install 4xx fetches (#4238)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 21:34:28 +05:30
72f80a9a3e fix(tauri): add CEF GPU-disable startup override (#4309)
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 20:19:56 +05:30
Mega MindandGitHub 979dc2c54e fix(tinyplace): give the world renderer a WebGL context on Linux (#4213) 2026-06-28 21:26:05 -07:00
Steven Enamakel's DroidandGitHub c1d4aa61fc ci(e2e): allow selected Appium spec dispatch (#4137) 2026-06-25 21:38:33 -07:00
oxoxDevandGitHub d9c0663d3f feat(artifacts): Save-As dialog + in-progress wiring + failed-card retry (#3162) (#4127) 2026-06-25 14:08:00 -07:00
oxoxDevandGitHub 598408306b fix(app-update): retry transient updater download failures (#4111) (#4115) 2026-06-25 09:32:30 -07:00
oxoxDevandGitHub a1c5355734 fix(discord): self-healing CDP scanner — relaxed target match + idle-watchdog pump (#3693) (#4108) 2026-06-25 09:31:31 -07:00
oxoxDevandGitHub 6294d87e4a fix(inference): demote provider monthly-quota exhaustion from Sentry (#4075) (#4076) 2026-06-24 10:25:49 -07:00
Mega MindandGitHub 5eeedcb2a4 fix(desktop): connect to self-hosted runtime over LAN http on macOS (#3965) 2026-06-23 10:27:51 -07:00
Mega MindandGitHub 358eeeda6c fix(cef): never forward --time-ticks-at-unix-epoch to CEF (#3554) (#3958) 2026-06-23 10:26:52 -07:00
MartianandGitHub f1dcce4644 fix(tauri): identify foreign process on core port + consent-gated force-quit (#3331) (#3946) 2026-06-23 17:30:26 +05:30
Steven EnamakelandGitHub 95d517ca26 feat: move feedback to sidebar footer, rename World card, fix Clear App Data scoping (#3945) 2026-06-22 18:01:23 -07:00
c09b118cbe fix(app): surgical broken-pipe stderr panic guard (TAURI-RUST-F) (#3772)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-22 10:15:24 -07:00
oxoxDevandGitHub bc49ef3e60 fix(cron): stop cron billing-state Sentry floods — 402 credits + 400 budget (TAURI-RUST-514 / -BMW) (#3913) 2026-06-22 10:14:19 -07:00
Steven EnamakelandGitHub b184a1ba2a feat(webview): add gmail, outlook, instagram, twitter providers (#3755) 2026-06-17 18:36:04 -07:00
976b31f631 refactor(cdp): migrate all scanners to in-process transport; drop TCP DevTools port (#3636)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 18:27:55 -07:00
sanil-23andGitHub e105e63c0c feat(claude-code): opt-in agent provider + OpenHuman memory over MCP, macOS auth fix (#3310) (#3647) 2026-06-14 01:40:52 +05:30
oxoxDevandGitHub 4c886765cc feat(cef): in-process CDP DevTools transport (foundation) (#3498) 2026-06-08 23:39:21 -07:00
sanil-23andGitHub f68069e502 fix(observability): classify inference errors on backend errorCode (F2/F3/F4/F6/F7/F8) (#3520) 2026-06-08 15:57:33 -07:00
oxoxDevandGitHub 670bfdd189 fix(shell): demote per-poll CEF cache-held log to debug (TAURI-RUST-B7S) (#3496) 2026-06-08 07:25:31 -07:00
CodeGhost21andGitHub a7516a83bd feat(voice): global push-to-talk hotkey (#3090) (#3349) 2026-06-05 18:38:03 -04:00
oxoxDevandGitHub ecad06534a fix(shell): bounded macOS/Linux CEF cache-lock wait + graceful init failure (TAURI-RUST-F) (#3337) 2026-06-05 10:16:05 -04:00
b3be665937 feat(agent_meetings): wire mascotId through full stack + fix tests (#3363)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 10:15:26 -04:00
Mega MindandGitHub 769e8ef249 feat(voice): Phase 3 fast command router (7/8 of #3307) (#3346) 2026-06-05 00:07:58 +05:30
Mega MindandGitHub f3e70e67ab feat(notch): always-visible macOS notch status pill (6/8 of #3307) (#3345) 2026-06-04 22:46:32 +05:30
Mega MindandGitHub cd314843ef feat(agent): wire automate/ax_interact computer tools (3/8 of #3307) (#3342) 2026-06-04 19:13:56 +05:30
Mega MindandGitHub e3ebaca8fd feat(computer): main-thread synthetic-input executor + CEF crash fix (1/7 of #3307) (#3340) 2026-06-04 16:50:11 +05:30
9d28a728a0 feat(claude-code): Claude Code CLI provider — Phases 1–5 (#2472)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-02 19:25:05 -07:00
oxoxDevandGitHub f2154de4d6 fix(shell): Windows pre-CEF cache-lock wait to stop relaunch panic (TAURI-RUST-F) (#3210) 2026-06-02 17:18:54 -07:00
Mega MindandGitHub 183497852f fix(tauri): gate cef_preflight to macOS/Linux to fix Windows build (#3225) 2026-06-02 21:19:51 +05:30
307c8e2b2a feat(chat): ArtifactCard + Tauri download + backend artifact events (#2779) (#3017)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-02 19:32:30 +05:30
YOMXXXandGitHub 37ac828258 fix(sentry): bind scope user at session boundaries + core boot (#3135) (#3176) 2026-06-01 20:15:33 -07:00
YOMXXXandGitHub 33245e8e64 fix(runtime): apply 16 MiB worker stack to desktop core + agent CLI runtimes (#3159) (#3175) 2026-06-01 20:14:27 -07:00
Steven EnamakelandGitHub 123e8b0353 refactor(rust): split oversized modules (#2991) 2026-05-29 16:36:56 -07:00
Steven EnamakelandGitHub 525eaf74d7 refactor(rust): move large inline tests to files (#2987) 2026-05-29 15:14:46 -07:00
6ef6c21d68 feat(tauri): OPENHUMAN_FORCE_GPU env override for Linux CEF disable (#2862)
Co-authored-by: zahica1234 <i.milev001@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 11:00:05 -07:00
Mega MindGitHubsanil-23Claude Opus 4.7sanil-23cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>Steven Enamakel
db3fdc2e6c feat(skills): scheduled dashboard + run/new pages + [github] preflight gate + composio-only GitHub I/O (#2882)
Co-authored-by: sanil-23 <sanil@alphahuman.xyz>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: sanil-23 <sanil@vezures.xyz>
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 10:17:58 +05:30