Commit Graph
773 Commits
Author SHA1 Message Date
oxoxDevandGitHub fc9f162de5 feat(intelligence): team-aware task board UI (#3374) (#3583) 2026-06-11 15:11:40 +05:30
Cyrus GrayandGitHub b4e64ac624 feat(chat): Agentic task insights timeline + Agent Process Source panel (#3580) 2026-06-11 10:17:41 +05:30
Cyrus GrayandGitHub 620bfe7b16 feat(assistant): show the user's mascot on the "Talk to Tiny" chip (#3582) 2026-06-11 10:17:20 +05:30
Cyrus GrayandGitHub d9ad7755da feat(brain): ambient-glow loading overlay (#3586) 2026-06-10 19:08:53 +05:30
Cyrus GrayandGitHub 4bc8e62e91 fix(settings): normalize all panels to the settings UI contract (#3575) 2026-06-10 17:52:08 +05:30
Cyrus GrayandGitHub 94c5d22931 feat(settings): global settings search bar (#3574) 2026-06-10 17:52:01 +05:30
Cyrus GrayandGitHub 23b3830623 feat(brain): Brain memory surface — center bottom-bar button → full-page knowledge graph (#3578) 2026-06-10 16:46:09 +05:30
Cyrus GrayandGitHub 55522ad48b fix(i18n): restore "Subconscious" as the user-facing label (#3573) 2026-06-10 15:51:55 +05:30
Cyrus GrayandGitHub 2595abac97 fix(i18n): restore Composio labels on Connections Apps tab (#3569) 2026-06-10 14:44:13 +05:30
Cyrus GrayandGitHub 04bec23405 IA revamp: restructure app navigation and settings for everyday users (phased) (#3518) 2026-06-09 21:00:00 -07:00
YellowSnnowmannandGitHub 3f0d9f6ef8 feat(meetings): respondTo required + wake-phrase filtering UI (#3555) 2026-06-09 13:31:37 -07:00
Mega MindandGitHub 2974605a46 feat(automate): browser + app keyboard-shortcut fast-paths, artist-aware Music, actionable responses (#3558) 2026-06-09 13:31:28 -07:00
f41a0a03dd chore(chat): disable chat attachments by default (#3562)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-09 22:11:24 +05:30
sanil-23andGitHub b01e1d5c43 feat(chat): make reasoning-v1 vision-capable; remove pro-reasoning tier (#3545) 2026-06-09 06:01:08 -07:00
oxoxDevandGitHub d72f300c17 feat(intelligence): background agent command center UI (#3373) (#3499) 2026-06-09 17:01:54 +05:30
Cyrus GrayandGitHub da5092d469 feat(nav): remove agent profile avatar from bottom tab bar (#3533) 2026-06-09 03:48:03 -07:00
Mega MindandGitHub c403fd5c51 chore(voice): hide always-on listening toggle in VoicePanel for now (#3531) 2026-06-09 15:24:09 +05:30
e003f1776f feat(chat): add always-managed Pro-reasoning tier (pro-reasoning-v1) (#3519)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 23:50:55 -07:00
sanil-23andGitHub f68069e502 fix(observability): classify inference errors on backend errorCode (F2/F3/F4/F6/F7/F8) (#3520) 2026-06-08 15:57:33 -07:00
Sathvik GilakamsettyandGitHub 8de862c139 feat(meetings): add config, types, store, and notification actions for Meeting Assistant (#3516) 2026-06-08 10:08:19 -07:00
f891fb1508 feat(chat): per-model vision flag for custom/BYOK image attachments (#3282) (#3420)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 20:01:03 +05:30
Steven EnamakelandGitHub d9eb79fd56 feat(mcp-registry): rich install screen and table UI redesign (#3492) 2026-06-08 07:19:11 -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 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
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 7133daec05 feat(chat): enable reasoning multimodal attachments (#3458) 2026-06-07 01:11:07 -04:00
Steven EnamakelandGitHub ece264ff8f feat: add assistant response view setting (#3455) 2026-06-06 23:24:14 -04:00
Steven EnamakelandGitHub bc1674b60f feat(skill-registry): add skill registry module with browse/install UI (#3457) 2026-06-06 20:02:20 -04:00
Steven EnamakelandGitHub 0128e914dc fix(i18n): avoid fixed signup credit amount (#3462) 2026-06-06 20:00:52 -04:00
Steven EnamakelandGitHub f6917f2ece feat(ui): add taskbar agent profile switcher (#3456) 2026-06-06 19:53:14 -04:00
Steven EnamakelandGitHub 21015cf57d feat(cost): add usage spend insights (#3461) 2026-06-06 19:49:36 -04:00
Steven EnamakelandGitHub bb67282232 Simplify Google Meet connection CTA (#3453) 2026-06-06 19:16:53 -04:00
Steven EnamakelandGitHub e356c5cd5a feat(ios): complete QR tunnel pairing flow (#3452) 2026-06-06 19:04:52 -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 Enamakel's DroidandGitHub 1514a2e62d fix(i18n): replace English placeholders with native translations (#3442) 2026-06-06 15:09:39 -04:00
Steven EnamakelandGitHub 7fa3c215ea feat(ui): move agents library to Intelligence tab (#3438) 2026-06-06 14:44:57 -04:00
Steven EnamakelandGitHub 0ac6e6a5bc feat(subconscious): add scratchpad deep research loop (#3439) 2026-06-06 14:29:44 -04:00
Steven EnamakelandGitHub 638e5caad5 refactor: split 24 oversized Rust modules into sub-module directories (#3424) 2026-06-06 12:35:11 -04:00
Steven EnamakelandGitHub 5c6dbf3649 feat(agent): gate subagent delegation by allowlist (#3426) 2026-06-06 11:42:24 -04:00
Steven EnamakelandGitHub 8b0bf9d3dc fix(task-sources): sync and prune stale tasks (#3418) 2026-06-05 21:04:06 -04:00
1d2b6a7d06 feat(task-board): surface all statuses + drag-and-drop on the Kanban board (#3399)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-06-05 18:45:45 -04:00
CodeGhost21andGitHub a7516a83bd feat(voice): global push-to-talk hotkey (#3090) (#3349) 2026-06-05 18:38:03 -04:00
Steven EnamakelandGitHub 298c3e5b23 feat(skills): add Hermes-style skill explorer (#3388) 2026-06-05 11:12:27 -04:00
b3be665937 feat(agent_meetings): wire mascotId through full stack + fix tests (#3363)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 10:15:26 -04:00
oxoxDevandGitHub 43233c6137 chore(welcome): remove orphaned useBackendReachable probe (#2037) (#3410) 2026-06-05 10:13:09 -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