Commit Graph
262 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub 022653705d feat(subconscious): factory — one reflection engine, many worlds (memory + tinyplace) (#4550) 2026-07-05 00:40:48 -07:00
Cyrus GrayandGitHub 1de7506972 feat(flows): Workflows B4 — agent proposes a workflow (#4472) 2026-07-04 01:56:34 +05:30
YellowSnnowmannandGitHub 8c58d3adab feat(meet): Recall Calendar auto-join that replies, connect card on Meetings page, reply-name setting (#4391) 2026-07-02 18:11:50 +05:30
7bf18562a1 fix(memory): surface cross-host vault paths on a shared core (#4278) (#4330)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 22:11:52 +05:30
cfe5c7df46 feat(chat): image / video / document attachment button with drag-drop and paste (#4135) (#4292)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 20:19:49 +05:30
Cyrus GrayandGitHub 5853aaa36c feat(meet): redesign Meetings — platform selector + history master-detail (#4308) 2026-06-30 18:53:25 +05:30
obchainandGitHub 767bf1d515 fix(security): harden untrusted-input sinks (find file-write, source links, deep links) (#4158) 2026-06-30 17:17:24 +05:30
Steven Enamakel's DroidandGitHub 90f77a64cf feat(browser): add Playwright backend (#4140) 2026-06-30 17:17:19 +05:30
Steven EnamakelandGitHub d746fec3ef feat(mascot): load Human mascots from GitHub manifest (#4312) 2026-06-29 20:46:20 -07:00
Steven EnamakelandGitHub 637dff0bdf feat(tokenjuice): Headroom-inspired content router, compressors, CCR + savings (#4123) 2026-06-25 14:28:27 -07:00
Steven EnamakelandGitHub 58598da3a3 feat(cost): LLM pricing + context-window catalog, pre-fills model registry (#4124) 2026-06-25 11:26:59 -07:00
Steven EnamakelandGitHub 25e6ae96f3 refactor(subconscious): structured memory_diff → prepare_context → decide tick (#4107) 2026-06-25 09:20:47 -07:00
Cyrus GrayandGitHub 71b2609aa4 feat(chat): human-language agent processing — server tool labels + persisted thoughts (#4054) 2026-06-25 18:36:29 +05:30
Steven EnamakelandGitHub 16c2c46f1b feat(super-context): harness-driven first-turn context collection (default on) (#4085) 2026-06-24 20:30:34 -07:00
Cyrus GrayandGitHub f05b971fb2 feat(chat): surface agent Thoughts inline + relocate parent narration into processing (#4019) 2026-06-23 15:42:59 -07:00
oxoxDevandGitHub 87837130d9 feat(error-page): copyable Sentry event id, reveal-logs + support link (#3980) (#4004) 2026-06-23 11:52:29 -07:00
e15f90ef63 fix(chat): don't fold a pipe-bearing prose line into a preceding table (#3978)
Co-authored-by: ly-wang19 <ly-wang19@users.noreply.github.com>
2026-06-23 11:47:45 -07:00
Steven EnamakelandGitHub 4c2277070f feat(agent): agent_prepare_context tool + context_scout subagent (#3949) 2026-06-23 10:22:38 -07:00
2412ec7afc [codex] fix auth session persistence on transient /auth/me (#3746)
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-22 13:33:09 -07:00
6762efd7f3 Omlx local provider (#3862)
Co-authored-by: OpenHuman <package@openhuman.org>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-22 13:00:51 -07:00
f61e416aae feat(subconscious): event-driven trigger pipeline + orchestrator (#3650)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-22 19:36:09 +05:30
sanil-23andGitHub e1f5fd7c4a fix(chat): keep morning-brief heading+body in one chat bubble (#3807) (#3851) 2026-06-22 19:16:22 +05:30
b0fa43c89d fix(auth): handle legacy /auth web callback route (#3800)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-22 19:10:10 +05:30
Steven EnamakelandGitHub c3d86a4ea7 fix(chat): decouple provider webviews from thread routes (#3896) 2026-06-22 17:24:32 +05:30
sanil-23andGitHub d4db739b22 fix(billing): gate credits per selected chat-mode tier (BYO) (#3767) (#3775) 2026-06-22 16:08:46 +05:30
60350f0041 fix(openrouter): use the loopback's bound port in the OAuth callback_url (#3904)
Co-authored-by: ly-wang19 <ly-wang19@users.noreply.github.com>
2026-06-22 01:43:53 -07:00
3cf3c5443b feat: wire up Connect Discord OAuth on the Rewards page (#3748)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 12:50:00 +05:30
sanil-23andGitHub a229edea36 fix(auth): surface the silent /auth/me store-failure that bounces login to signin (#3734) 2026-06-17 18:26:17 +05:30
YellowSnnowmannandGitHub 5265525761 feat(meetings): calendar-triggered auto-join prompt + Meeting Assistant settings UI (#3721) 2026-06-17 17:23:57 +05:30
756b434821 feat(agent): vision-v1 tier + vision sub-agent for image understanding (#3699)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:53:37 -07:00
bf6fd85006 feat(intelligence): worktree isolation frontend + RPC wiring (#3376) (#3696)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:41:26 -07:00
2944b83fc0 fix: hardening audit pass 1 — core RPC auth, inference resilience, secrets, deep-link CSRF (#3652)
Co-authored-by: WOZCODE <contact@withwoz.com>
2026-06-14 12:26:05 -07:00
sanil-23andGitHub e105e63c0c feat(claude-code): opt-in agent provider + OpenHuman memory over MCP, macOS auth fix (#3310) (#3647) 2026-06-14 01:40:52 +05:30
d61d72c092 feat(settings): Desktop Agent setup panel (permissions, seamless mode, always-on, wake-word) (#3634)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-13 19:20:32 +05:30
Steven EnamakelandGitHub 5bf7daeb32 refactor: rename tabs, flatten composer, polish UI (#3611) 2026-06-12 01:05:22 -07:00
sanil-23andGitHub 247bf652c2 fix(inference): preserve streaming tool_call id on empty continuation deltas (#3610) 2026-06-12 02:43:28 +05:30
sanil-23andGitHub c73e754bab fix(skill_registry): single-flight + stale-while-revalidate catalog loading (#3607) 2026-06-11 23:04:05 +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 04bec23405 IA revamp: restructure app navigation and settings for everyday users (phased) (#3518) 2026-06-09 21:00:00 -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
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 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 0ac6e6a5bc feat(subconscious): add scratchpad deep research loop (#3439) 2026-06-06 14:29:44 -04:00
Steven EnamakelandGitHub 8b0bf9d3dc fix(task-sources): sync and prune stale tasks (#3418) 2026-06-05 21:04:06 -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
Mega MindandGitHub 769e8ef249 feat(voice): Phase 3 fast command router (7/8 of #3307) (#3346) 2026-06-05 00:07:58 +05:30
Mega MindandGitHub e40fec9331 feat(voice): always-on Settings toggle + debug panel + i18n (5/8 of #3307) (#3344) 2026-06-04 21:24:08 +05:30
ce3ac82ecf feat(settings): make action_dir editable via Settings → Agent access (#3313)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-04 10:34:46 -04:00