Commit Graph
2683 Commits
Author SHA1 Message Date
YOMXXXandGitHub 12fd0f7c63 refactor(composio): extract derive_toolkit_slug helper (#3035) 2026-06-01 20:11:25 -07:00
019038b688 fix(subagent): box-pin engine recursion to fix tokio worker stack overflow (#3151)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 19:47:34 -07:00
7bfff4574d perf(memory_tree): batch drill_down BFS walker per depth (#3032)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:41:26 -07:00
018248a55a revert: remove all Sentry error suppression (12 PRs) (#2959)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: sanil-23 <sanil@alphahuman.xyz>
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-01 17:41:13 -07:00
12908e2ccd fix(ai-settings): reset orphaned local-runtime routing when the runtime is disabled (#3167)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 17:40:47 -07:00
51a1d1b034 test(scripts): run OpenClaw formatter tests without vitest (#3063)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:19:19 -07:00
e4cb9ab717 fix(scripts): reject invalid mock API ports (#3072)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:18:35 -07:00
468793b828 fix(scripts): validate i18n bundle dist flag (#3071)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:18:09 -07:00
c0cccb14e5 fix(scripts): add help to coverage gates (#3070)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:17:23 -07:00
8319b95074 fix(scripts): normalize agent-batch help exits (#3068)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:16:50 -07:00
17a55818f9 fix(scripts): make checklist help exit cleanly (#3067)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:16:11 -07:00
54fd16c0d0 docs: clarify script install verification status (#3066)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 17:15:49 -07:00
30034b50b7 refactor(agent): unwire eager 7-day memory-tree digest from turn loop (#3170) (#3171)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 17:10:32 -07:00
Steven EnamakelandGitHub 8849c00785 feat(analytics): wire product event tracking (#3123) 2026-06-01 17:06:04 -07:00
f24adaca57 fix(composio): complete connection-disconnect cleanup (config entry + memory tree) (#3140)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 04:11:57 +05:30
511ad84bf4 test: green Rust Core Coverage (stale assertions + env-race serialization) (#3156)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 03:33:14 +05:30
oxoxDevandGitHub 817c2a0301 fix(memory/safety): exclude bare-phone patterns from strict PII rejection (#2848) (#3028) 2026-06-01 14:22:25 -07:00
e9c38ea615 fix(inference): surface actionable error when Managed route fails with no credits (#3121)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 14:03:42 -07:00
Steven EnamakelandGitHub 1f463dd7ea feat(security): separate agent action sandbox from internal workspace state (#3074) 2026-06-01 12:07:07 -07:00
df99680c18 feat(agent/multimodal): support [FILE:…] markers with text extraction (#2777) (#2954)
Co-authored-by: Cyrus Gray <cyrus@tinyhumans.ai>
2026-06-01 22:08:56 +05:30
oxoxDevandGitHub 4187561ded feat(memory): record real LLM cost in sync audit (#3110) (#3150) 2026-06-01 21:26:12 +05:30
oxoxDevandGitHub 4ab9e98a11 fix(agent): refresh orchestrator integration context on mid-session OAuth (#3044) (#3153) 2026-06-01 21:25:00 +05:30
github-actions[bot] fbe0b46eb8 chore(release): v0.57.5 v0.57.5 2026-06-01 15:50:19 +00:00
Steven EnamakelandGitHub 46812db44b feat(ui): hide dev-only features in production, clean up homepage (#3157) 2026-06-01 08:49:08 -07:00
Steven Enamakel's DroidandGitHub 7ca56362dc fix(inference): accept reasoning field alias for thinking-mode providers (#3124) 2026-06-01 07:52:54 -07:00
Cyrus GrayandGitHub b04e1f8729 feat(chat): auto-resize composer textarea to fit content (#3139) 2026-06-01 20:16:14 +05:30
e9c69a42fb fix(oauth): extend loopback listener lifetime 60s -> 300s (#3145)
Co-authored-by: Cyrus Gray <cyrus@tinyhumans.ai>
2026-06-01 19:53:59 +05:30
a40cd7e64d test: fix flaky/stale tests blocking Rust E2E + coverage CI on main (#3147)
Co-authored-by: Cyrus Gray <cyrus@tinyhumans.ai>
2026-06-01 18:41:51 +05:30
Steven EnamakelandGitHub 4b26267f5c fix(auth): gracefully drop OAuth profiles with missing access_token (#3125) 2026-05-31 22:54:36 -07:00
ceb769aecc feat(memory): redesign sync flow with ingest_summary, graph improvements, audit log (#3113)
Co-authored-by: Steven Enamakel <stevent95@gmail.com>
2026-05-31 21:39:02 -07:00
Steven Enamakel's DroidandGitHub 2a0cdb0d12 feat(config): add UI control for agent action timeout (#3100) (#3112) 2026-05-31 21:37:21 -07:00
Steven Enamakel's DroidandGitHub 6540411104 fix(auth): resolve login redirect loop on first login (#3109) 2026-05-31 21:36:49 -07:00
Steven Enamakel's DroidandGitHub 6edb7ccff9 fix(tools): additive-safe tool filter prevents stale snapshots from stripping cron tools (#3118) 2026-05-31 21:36:10 -07:00
github-actions[bot] 721ebe9452 chore(release): v0.57.4 v0.57.4 2026-05-31 20:53:28 +00:00
github-actions[bot] 225b1dabf6 chore(release): v0.57.3 2026-05-31 10:02:12 +00:00
Steven EnamakelandGitHub faf2fd8df3 feat(memory): smart multi-strategy retrieval walk (#3077) 2026-05-31 02:05:58 -07:00
Steven EnamakelandGitHub fbe89ba7b6 feat(subagent): persist sub-agent runs and let orchestrator relay user messages (#3055) 2026-05-30 23:51:33 -07:00
Steven EnamakelandGitHub 6574872c38 feat: prompt user consent when OS keyring is unavailable (#3075) 2026-05-30 23:49:19 -07:00
327de34f65 feat(mcp): ship MCP registry — unhide UI, transport-aware install, reconfigure, registry creds (#3039) (#3058)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 23:49:07 -07:00
Steven EnamakelandGitHub 4e221e978b Expand inference provider catalog (#3057) (#3062) 2026-05-30 22:37:06 -07:00
Steven EnamakelandGitHub f64f10e3c1 refactor(memory): remove global+topic trees in favor of source trees (#3059) 2026-05-30 22:36:21 -07:00
Steven EnamakelandGitHub 850d275841 feat(memory): repo-grouped GitHub raw archive + entities & priority (#3047) 2026-05-30 21:35:45 -07:00
Steven EnamakelandGitHub daa0a13f2e feat(agent): apply iteration turn cap only to short-running agents (#3056) 2026-05-30 21:27:40 -07:00
Steven EnamakelandGitHub 18435f11d6 feat(tools): expose ~160 agent tools across 23 core domains (overextending tools default-OFF) (#3050) 2026-05-30 21:25:20 -07:00
Steven EnamakelandGitHub a997d8ad17 feat(ui): user-friendly tool and agent labels in the chat tool timeline (#3054) 2026-05-30 21:00:42 -07:00
Steven EnamakelandGitHub 36a3f3fa65 feat: Memory subtabs + WebGL memory graph; drop Knowledge Vaults (#3040) 2026-05-30 20:21:58 -07:00
Steven Enamakel's DroidandGitHub 8677eb643c ci(release): gate main_head push to main behind manual approval (#2622) (#3045) 2026-05-30 20:16:39 -07:00
Steven Enamakel's DroidandGitHub b92d61c3ad fix(test): correct round21 summarize assertion to expect real newlines (#3038) 2026-05-30 19:21:53 -07:00
Steven Enamakel's DroidandGitHub 2a958e87e0 fix(chat): surface real inference error detail instead of generic apology (#3033) 2026-05-30 18:30:51 -07:00
Steven EnamakelandGitHub e092efdf88 fix(bootcheck): warn instead of block on public HTTP core URLs (#3031) 2026-05-30 16:32:26 -07:00