Commit Graph
234 Commits
Author SHA1 Message Date
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
Steven EnamakelandGitHub 090c987fff Test subagent cache reuse and chat tier routing (#3389) 2026-06-04 18:36:58 -04:00
CodeGhost21andGitHub d710252eef feat(mcp): multi-server lifecycle — enable/disable + error visibility (#3196) (#3339) 2026-06-04 18:11:39 -04:00
813f86354f feat(task-board): autonomous task runs as live task sessions (View work, cancel, degeneration guards) (#3380)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-04 18:04:34 -04:00
07093e899b feat(memory): Notion doc-aware versioned memory tree + page-content ingest (#3378)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 16:47:54 -04:00
Steven EnamakelandGitHub 1083c3112d feat(agent): expose agent library surface (#3383) 2026-06-04 16:25:31 -04:00
Steven EnamakelandGitHub f514bece86 feat(monitor): add first-class background monitor module (#3382) 2026-06-04 16:25:19 -04:00
Cyrus GrayandGitHub 0d9002fcfc feat(memory-sources): default sync sources on with conservative caps, per-source settings & All In (#3304) 2026-06-04 10:34:22 -04:00
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
Steven EnamakelandGitHub 7af7283471 feat(agent): reduce orchestrator prompt bloat (#3367) 2026-06-04 10:30:20 -04:00
3119965c70 feat: tighten runtime policy + transport guards v3 (#3306)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-04 08:13:16 -04:00
06f8a629b4 feat(settings): make action_dir editable in Agent OS access (#3240) (#3305)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-04 01:36:55 -04:00
oxoxDevandGitHub 46fad3a50a fix(composio): correct direct-mode v3 execute contract + classify 404/410 as action-not-found (#3219) (#3298) 2026-06-04 00:52:54 -04:00
Steven EnamakelandGitHub 1a85d242e2 feat(chat): Quick/Reasoning toggle + resolved model display (#3325) 2026-06-04 00:38:14 -04:00
Steven EnamakelandGitHub 0fa0c3a1a0 fix(chat): rename default thread label to general (#3319) 2026-06-03 22:23:46 -04:00
Steven EnamakelandGitHub c3b9b2d665 feat(agent): add active-run steering and queue controls (#3317) 2026-06-03 19:43:37 -04:00
e3c3624a82 feat(orchestrator): wire generate_presentation + require grounding (#2780) (#3029)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Cyrus Gray <cyrus@tinyhumans.ai>
2026-06-03 18:36:36 +05:30
Steven EnamakelandGitHub 2bb692d9af feat(settings): add UI for sandbox execution backend configuration (#3265) 2026-06-03 00:43:42 -04:00
Steven EnamakelandGitHub 928f516d86 feat(todos): atomic claim primitive for task-board dispatch (#3258) 2026-06-02 20:01:49 -07:00
3a7180da77 feat(security): explicit agent turn origin + fail-closed approval gate + memory provenance (#3227)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-02 19:25:30 -07:00
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