Commit Graph
100 Commits
Author SHA1 Message Date
Mega MindandGitHub e829d07b5f Revert "ci(release-staging): cut staging from main instead of release (#4827)" (#4830) 2026-07-13 20:41:14 +05:30
Mega MindandGitHub 7b6f0a3c42 ci(release-staging): cut staging from main instead of release (#4827) 2026-07-13 20:24:31 +05:30
Mega MindandGitHub 383581bd6c fix(agent): give the orchestrator direct memory tools so recall/store don't over-delegate (#4764) 2026-07-13 02:56:07 -07:00
Mega MindandGitHub a364693fc7 fix(composio): bound composio_connect approval park so it fails fast to a connect prompt (#4758) 2026-07-13 02:55:09 -07:00
Mega MindandGitHub 73edfc1783 fix(agent): route parallel/council fan-out to one concurrent spawn_parallel_agents call (#4754) (#4757) 2026-07-13 02:54:58 -07:00
Mega MindandGitHub bfa11313d2 fix(agent): route "list my threads" to direct thread_list, not the memory sub-agent (#4744) (#4752) 2026-07-13 02:54:44 -07:00
Mega MindandGitHub 443f5c5906 fix(prompts): frame MEMORY.md as background so fresh threads don't fake prior-chat continuity (#4748) 2026-07-13 02:38:43 -07:00
Mega MindandGitHub 54511e6145 fix(tests): restore test-module imports broken by recent refactors (#4759) 2026-07-10 00:14:06 +05:30
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
Mega MindandGitHub 9de1debaec Fix chat-v1 context window to 1M (DeepSeek v4 Flash backing) (#4711) 2026-07-08 16:54:26 -07:00
Mega MindandGitHub 8fc9a13da7 fix(connections): drop account from state before purge so disconnect can't resurrect its webview (#4697) 2026-07-08 17:52:10 +05:30
Mega MindandGitHub 63163ea1be spawn_parallel_agents: opt out of the 120s per-tool timeout so the fan-out isn't truncated (#4686) 2026-07-07 23:23:02 -07:00
Mega MindandGitHub bcb9bc4701 orchestrator: batch independent memory lookups into one parallel fan-out (#4683) 2026-07-07 23:22:50 -07:00
2094a3f804 fix(orchestrator): route review-before-finalize tasks to synchronous delegation (#4682)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-07 23:22:37 -07:00
89d601c0eb fix(tracing): link spawned sub-agent Langfuse traces to their parent turn (#4678)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-08 04:20:13 +05:30
c38d4c9bcb fix(observability): chunk Langfuse ingestion batches to <=500 events (#4676)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-08 03:39:38 +05:30
Mega MindandGitHub fac8b5f1ae Fail fast in retrieve_memory sub-agent on empty/degraded memory (#4658) 2026-07-07 13:58:42 -07:00
208b51d5d2 fix(auth): actionable cloud-runtime sign-in failure message + docs (#3025) (#4649)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 13:58:34 -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
Mega MindandGitHub a78dea7d8e ci: check out tinychannels submodule for Frontend Unit Tests lane (#4579) 2026-07-06 15:21:52 +05:30
Mega MindandGitHub b5837ed0d1 feat(agent): classify tool-call failures + surface on web event — rework of #4413 (backend) (#4445) 2026-07-03 11:20:28 -07:00
Mega MindandGitHub 19bf3aa583 feat(agent-harness): memory read→dedupe→write→update-index protocol — rework of #4388 (#4444) 2026-07-03 11:20:09 -07:00
Mega MindandGitHub 30cb552b60 feat(persona): role templates for the guided persona builder (#4253, PR2) (#4416) 2026-07-03 11:19:43 -07:00
Mega MindandGitHub 28331c93a6 feat(chat): render tool-call failure explanations in View-processing timeline (#4254, frontend) (#4413) 2026-07-03 11:19:15 -07:00
Mega MindandGitHub a93c6c9bbf docs(guides): task-oriented setup & recovery guides for non-technical users (#4257) (#4407) 2026-07-03 11:18:55 -07:00
1ee92b0bc3 feat(settings): first-class remote-core connection setting + live status (GH-4396) (#4406)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-03 11:18:40 -07:00
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
Mega MindandGitHub 9154f79539 fix(harness): always emit a final answer before a turn ends (#4386) 2026-07-03 11:17:35 -07:00
Mega MindandGitHub 1fd9093fe2 fix(agent-harness): structured policy-block messages — rework of #4390 onto post-#4399 (#4443) 2026-07-03 11:11:41 -07:00
Mega MindandGitHub 288e6429b2 feat(tracing): Langfuse prompt/reply/cost + one-trace-per-turn (repairs #4399 build break) (#4434) 2026-07-03 11:10:23 -07:00
06220ada5d fix(embeddings): classify HTML 403 edge/CDN block as expected (#4186)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-30 19:16:41 +05:30
Mega MindandGitHub b237c33a0c fix(provider): classify external moderation 400 (message rejected) as expected (#4208) 2026-06-30 18:59:36 +05:30
4255fa2b29 fix(agent-world): re-enable Buy after a purchase in Tiny Place trading (#4217)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-30 18:17:15 +05:30
Mega MindandGitHub 23cdf4a32a fix(approval): classify benign 'no pending approval' race; keep genuine loss visible (#4183) 2026-06-30 17:50:43 +05:30
Mega MindandGitHub b6143f6497 fix(connections): reflect install progress/state on skill & MCP cards (#4224) 2026-06-28 21:28:31 -07:00
Mega MindandGitHub 90d574917d fix(brain): reload memory graph after re-login (#4223) 2026-06-28 21:28:23 -07:00
Mega MindandGitHub 3cc9e35d8f fix(meet): recognize backend capacity gate and surface an actionable message (#4221) 2026-06-28 21:28:01 -07:00
Mega MindandGitHub 4dd5126120 perf(mcp): return MCP tool results as soon as the reply frame arrives (#4220) 2026-06-28 21:27:52 -07:00
Mega MindandGitHub cf06ed9706 fix(mcp): make additive mcp_servers column migration idempotent under concurrency (#4219) 2026-06-28 21:27:43 -07:00
5607f6fbd8 fix(tinyplace): read trading balance from tiny.place settlement RPC (#4218)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-28 21:27:35 -07:00
943b92fc67 fix(ollama): demote list_models 200-with-non-JSON parse failure (#4187)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-28 21:27:16 -07:00
Mega MindandGitHub 51aeefd49f fix(tinyplace): switch active handle across multiple purchased identities (#4216) 2026-06-28 21:26:40 -07:00
Mega MindandGitHub 090360e38a fix(tinyplace): correct identity pricing tiers shown to users (#4215) 2026-06-28 21:26:32 -07:00
Mega MindandGitHub f9fb8fc72b fix(tinyplace): replace native window.confirm with in-app modal on feed delete (#4214) 2026-06-28 21:26:22 -07:00
Mega MindandGitHub 979dc2c54e fix(tinyplace): give the world renderer a WebGL context on Linux (#4213) 2026-06-28 21:26:05 -07:00
Mega MindandGitHub b72750de42 fix(tinyplace): raise RPC timeout for x402 bounty creation (#4212) 2026-06-28 21:25:51 -07:00
Mega MindandGitHub 6f8f76d426 fix(tinyplace): accept USDC SPL mint as x402 asset for handle registration (#4211) 2026-06-28 21:25:43 -07:00
52e81fdfee fix(provider): remap model=auto for Codex OAuth Responses endpoint (#4210)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-28 21:25:29 -07:00
Mega MindandGitHub a2daa8c657 fix(provider): gate Responses API by endpoint host + demote first 404 (#4209) 2026-06-28 21:25:23 -07:00
Mega MindandGitHub 5239ef3ceb fix(provider): tolerate duplicate reasoning_content key in compat parse (#4207) 2026-06-28 21:25:08 -07:00
Mega MindandGitHub d4fb491e0f fix(provider): demote lm_studio 'No models loaded' 400 in chat (#4189) 2026-06-28 21:24:58 -07:00
Mega MindandGitHub 723a326460 fix(skills): don't report 4xx install-fetch failures to Sentry (#4188) 2026-06-28 21:24:50 -07:00
25c56564e5 fix(provider): demote usage_limit_reached on OpenAI Responses (#4185)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-28 21:24:38 -07:00
Mega MindandGitHub c4418e4625 fix(embeddings): normalize Gemini model id on custom endpoint + classify 400 (#4184) 2026-06-28 21:24:30 -07:00
Mega MindandGitHub a8c2974340 fix(mcp): demote connect 401 (needs sign-in) from Sentry error (#4182) 2026-06-28 21:24:16 -07:00
Mega MindandGitHub 3dc4f086af fix(shell): clear macOS traffic lights in collapsed sidebar rail (#4171) 2026-06-26 19:12:11 +05:30
Mega MindandGitHub c75ca0b779 fix(observability): demote Ollama Cloud hosted-inference 500 flood (TAURI-RUST-5MV) (#4069) 2026-06-25 13:34:41 +05:30
Mega MindandGitHub 3005439072 fix(inference): don't send max_output_tokens to the Codex OAuth /responses endpoint (#4068) 2026-06-25 13:34:26 +05:30
Mega MindandGitHub ab8ecca5e1 fix(embeddings): validate model id + demote chat-model-as-embeddings 400 (TAURI-RUST-9SK) (#4070) 2026-06-24 10:25:13 -07:00
Mega MindandGitHub f30fbbdca8 fix(embeddings): fail fast when a keyed provider's API key is empty (TAURI-RUST-4TZ) (#4066) 2026-06-24 10:23:24 -07:00
Mega MindandGitHub 5bce4f6140 fix(credentials): reclaim leaked self-owned auth-profile lock immediately (#2318) (#4064) 2026-06-24 10:23:14 -07:00
Mega MindandGitHub 908fbaccbb fix(inference): classify abacus "no remaining credits" 400 as budget-exhausted (#4043) (#4071) 2026-06-24 10:13:22 -07:00
Mega MindandGitHub 7d0ddfe741 fix(memory): recover from SQLITE_CORRUPT in mem_tree jobs worker (#4048) (#4067) 2026-06-24 10:11:17 -07:00
Mega MindandGitHub ed8aa69812 fix(inference): stop retry loop + disable /responses fallback after a 404 (nous-portal) (#4065) 2026-06-24 10:11:08 -07:00
c803a4606c ci(build-desktop): stop CEF lib-dir lookup aborting the Linux build under pipefail (#4078)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-06-24 19:26:12 +05:30
Mega MindandGitHub 3ded18c165 perf: cut OpenHuman + Tauri compile/CI time (dev-profile deps, build-once E2E fanout, single-pass Linux packaging) (#3986) 2026-06-23 11:50:20 -07:00
Mega MindandGitHub 854634db17 fix(tools): App UI Control toggle grants click/type mutations (#3762) (#3985) 2026-06-23 11:49:39 -07:00
Mega MindandGitHub c96bd3db3f feat(app): user-actionable runtime error panel (minimal slice) (#3983) 2026-06-23 11:49:02 -07:00
Mega MindandGitHub 232d28e05a fix(notifications): persist core notifications so missed events survive (#3805) (#3982) 2026-06-23 11:48:49 -07:00
Mega MindandGitHub 50d565ddf8 feat(provider): first-class prompt-cache capability model for BYOK/OpenAI-compatible providers (#3981) 2026-06-23 11:48:19 -07:00
Mega MindandGitHub 8be534447d feat(devex): generate frontend provider-chain docs + CI drift gate (#3975) 2026-06-23 11:47:22 -07:00
Mega MindandGitHub 98daeca334 fix(chat): pad model-selector pill so the chevron isn't clipped (#3292) (#3977) 2026-06-23 11:46:20 -07:00
Mega MindandGitHub 3afb28427d fix(rpc): alias legacy tool_registry.diagnostics to canonical method (#3294) (#3973) 2026-06-23 11:45:43 -07:00
Mega MindandGitHub 259fc10e71 feat(agent): structured tracing export from the progress channel (#3886) (#3966) 2026-06-23 10:28:42 -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 e4c99171c4 fix(local-ai): pass LM Studio embedding ids through the allowlist (#3920) (#3960) 2026-06-23 10:27:43 -07:00
Mega MindandGitHub 5277e22ef3 fix(memory_tree): route bucket-seal embeddings to local OpenAI-compatible backend (#3959) 2026-06-23 10:27:27 -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
Mega MindandGitHub 9c674d91b7 fix(intelligence): make workflow-run approval modal opaque (#3951) 2026-06-23 10:26:33 -07:00
d61d72c092 feat(settings): Desktop Agent setup panel (permissions, seamless mode, always-on, wake-word) (#3634)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-13 19:20:32 +05:30
Mega MindandGitHub b1e82f67b7 feat(voice): expose always-on toggle + test-build logging for the always-on flow (#3619) 2026-06-12 14:58:48 +05:30
Mega MindandGitHub 2974605a46 feat(automate): browser + app keyboard-shortcut fast-paths, artist-aware Music, actionable responses (#3558) 2026-06-09 13:31:28 -07:00
Mega MindandGitHub 3516a203f9 ci(release): raise desktop build timeout 30→50m to survive cold-cache builds (#3557) 2026-06-09 19:39:37 +05:30
Mega MindandGitHub c403fd5c51 chore(voice): hide always-on listening toggle in VoicePanel for now (#3531) 2026-06-09 15:24:09 +05:30
Mega MindandGitHub 0752c4a1aa fix(channels): presentation module private in release breaks the build (v0.57.16 release-blocker) (#3406) 2026-06-05 17:29:16 +05:30
Mega MindandGitHub 33385821ca feat(accessibility): vision-click fallback for Electron/partial-AX apps (8/8 of #3307) (#3362) 2026-06-05 02:45:27 +05:30
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 e40fec9331 feat(voice): always-on Settings toggle + debug panel + i18n (5/8 of #3307) (#3344) 2026-06-04 21:24:08 +05:30
Mega MindandGitHub f5dc9eaf22 feat(voice): Phase 2 always-on listening engine + RPC (4/8 of #3307) (#3343) 2026-06-04 10:30:50 -04:00
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 5247c26700 fix(onboarding): brand logo on welcome + back-to-welcome from first step (#3366) 2026-06-04 18:42:19 +05:30
Mega MindandGitHub 7c08704e51 feat(accessibility): AX/UIA perception + automate engine (2/8 of #3307) (#3341) 2026-06-04 18:03:24 +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
Mega MindandGitHub a4757f566d feat(voice): auto-send dictation transcript + allowlist app-launch commands (#3148 Phase 1) (#3168) 2026-06-02 15:28:46 -07:00
Mega MindandGitHub 235430d37e fix(subconscious): degrade WAL journal mode to fix Intelligence tab hang on shm-incompatible filesystems (#3233) 2026-06-03 02:57:57 +05:30
Mega MindandGitHub b1a97c366b fix(ci): key vendored tauri-cli cache by runner.arch to fix Linux x64 release build (#3228) 2026-06-03 00:38:47 +05:30
Mega MindandGitHub 183497852f fix(tauri): gate cef_preflight to macOS/Linux to fix Windows build (#3225) 2026-06-02 21:19:51 +05:30
1e03dd2687 fix(e2e): fix 32 failing E2E tests across chat, onboarding, skills, connectors and settings (#3137)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 23:20:52 -07:00