Commit Graph
2665 Commits
Author SHA1 Message Date
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
Steven EnamakelandGitHub 5345f2a834 test: expand e2e raw coverage across agent, channels, inference, memory, tools (#3023) 2026-05-30 14:38:50 -07:00
acb12adf80 feat(model-council): multi-model deliberation — parallel members + chair synthesis (#2890)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 10:59:31 -07:00
d08882b219 fix(memory_tree): code quality improvements on batch tree fetch (PR #2976 follow-up) (#3020)
Co-authored-by: Maciej Myszkiewicz <mmyszkiewicz@bwcoders.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Taimoor <astikkosapparel009@gmail.com>
2026-05-30 10:14:28 -07:00
597290822a feat(intelligence): add Graph Cohesion (#2978)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 10:14:15 -07:00
18dbe41528 fix(i18n): localize ChatGPT OAuth strings with real translations (replaces #2975) (#3021)
Co-authored-by: obchain <riteshnikhoriya94@gmail.com>
Co-authored-by: Taimoor <astikkosapparel009@gmail.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:47:15 -07:00
6c3ad6388d feat(intelligence): add Namespace Overview (#2964)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:45:58 -07:00
Steven EnamakelandGitHub 29f8806fdb feat(settings): Crypto + Notifications hubs, wallet send/receive & multi-network balances (#3027) 2026-05-30 09:34:09 -07:00
e30f9f0c73 feat(settings): make autocomplete tuning fields editable (#2973)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:33:10 -07:00
c29cefd01d perf(memory_tree): batch chunk + score fetch in fetch_leaves (#2941)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:20:03 -07:00
b37bab7134 feat(vault): expose approved markdown writes (#2936)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:19:34 -07:00
c56897e0d1 fix(i18n): localize MicComposer getUserMedia error messages (#2966)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:18:18 -07:00
2baf6b8ab4 feat(intelligence): add Connection Path finder (#2946)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:17:55 -07:00
52a72fb311 feat(intelligence): add Entity Associations (#2942)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:14:20 -07:00
24f2b502be perf(memory_tree): batch tree fetch in flush_stale_buffers (#2976)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:13:06 -07:00
55b840ec1f fix(i18n): localize ChatGPT OAuth strings in onboarding ApiKeysStep (#2975)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:12:57 -07:00
YOMXXXandGitHub 4d3cc4fff3 fix(memory-sync): migrate Linear provider to memory_tree (#2885) (#3018) 2026-05-30 08:46:17 -07:00
HarinayanandGitHub a388a10c57 fix: add Open button to knowledge vault rows with Obsidian deep link fallback (#2909) (#3014) 2026-05-30 08:40:29 -07:00
AryanandGitHub 5517b1701e feat(tokenjuice): add Rust toolchain reduction rules (#2963) 2026-05-30 08:37:35 -07:00