Commit Graph
1055 Commits
Author SHA1 Message Date
97ff4f53d3 refactor(subconscious): replace task system with agent-per-tick model (#3079)
Co-authored-by: Steven Enamakel's Droid <enamakel.agent@tinyhumans.ai>
Co-authored-by: oxoxDev <164490987+oxoxDev@users.noreply.github.com>
Co-authored-by: sanil-23 <sanil@tinyhumans.ai>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 22:02:46 -07:00
3136ef5483 feat(meet): pre-fill owner display name from Persona settings (refs #2945) (#3034)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 22:01:55 -07:00
Steven EnamakelandGitHub 57865fd4a3 feat(mascot): sync Rive mascot with new poses, viseme codes & mood detection (#3173) 2026-06-01 21:11:09 -07:00
6ba2ba2717 fix(cron): make cron_run non-blocking, enqueue async execution (#3127) (#3142)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-01 21:06:42 -07:00
Steven Enamakel's DroidandGitHub 5890dc56c7 feat: sync budget controls + agent activity level picker (#3117) (#3174) 2026-06-01 20:44:33 -07:00
Steven Enamakel's DroidandGitHub e9f3e3a7da fix(inference): normalize 0.0.0.0 to 127.0.0.1 in Ollama URL + add endpoint edit button (#3161) 2026-06-01 20:36:29 -07:00
YOMXXXandGitHub 37ac828258 fix(sentry): bind scope user at session boundaries + core boot (#3135) (#3176) 2026-06-01 20:15:33 -07:00
YOMXXXandGitHub 33245e8e64 fix(runtime): apply 16 MiB worker stack to desktop core + agent CLI runtimes (#3159) (#3175) 2026-06-01 20:14:27 -07:00
YOMXXXandGitHub 12fd0f7c63 refactor(composio): extract derive_toolkit_slug helper (#3035) 2026-06-01 20:11:25 -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
Steven EnamakelandGitHub 8849c00785 feat(analytics): wire product event tracking (#3123) 2026-06-01 17:06:04 -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
github-actions[bot] fbe0b46eb8 chore(release): 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
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
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 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 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 daa0a13f2e feat(agent): apply iteration turn cap only to short-running agents (#3056) 2026-05-30 21:27:40 -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 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
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
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
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
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
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
46b6c1f95c feat(settings): surface approval history audit trail (#2949)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 08:35:33 -07:00
YOMXXXandGitHub c70ef5c3ef fix(composio): clarify Zoho Mail readiness (#2914) (#3013) 2026-05-30 08:34:17 -07:00
fb8068e92e feat(cron): complete smart scheduling flow from chat + polish cron management UI (#2943)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 08:25:50 -07:00
dd1439e2dc feat(intelligence): add Memory Timeline (#2950)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 08:16:11 -07:00
26f418af2d feat(intelligence): add Knowledge Freshness (#2932)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 07:43:01 -07:00