Commit Graph
254 Commits
Author SHA1 Message Date
sanil-23andGitHub a1b7c29338 fix(chat): classify resume-on-reopen errors + de-poison thread (#3714)
Classifies resume-on-reopen failures (session_expired / network / poisoned-history) instead of the generic catch-all, and evicts a 400-poisoned warm session so the thread self-heals. Closes #3714.
2026-06-17 13:14:03 +05:30
afab6e5ede fix(embeddings): prevent + handle LM Studio "No models loaded" embed flood (Sentry TAURI-RUST-4P4) (#3687) (#3688)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-16 00:19:42 -07:00
461f39bd6b feat(agent-team): live teammate execution + messaging (#3374) (#3637)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-16 12:49:31 +05:30
6b6db6129a feat(memory): windowed cover_window tool + 24h morning brief (#3700)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 23:39:28 -07:00
1e0985f576 [merge 3/5] test: agent harness behaviors JSON-RPC E2E suite (#3471) (#3667)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:41:43 -07:00
bf6fd85006 feat(intelligence): worktree isolation frontend + RPC wiring (#3376) (#3696)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:41:26 -07:00
7811bb0ab8 feat(agentbox): GMI Cloud AgentBox marketplace adapter (#3620) (#3651)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:02:51 -07:00
445b11afc2 fix(inference): cap extraction max_tokens + classify provider 402 to stop the retry/Sentry storm (#3616) (#3617)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 18:27:39 -07:00
27739ee59e fix(embeddings): prevent + handle custom endpoint with no embeddings API (Sentry TAURI-RUST-5JR) (#3625) (#3629)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-14 22:06:06 -07:00
2944b83fc0 fix: hardening audit pass 1 — core RPC auth, inference resilience, secrets, deep-link CSRF (#3652)
Co-authored-by: WOZCODE <contact@withwoz.com>
2026-06-14 12:26:05 -07:00
595fb41c9b fix(memory): route only unrecoverable job failures to error status (#3365) (#3630)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-13 13:28:15 -07:00
sanil-23andGitHub 110fb5b08c feat(mcp): MCP servers usable by the agent end-to-end — auth, OAuth, agent bridge (#3495) (#3648) 2026-06-13 12:48:36 -07:00
Steven EnamakelandGitHub 03678e3b6d feat(profiles): top-level agent profiles — soul, memory, skills, MCP, connectors (#3632) 2026-06-12 17:02:42 -07:00
Steven EnamakelandGitHub 75a6f2891b feat(agent): steer_subagent + wait_subagent for running async sub-agents (#3641) 2026-06-12 17:02:32 -07:00
Steven Enamakel's DroidandGitHub a557fc6b8c fix(ci): resolve 3 flaky CI failure categories (#3618) 2026-06-12 09:08:54 -07:00
Steven EnamakelandGitHub 9389e544b6 fix(memory_sync): keep memory tree synced & compressed — coverage-tracked reconcile, workspace periodic sync, queue self-heal (#3613) 2026-06-12 00:40:30 -07:00
8e2b1cf2cc feat(mcp): auto-reconnect installed servers via a background supervisor (#3312) (#3571)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 18:08:12 -07:00
sanil-23andGitHub 247bf652c2 fix(inference): preserve streaming tool_call id on empty continuation deltas (#3610) 2026-06-12 02:43:28 +05:30
oxoxDevandGitHub ab9b39c2e0 feat(workflow-runs): live workflow execution engine (#3375 PR2) (#3600) 2026-06-11 12:55:28 -07:00
oxoxDevandGitHub 324146b491 feat(agent-team): quality-gated task completion + member shutdown (#3374 PR3) (#3596) 2026-06-11 18:03:29 +05:30
Steven EnamakelandGitHub 6a194a2be3 feat(x402): add EVM/Base chain support and dedicated agent tool (#3564) 2026-06-09 17:36:47 -07:00
oxoxDevandGitHub b010fecc63 feat(agent_team): durable team coordination model + read/claim controllers (#3374) (#3546) 2026-06-09 08:16:13 -07:00
oxoxDevandGitHub 631525ebdc fix(inference): preserve Gemini thought_signature across tool-call turns (TAURI-RUST-4PK) (#3548) (#3553) 2026-06-09 08:15:38 -07:00
oxoxDevandGitHub f277a410cb feat(agent_orchestration): durable workflow-run model + read surface (#3375) (#3500) 2026-06-09 17:03:12 +05:30
32f85a3c82 refactor(agents): make memory-agent retrieval on-demand, not pre-emptive (#3521)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 01:12:03 -07:00
oxoxDevandGitHub 9b85a64b58 feat(agent_orchestration): background command-center run list (#3373) (#3497) 2026-06-08 07:26:25 -07:00
Steven EnamakelandGitHub c9f942805c Split skills registry and runtime modules (#3481) 2026-06-08 07:13:48 -07:00
oxoxDevandGitHub 4c734afe6d fix(inference): point MiniMax at its OpenAI-compatible /v1 endpoint (#3401) (#3402) 2026-06-08 18:26:49 +05:30
Steven Enamakel's DroidandGitHub e213afc456 fix(test): stabilize flaky MCP client E2E tests under cargo-llvm-cov (#3485) 2026-06-07 22:59:21 -07:00
Steven EnamakelandGitHub 3ae5bab787 feat(mcp-registry): redesign MCP tab with official registry as primary source (#3480) 2026-06-07 21:22:29 -07:00
Steven Enamakel's DroidandGitHub 418d3e6ae8 fix(test): stabilize flaky Rust and Vitest tests (#3479) 2026-06-07 15:13:10 -04:00
sanil-23andGitHub d7c4f35155 fix(memory-sources): hide inactive Composio connections in sources list (#3413) 2026-06-07 05:40:59 -04:00
d22d9c987e refactor(workflows): complete skills→workflows rename (internal + wire/FE) [#3324 follow-up] (#3412)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-07 05:40:50 -04:00
Steven EnamakelandGitHub 3fb8375b23 refactor(inference): retire local_ai rpc namespace (#3476) 2026-06-07 03:53:49 -04:00
Steven EnamakelandGitHub 53373234a7 Run memory agent from agent config (#3454) 2026-06-07 03:26:17 -04:00
Steven EnamakelandGitHub 7133daec05 feat(chat): enable reasoning multimodal attachments (#3458) 2026-06-07 01:11:07 -04:00
Steven EnamakelandGitHub 8afc49d840 Fix Gmail raw-backed memory tree sync (#3459) 2026-06-06 19:49:28 -04:00
Steven Enamakel's DroidandGitHub 0cf27b6460 feat(composio): support multiple account connections per toolkit (#3443) 2026-06-06 18:34:06 -04:00
Steven Enamakel's DroidandGitHub 6cf53c0282 feat(memory): add Conversation as a memory source kind (#3441) 2026-06-06 15:55:20 -04:00
Steven EnamakelandGitHub 0ac6e6a5bc feat(subconscious): add scratchpad deep research loop (#3439) 2026-06-06 14:29:44 -04:00
Steven EnamakelandGitHub 5c6dbf3649 feat(agent): gate subagent delegation by allowlist (#3426) 2026-06-06 11:42:24 -04:00
Steven EnamakelandGitHub 2ea4540766 feat(agent_memory): add memory retrieval domain with smart walk parser fix (#3421) 2026-06-06 04:51:57 -04:00
Steven EnamakelandGitHub 75eda6f855 fix(memory): batch embedding retries (#3422) 2026-06-06 04:51:43 -04:00
CodeGhost21andGitHub a7516a83bd feat(voice): global push-to-talk hotkey (#3090) (#3349) 2026-06-05 18:38:03 -04:00
Cyrus GrayandGitHub 9411188ea8 feat(memory-sync): configurable global sync interval (4h/12h/24h/manual) (#3408) 2026-06-05 10:12:07 -04:00
Steven EnamakelandGitHub c0ac77fcac Improve council agent UX and persistence (#3393) 2026-06-05 10:04:13 -04:00
Cyrus GrayandGitHub c23d6ff20c feat(memory-sources): disable non-syncable toolkits in Add Source picker (#3395) 2026-06-05 17:44:55 +05:30
YellowSnnowmannandGitHub 05785981d8 fix(composio): enrich connection picker with cached account identity (#3356) (#3400) 2026-06-05 16:30:13 +05:30
95118d5a7d refactor(workflows): merge skills into the unified workflows primitive (#3324)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-06-04 23:44:39 -04:00
Steven EnamakelandGitHub 52e4d0610d Persist agent run ledger state (#3391) 2026-06-04 23:44:25 -04:00