eecd11cf0b
fix(observability): drop 401 session-expired Sentry noise ( #25 , #1Q, #27 , #1G) ( #1719 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-15 04:13:44 -07:00
oxoxDev and GitHub
f583829d10
Filter transient updater Sentry noise ( #1716 )
2026-05-14 21:36:36 -07:00
Sathvik Gilakamsetty and GitHub
1e169bd588
refactor(api): migrate callers to effective_backend_api_url ( #1764 )
2026-05-14 21:23:06 -07:00
CodeGhost21 and GitHub
1fb0bef571
fix(observability): classify SessionExpired at agent layer (OPENHUMAN-TAURI-26) ( #1763 )
2026-05-14 21:22:17 -07:00
Zavian Wang and GitHub
915a41da18
feat(mcp): add stdio memory server ( #1760 )
2026-05-14 21:21:23 -07:00
4d5e0d5aad
fix(orchestrator): prefer live integrations over memory_tree for inbox/doc queries ( #1731 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Rafael Figuereo <rafaelfiguereod@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-14 05:37:00 -07:00
bf9404a42f
fix(providers): drop budget-exhausted 400s from Sentry (#3M, #12 , #13 ) ( #1633 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 04:18:30 -07:00
59e469c3df
fix(observability): classify backend 4xx as BackendUserError (OPENHUMAN-TAURI-BC) ( #1676 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-13 20:06:50 -07:00
c2502a6c1a
fix(agent): skip Sentry on max-iteration cap, emit info ( #99 , #98 ) ( #1634 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-13 20:05:13 -07:00
41e548b3d8
fix(observability): drop transient backend_api + integrations failures from Sentry ( #1632 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-13 14:20:33 -07:00
CodeGhost21 and GitHub
cf27eff002
fix(observability): skip Sentry for vision-disabled RAM-tier errors (OPENHUMAN-TAURI-3B) ( #1623 )
2026-05-13 14:18:42 -07:00
83d5adba66
feat(local_ai): bind owned ollama serve lifecycle to openhuman ( #1622 ) ( #1638 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-13 10:59:34 -07:00
CodeGhost21 and GitHub
ca07ec339d
fix(observability): skip Sentry for local-AI "<x> binary not found" errors (OPENHUMAN-TAURI-9N) ( #1669 )
2026-05-13 10:52:19 -07:00
CodeGhost21 and GitHub
a13f8421ed
fix(observability): skip Sentry for transport-level + transient-upstream errors (TAURI-32 / 5Z / 2G) ( #1601 )
2026-05-13 07:55:53 -07:00
Steven Enamakel and GitHub
9871ccfb1a
fix(tests): stop TEST_ENV_LOCK poison cascade turning 1 panic into 38 ( #1604 )
2026-05-13 02:39:18 -07:00
4a36b4fed4
fix(observability): skip Sentry for param-validation errors (OPENHUMAN-TAURI-20) ( #1575 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 22:50:06 -07:00
ea9a897eea
fix(scheduler_gate): ignore SIGNED_OUT override when gate is uninit (unblocks Rust Core test suite) ( #1552 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 21:38:13 -07:00
5fc6c51e31
fix(memory): health-gate Ollama embeddings, fall back to cloud (OPENHUMAN-TAURI-B7) ( #1555 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 21:36:54 -07:00
6d2e722fa8
fix(threads): typed ThreadNotFound error + skip Sentry for stale-thread RPCs (OPENHUMAN-TAURI-4H, -60) ( #1570 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 21:30:34 -07:00
afdc268040
fix(observability): drop transient upstream HTTP from Sentry (429/408/502/503/504) ( #1529 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 20:45:06 -07:00
59bbf67e4e
refactor: move inline cfg-gated platform imports to top-level use statements ( #1564 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 20:11:07 -07:00
75097e66d5
fix(rpc): rewrite legacy method names server-side before dispatch (OPENHUMAN-TAURI-BQ) ( #1544 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 19:57:06 -07:00
2f2f98516a
fix(rpc): normalize legacy un-namespaced method names in dispatcher (OPENHUMAN-TAURI-9Q) ( #1541 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 19:56:51 -07:00
386b0025ed
fix(observability/auth): handle JWT-required expiry path and normalize backend API base URLs ( #1551 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 19:56:24 -07:00
54a9396f88
fix(ollama): URL builder + local-AI noise suppression bundle ( #1553 )
...
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai >
2026-05-12 19:50:33 -07:00
Steven Enamakel and GitHub
8b4350ea33
fix(auth): stop 401 cascade after session expiry (OPENHUMAN-TAURI-1T) ( #1516 )
2026-05-12 02:31:09 -07:00
Steven Enamakel and GitHub
6729fe9453
fix(observability): render full anyhow chain so Sentry events are diagnosable ( #1511 )
2026-05-11 19:35:22 -07:00
Steven Enamakel and GitHub
60a5c4f90f
fix(auth): treat missing backend session token as auth-expired ( #1504 )
2026-05-11 18:14:44 -07:00
sanil-23 and GitHub
12ef69b89f
feat(learning): ambient personalization cache for #566 ( #1460 )
2026-05-10 09:45:40 -07:00
Steven Enamakel and GitHub
bdf4a75fe5
🧪 Add tests for summarize_rpc_result ( #1418 )
2026-05-09 14:25:58 -07:00
Steven Enamakel and GitHub
6e2d69792d
Add seed phrase onboarding and multi-chain wallet setup ( #1407 )
2026-05-09 13:54:10 -07:00
Steven Enamakel and GitHub
0636b0c1a5
feat(meet_agent): live note-taking agent for Google Meet (listen + speak) ( #1355 )
2026-05-07 20:10:42 -07:00
Steven Enamakel and GitHub
319afbe565
feat(composio/slack): port Gmail-style ingest pipeline, retire memory/slack_ingestion ( #1354 )
2026-05-07 19:21:52 -07:00
Steven Enamakel and GitHub
836a6d852c
feat(meet): join Google Meet calls with mascot virtual camera ( #1350 )
2026-05-07 17:56:05 -07:00
5f1989d9cb
SYM-231: lock security policy registry route ( #1311 )
...
Co-authored-by: Jwalin Shah <jshah1331@gmail.com >
2026-05-07 12:09:36 -07:00
Steven Enamakel and GitHub
abec9921c4
feat(logging): rotate embedded core + shell logs to ~/.openhuman/logs ( #1278 )
2026-05-06 13:53:45 -07:00
a35ba10bb2
feat(channels): expose WhatsApp Web data to agent via structured RPC API ( #1308 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-06 13:11:52 -07:00
oxoxDev and GitHub
5f3a9693d9
fix(tauri): clean shutdown + orphan reap ( #1060 ) ( #1248 )
2026-05-05 22:36:33 -07:00
Steven Enamakel and GitHub
0eeb0c6c78
feat(observability): centralize error reporting with Sentry tags across core ( #1264 )
2026-05-05 21:32:17 -07:00
b1b82f4202
feat(people): add contact resolution and scoring ( #1259 )
...
Co-authored-by: Jwalin Shah <jshah1331@gmail.com >
2026-05-05 16:53:59 -07:00
fff1339532
feat(memory): per-source memory sync status ( #1136 ) ( #1250 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-05 15:34:28 -07:00
259c49e90f
Unify core JSON-RPC dispatch behind controller registry ( #1238 )
...
Co-authored-by: Jwalin Shah <jshah1331@gmail.com >
2026-05-05 11:10:32 -07:00
Steven Enamakel and GitHub
49a9b835b6
Persist turn state + restore conversation history on cold-boot ( #1202 )
2026-05-04 22:02:51 -07:00
62516ba418
feat(memory_tree): cloud-default LLM, queue priority, entity filter, Memory tab UI ( #1198 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 20:52:56 -07:00
Steven Enamakel and GitHub
24019ed516
feat(core): version/shutdown/update RPCs + mid-thread integration refresh ( #1195 )
2026-05-04 18:07:36 -07:00
CodeGhost21 and GitHub
b574256f75
chore(sentry): rename OPENHUMAN_SENTRY_DSN → OPENHUMAN_CORE_SENTRY_DSN ( #1186 )
2026-05-04 22:57:43 +05:30
Steven Enamakel and GitHub
e6b491bcf1
feat(threads): surface live subagent work in parent thread ( #1122 ) ( #1159 )
2026-05-03 19:51:46 -07:00
Steven Enamakel and GitHub
52eb3a175f
feat(memory): singleton ingestion + status RPC + UI pill ( #1126 )
2026-05-03 12:52:55 -07:00
Steven Enamakel and GitHub
5523434516
refactor(session): flatten session_raw/, switch md to YYYY_MM_DD ( #1098 )
2026-05-02 12:58:09 -07:00
Steven Enamakel and GitHub
9dd878cbfb
feat(scheduler-gate): throttle background AI on battery / busy CPU ( #1062 )
2026-04-30 23:13:34 -07:00