Commit Graph
3642 Commits
Author SHA1 Message Date
Steven EnamakelGitHubgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
0881023866 feat(orchestration): chat rework, Agent graph, global Kanban, presence (#4722)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-08 22:14:41 -07:00
Steven EnamakelandGitHub e456b77993 Feat/orch fixes (#4720) 2026-07-08 19:51:59 -07:00
3a38100219 refactor(triage): collapse dispatch_target_agent onto build_root_parent (#4369) (#4402)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:42:03 -07:00
c71dac4ee9 fix(i18n,inference): repath stale "Settings → AI" nav copy (#4694)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:15:27 -07:00
531119d825 fix(memory): classify cloud-embedding "No backend session" as AuthMissing (#4699)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:15:12 -07:00
9175603a9c feat(orchestration): surface tool_result outcome + per-session message_count (#4712)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:14:38 -07:00
55c33b990f feat(settings): fine-tune root font size beyond the presets (#4246) (#4696)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:14:13 -07:00
653e6e1436 fix(memory_store): self-heal drifted content-sha tokens + prune vanished folder items (#4700)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 18:53:01 -07: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
CodeGhost21andGitHub b9c88abe90 fix(boot): skip stale local active-user seed in cloud mode (#4545) (#4704) 2026-07-08 16:55:55 -07:00
CodeGhost21andGitHub bcdad327da fix(mcp): add master_agent + master_reporter to RESOURCE_CATALOG (#4717) 2026-07-08 16:55:46 -07:00
CodeGhost21andGitHub c54d7b4116 fix(memory): stop Vault checklist reporting healthy while Sync shows Degraded (#4691) (#4703) 2026-07-08 16:55:08 -07:00
CodeGhost21andGitHub 4e811b194a test(e2e): resolve dynamic task_id in continue_subagent spec via mock templating (#4517) (#4701) 2026-07-08 16:54:55 -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
Mega MindandGitHub 9de1debaec Fix chat-v1 context window to 1M (DeepSeek v4 Flash backing) (#4711) 2026-07-08 16:54:26 -07:00
sanil-23andGitHub 003e8c5d12 feat(orchestration): chat-UI redesign — agent chat as normal chat window + connections sessions (#4713) 2026-07-08 16:31:02 -07:00
sanil-23andGitHub c25ab861d1 feat(orchestration): receive session_info harness events into the v2 mirror (B′2) (#4710) 2026-07-08 16:30:50 -07:00
sanil-23andGitHub f50fac9bb6 feat(orchestration): auto-accept contact requests from linked agents (O2) (#4709) 2026-07-08 16:30:29 -07:00
Cyrus GrayandGitHub 2e5eb4f8c5 fix(flows): normalize bare-scope jq in condition expressions + prompt guard (B17) (#4707) 2026-07-08 19:22:33 +05:30
Cyrus GrayandGitHub 9830c90d5a fix(flows): real-output probe to derive the array path when the tool schema is absent (B16) (#4702) 2026-07-08 18:21:15 +05:30
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
Cyrus GrayandGitHub 77786e50c5 fix(flows): stop condition nodes starving downstream =item + dry-run routing-divergence warning (B15) (#4698) 2026-07-08 15:37:54 +05:30
Steven EnamakelandGitHub 078844323d feat(orchestration): promote TinyPlace Orchestration to its own tab + teach the orchestrator to manage a fleet (#4693) 2026-07-08 00:04:51 -07:00
oxoxDevandGitHub 2dccaf663f feat(orchestration): receive typed v2 harness-session stream (#4652) 2026-07-07 23:39:27 -07:00
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
Cyrus GrayandGitHub 916836567c revert(flows): restore require_approval default to true (merge LAST, after approval surfacing) (#4672) 2026-07-08 02:52:02 +05:30
Cyrus GrayandGitHub dfcf71a7fa feat(flows): frontend — surface flow-run approvals (run-details + chat + notifications) (#4674) 2026-07-08 02:51:28 +05:30
Cyrus GrayandGitHub 771eeff5e4 feat(flows): backend — surface flow-run approvals + per-flow trust (correlation, notify, socket) (#4673) 2026-07-08 02:51:13 +05:30
YellowSnnowmannandGitHub 7f1e121932 fix(inference): forward raw BYOK model ids to provider construction instead of collapsing to a managed tier (#4629) 2026-07-07 13:59:55 -07:00
CodeGhost21andGitHub af321f65df test(e2e): convert chat-harness-subagent to llmKeywordRules (#4517) (#4671) 2026-07-07 13:59:01 -07:00
CodeGhost21andGitHub e5ee20be6c test(e2e): fix macOS providers shard — canonical home markers + macOS-adequate timeouts (#4618) (#4666) 2026-07-07 13:58:52 -07:00
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
CodeGhost21andGitHub ed79bf489c fix(e2e): align harness-cron oracle + tool-call args with current cron schemas (#4646) 2026-07-07 13:58:24 -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
CodeGhost21andGitHub 52598b47e7 fix(flows): force HITL on nested agent-node harness runs (#4595) (#4636) 2026-07-07 13:57:27 -07:00
YellowSnnowmannandGitHub 796468c034 feat: dual mascots in meetings — per-mascot voice + speaker alternation (#4277) (#4585) 2026-07-07 13:56:57 -07:00
Cyrus GrayandGitHub c0e7b5158a fix(flows): flip the workflow row ⋮ menu upward when it would clip at the bottom (#4670) 2026-07-08 01:53:22 +05:30
Cyrus GrayandGitHub 8018eeb6ef fix(flows): default require_approval to false for builder-created workflows (frontend paths) (#4668) 2026-07-08 01:15:32 +05:30
Cyrus GrayandGitHub cd0b08ec0a fix(flows): persist + rehydrate the Copilot chat across reload (B11) (#4663) 2026-07-08 00:56:05 +05:30
Cyrus GrayandGitHub 5d3a18eff8 fix(flows): route Copilot reasoning to Agentic task insights (B4) (#4662) 2026-07-08 00:50:37 +05:30
Cyrus GrayandGitHub 7f74db4f21 fix(flows): tighten builder input grounding — arg-name validation + input_context dry-run + boolean typing (B13, B7, B8) (#4665) 2026-07-08 00:36:47 +05:30
CodeGhost21andGitHub 0fa6c2ac27 fix(webview-accounts): remount provider WebviewHost on account switch to stop cross-account bleed (#4421) (#4642) 2026-07-07 10:49:00 -07:00
sanil-23andGitHub e042947582 feat(orchestration): Master chat — human↔OpenHuman control channel + working receive loop (#4660) 2026-07-07 10:48:26 -07:00
Cyrus GrayandGitHub 25ce5b7239 fix(flows): default require_approval to false in the builder (B3) (#4651) 2026-07-07 22:38:32 +05:30