Commit Graph
3704 Commits
Author SHA1 Message Date
github-actions[bot] 8c37dfd8d9 chore(release): merge release v0.58.18 back into main 2026-07-14 09:54:05 +00:00
github-actions[bot] 439a2e085c chore(release): v0.58.18 [skip ci] 2026-07-14 09:54:03 +00:00
8409a270eb fix(socket): medulla harness — session-scoped transcripts, latching abort, whole-task timeout (#4842)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 12:51:56 +04:00
edb69935ab feat(socket): medulla harness plane — drive an agent session over medulla:task_* (#4839)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 08:34:59 +04:00
Steven EnamakelandGitHub bc6e4947fc fix(flows): preserve literal tool-call markup in tool-less completions (#4750) 2026-07-14 07:11:10 +04:00
Steven EnamakelandGitHub 81a666f34a fix(ci): stabilize full test and desktop E2E lanes (#4838) 2026-07-14 06:58:44 +04:00
44a09b478f fix(orchestration): don't abort first agent link on 404 contact status (#4773)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 05:33:16 +04:00
oxoxDevandGitHub bddebcb572 fix(agent_orchestration): Unbounded timeout for delegation tools — delegate_tools_agent, run_code (#4734) (#4741) 2026-07-14 05:32:07 +04:00
49a3916d77 feat(orchestration): recognize Cursor & Windsurf as first-class harnesses (#4775)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 05:30:55 +04:00
oxoxDevandGitHub 3985222000 feat(privacy): S2 — egress descriptor + disclosure event (#4436) (#4812) 2026-07-14 05:29:58 +04:00
NgoQuocViet2001andGitHub 771155721d fix(appimage): reject bundles missing the CEF runtime (#4805) 2026-07-14 05:28:38 +04:00
YellowSnnowmannandGitHub e0a7b66e49 fix(orchestration): hide raw sub-agent dumps, dedup device tools, scope delegation, pin master-chat scroll (#4831) 2026-07-14 05:27:14 +04:00
oxoxDevandGitHub 821bac2eef feat(core): compile-time voice feature gate (voice + audio_toolkit) (#4803) (#4833) 2026-07-14 05:27:02 +04:00
github-actions[bot] 296d102bf4 chore(release): v0.58.17 [skip ci] 2026-07-13 19:41:10 +00:00
+1 1e39b0aebd chore(release): backmerge v0.58.16 into main (#4832)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mega Mind <146339422+M3gA-Mind@users.noreply.github.com>
Co-authored-by: Cyrus Gray <144336577+graycyrus@users.noreply.github.com>
Co-authored-by: oxoxDev <164490987+oxoxDev@users.noreply.github.com>
Co-authored-by: CodeGhost21 <164498022+CodeGhost21@users.noreply.github.com>
Co-authored-by: sanil-23 <sanil@tinyhumans.ai>
Co-authored-by: YellowSnnowmann <167776381+YellowSnnowmann@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-13 23:35:26 +04:00
Cyrus GrayandGitHub b6e489ea65 fix(flows): stop raw tool-call JSON and doubled replies in copilot chat (B25/B26) (#4836) 2026-07-14 00:53:21 +05:30
Cyrus GrayandGitHub 1b978634a0 fix(flows): gate flows_create so saving a scheduled/side-effecting flow can't silently arm it (#4835) 2026-07-14 00:46:00 +05:30
Cyrus GrayandGitHub 0d9c1269eb fix(flows): correct workflow_builder prompt posture (B27, B28) (#4834) 2026-07-14 00:22:31 +05:30
Mega MindandGitHub 108942bfe1 fix(agent): arm harness wall-clock ceiling so a wedged turn can't ship an empty reply (#4751) 2026-07-13 20:09:47 +04:00
Mega MindandGitHub 95d970e977 fix(web-channel): scope turn cancellation to request_id so a stale cancel cannot kill the next turn (#4760) (#4765) 2026-07-13 20:09:36 +04:00
Mega MindandGitHub 120ad6149f perf(memory): deterministic fast path for retrieve_memory — skip the model walk when data is present (#4768) 2026-07-13 20:09:29 +04:00
Mega MindandGitHub 75178af003 fix(runtime_python_server): pin click in bundled spaCy venv (Windows) (#4816) 2026-07-13 20:09:21 +04:00
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
Mega MindandGitHub cb1ae9d2ce fix(approval): RAII guard so a parked waiter is cleaned up on external turn teardown (#4819) 2026-07-13 20:08:48 +04:00
Cyrus GrayandGitHub 6a5b661bb7 fix(flows): dedupe double-rendered run output, add plain-language summary (#4822) 2026-07-13 21:22:01 +05:30
Cyrus GrayandGitHub 3796e30af3 fix(flows): condition-routing hard gate, engine validation, and null-arg reject (#4826) 2026-07-13 21:04:01 +05:30
oxoxDevandGitHub debca303de feat(core): runtime DomainSet composition axis — group-tagged registry + ambient filter (#4796) (#4808) 2026-07-13 19:16:02 +04:00
Steven EnamakelandGitHub d8a706fdb6 fix: allow Medulla to message accepted contacts (#4824) 2026-07-13 19:15:42 +04:00
Steven EnamakelandGitHub e38e81d008 test(memory): migrate engine coverage to TinyCortex (#4820) 2026-07-13 19:15:32 +04:00
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
Cyrus GrayandGitHub f517ff858e fix(flows): canvas re-sync after save + Fix with agent on failed runs (B21/B22) (#4823) 2026-07-13 20:12:03 +05:30
Steven EnamakelandGitHub 407fd8edd7 chore: update vendored submodules (#4815) 2026-07-13 17:27:56 +04:00
oxoxDevandGitHub f2abbc5e50 feat(privacy): S5 — PII / identification-risk detector (#4439) (#4813) 2026-07-13 03:59:24 -07:00
oxoxDevandGitHub aae842e36c fix(whatsapp_data): recover from SQLite corruption instead of re-flooding Sentry (#4733) (#4740) 2026-07-13 03:21:22 -07:00
Steven EnamakelandGitHub 9665b31900 feat: expose paid Medulla orchestration (#4807) 2026-07-13 02:58:46 -07:00
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
Steven EnamakelandGitHub 96c3703145 refactor(memory): complete TinyCortex engine migration (#4794) 2026-07-13 02:38:03 -07:00
Steven EnamakelandGitHub c58fe10b52 feat(inference): Phase 3 P3-B — crate-native turn path + delete compatible*.rs [WIP] (#4784) 2026-07-12 21:25:07 -07:00
Steven EnamakelandGitHub a67d6a5d94 feat(core): add pluggable core runtime and fleet host (#4791) 2026-07-11 22:30:37 -07:00
Steven EnamakelandGitHub 1d5862bc0c docs: refresh OpenHuman architecture docs (#4792) 2026-07-11 19:25:51 -07:00
Steven EnamakelandGitHub a1eb4e51fd refactor(tinycortex): W5 memory_search vector+scoring shim + remaining-Ws readiness map (#4790) 2026-07-11 15:58:28 -07:00
Steven EnamakelandGitHub 3fdd411da1 refactor(tinycortex): W7 — shim memory_tools over the crate tool_memory engine (#4789) 2026-07-11 15:48:16 -07:00
Steven EnamakelandGitHub 4a4d0f32b1 refactor(tinycortex): W7 — shim memory_diff over the crate DiffEngine (#4788) 2026-07-11 13:41:16 -07:00
Steven EnamakelandGitHub 9c5f5a03e4 refactor(tinycortex): W7 — shim memory_conversations over the crate (#4787) 2026-07-11 11:11:24 -07:00