Commit Graph
2869 Commits
Author SHA1 Message Date
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 08cbd9813d feat(memory): defer embeddings to post-sync batch pass (#3428) 2026-06-06 07:17:30 -04:00
Steven EnamakelandGitHub 728073b0f8 fix(keyring): guard empty OPENHUMAN_WORKSPACE and improve boot diagnostics (#3427) 2026-06-06 07:07:52 -04:00
Steven EnamakelandGitHub 7ef726c56a Fix keyring backend env override (#3423) 2026-06-06 05:00:28 -04:00
Steven EnamakelandGitHub 2ea4540766 feat(agent_memory): add memory retrieval domain with smart walk parser fix (#3421) 2026-06-06 04:51:57 -04:00
Steven EnamakelandGitHub 75eda6f855 fix(memory): batch embedding retries (#3422) 2026-06-06 04:51:43 -04:00
Steven EnamakelandGitHub 8b0bf9d3dc fix(task-sources): sync and prune stale tasks (#3418) 2026-06-05 21:04:06 -04:00
Steven EnamakelandGitHub 4bd115e6a2 docs: consolidate CLAUDE.md into AGENTS.md symlink (#3419) 2026-06-05 19:32:15 -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
sanil-23andGitHub 5fa8785274 fix(agent): create action_dir on boot + separator-correct tilde expansion (#3353) (#3411) 2026-06-05 11:11:55 -04:00
github-actions[bot] 82d89ee853 chore(release): v0.57.18 v0.57.18 2026-06-05 14:39:05 +00:00
oxoxDevandGitHub ecad06534a fix(shell): bounded macOS/Linux CEF cache-lock wait + graceful init failure (TAURI-RUST-F) (#3337) 2026-06-05 10:16:05 -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
oxoxDevandGitHub d6dfcfbe27 fix(inference): stop Codex CLI import user-state errors flooding Sentry (#3403) (#3404) 2026-06-05 10:11:55 -04:00
YellowSnnowmannandGitHub 77cfea2b61 fix(composio): show connection ID in picker when no identity cached (#3405) 2026-06-05 10:10:29 -04:00
oxoxDevandGitHub 6056ed9310 test(credentials): cover rename-stage retry + best-effort tmp cleanup (#3364 follow-up) (#3398) 2026-06-05 10:09:23 -04:00
mysma-9403andGitHub a1cd789d60 perf(memory): batch re-embed backfill into one provider request (#3392) 2026-06-05 10:07:17 -04:00
Steven EnamakelandGitHub c0ac77fcac Improve council agent UX and persistence (#3393) 2026-06-05 10:04:13 -04:00
Cyrus GrayandGitHub 5d2a4f934f feat(intelligence): strip Memory tab to core view, hide analysis sub-pills (#3397) 2026-06-05 17:45:28 +05:30
Cyrus GrayandGitHub 11fae79346 feat(appearance): add global font size setting (#3120) (#3396) 2026-06-05 17:45:10 +05:30
Cyrus GrayandGitHub c23d6ff20c feat(memory-sources): disable non-syncable toolkits in Add Source picker (#3395) 2026-06-05 17:44:55 +05:30
Cyrus GrayandGitHub ec5c26c170 fix(memory-sync): reliable per-source sync indicators and counters (#3308) 2026-06-05 17:44:41 +05:30
github-actions[bot] 9523f720e0 chore(release): v0.57.17 2026-06-05 12:00:42 +00:00
Mega MindandGitHub 0752c4a1aa fix(channels): presentation module private in release breaks the build (v0.57.16 release-blocker) (#3406) 2026-06-05 17:29:16 +05:30
github-actions[bot] 08e0b95f47 chore(release): v0.57.16 2026-06-05 11:05:41 +00:00
YellowSnnowmannandGitHub 05785981d8 fix(composio): enrich connection picker with cached account identity (#3356) (#3400) 2026-06-05 16:30:13 +05:30
95118d5a7d refactor(workflows): merge skills into the unified workflows primitive (#3324)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-06-04 23:44:39 -04:00
Steven EnamakelandGitHub 52e4d0610d Persist agent run ledger state (#3391) 2026-06-04 23:44:25 -04:00
f091bc5337 feat(memory): clean noisy Notion markdown before ingest (#3381)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-04 23:44:13 -04:00
Steven EnamakelandGitHub e1d25d8bf4 Persist thread sidebar visibility (#3390) 2026-06-04 18:58:01 -04:00
Steven EnamakelandGitHub 090c987fff Test subagent cache reuse and chat tier routing (#3389) 2026-06-04 18:36:58 -04:00
oxoxDevandGitHub 25cd13df68 fix(keyring): don't mint a new master key on keychain access-denied (#3311) (#3338) 2026-06-04 18:12:33 -04:00
CodeGhost21andGitHub d710252eef feat(mcp): multi-server lifecycle — enable/disable + error visibility (#3196) (#3339) 2026-06-04 18:11:39 -04:00
7edfb043d3 docs: add Urdu (ur-pk) README translation with RTL support (#3387)
Co-authored-by: AMIK-coorporations <info@amik.co>
2026-06-04 18:11:02 -04:00
813f86354f feat(task-board): autonomous task runs as live task sessions (View work, cancel, degeneration guards) (#3380)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-04 18:04:34 -04:00
Mega MindandGitHub 33385821ca feat(accessibility): vision-click fallback for Electron/partial-AX apps (8/8 of #3307) (#3362) 2026-06-05 02:45:27 +05:30
07093e899b feat(memory): Notion doc-aware versioned memory tree + page-content ingest (#3378)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 16:47:54 -04:00
Steven EnamakelandGitHub 1083c3112d feat(agent): expose agent library surface (#3383) 2026-06-04 16:25:31 -04:00
Steven EnamakelandGitHub f514bece86 feat(monitor): add first-class background monitor module (#3382) 2026-06-04 16:25:19 -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
Steven EnamakelandGitHub e075320d83 feat(agent): add control specialists and async subagent spawning (#3379) 2026-06-04 13:42:15 -04:00
oxoxDevandGitHub e7e26efb3e fix(credentials): reject expired session locally + gate usage polling — RCA for backend 401 flood (#3297) (#3384) 2026-06-04 13:37:06 -04:00
Mega MindandGitHub f3e70e67ab feat(notch): always-visible macOS notch status pill (6/8 of #3307) (#3345) 2026-06-04 22:46:32 +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
ea7ada79a4 Implement SQLite-backed mtime state store (#3186)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-04 11:42:12 -04:00