Commit Graph
787 Commits
Author SHA1 Message Date
Zavian WangandGitHub f2bc0d3a41 fix(composio): retry post-oauth action readiness error (#1707) 2026-05-14 21:35:23 -07:00
Srinivas VaddiandGitHub cd911ab18d Allow private HTTP core URLs (#1765) 2026-05-14 21:24:30 -07:00
Sathvik GilakamsettyandGitHub 1e169bd588 refactor(api): migrate callers to effective_backend_api_url (#1764) 2026-05-14 21:23:06 -07:00
CodeGhost21andGitHub 1fb0bef571 fix(observability): classify SessionExpired at agent layer (OPENHUMAN-TAURI-26) (#1763) 2026-05-14 21:22:17 -07:00
Zavian WangandGitHub 915a41da18 feat(mcp): add stdio memory server (#1760) 2026-05-14 21:21:23 -07:00
72a365c9ce fix(channels): demote channel-message 404s to typed error (OPENHUMAN-TAURI-2Y) (#1732)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 21:07:13 -07:00
YellowSnnowmannandGitHub 1550e9f428 fix: pre-CEF single-instance mutex guard on Windows + provider retry for 502s (#1723) 2026-05-14 21:06:39 -07:00
CodeGhost21andGitHub 6cb82a36ad fix(voice): forward audio setup errors through setup_tx (OPENHUMAN-TAURI-AE) (#1770) 2026-05-14 19:48:37 -07:00
Steven EnamakelandGitHub 6ab6a86cf2 feat(orchestrator): use reasoning-quick-v1 for low-latency chat (#1761) 2026-05-14 18:54:18 -07:00
obchainandGitHub c65d8ce3a6 fix(composio): retry once on post-OAuth auth-error gap (#1688) (#1708) 2026-05-14 18:53:31 -07:00
Sathvik GilakamsettyandGitHub c4e9ce7338 fix(memory): add fallback model chain for unavailable GMI models (#1704) 2026-05-14 18:52:06 -07:00
3165306bd1 feat(voice): fully-local STT + TTS via Whisper/Piper provider factory (#1755)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 14:27:51 -07:00
Steven EnamakelandGitHub 7d8826f303 test: expand unit + e2e coverage from test-map (batch 2) (#1752) 2026-05-14 12:39:23 -07:00
dd30a4b029 fix(memory_tree, e2e tests ): deterministic query_topic ordering + robust CEF cleanup (#1751)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 11:58:18 -07:00
a7a262ba9c chore(migrations): phase out PROFILE.md from disk on schema_version=1 (#1734)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 11:57:39 -07:00
Steven EnamakelandGitHub 38924e37cc feat(agent): add dedicated crypto_agent for wallet & market ops (#1397) (#1736) 2026-05-14 11:35:33 -07:00
Steven EnamakelGitHubRafael Figuereodependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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
Steven EnamakelandGitHub 1c58d478c5 test(harness): smart mock LLM provider + fake Composio backend + 21 new tests (#1729) 2026-05-14 05:11:06 -07:00
oxoxDevandGitHub 23fbaecc19 Fix composio integrations URL base normalization (#1715) 2026-05-14 04:59:14 -07:00
Steven EnamakelandGitHub 7b95c37aee test: expand unit + e2e coverage from test-map across core domains (#1724) 2026-05-14 04:58:07 -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
oxoxDevGitHubgoogle-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>Claude Opus 4.7Steven EnamakelZavian Wangobchain
5e6073baaa fix(windows): retry-with-backoff for transient FS errors on auth-profiles.lock + .openhuman wipe (#9E, #9C, #4Y, #61, #5Q, #9F, #4M) (#1641)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Zavian Wang <36817799+Zavianx@users.noreply.github.com>
Co-authored-by: obchain <167975049+obchain@users.noreply.github.com>
2026-05-13 20:07:55 -07:00
4870bc2078 Fix UTF-8 body_preview slicing in memory ingest (#1620)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-13 20:07:20 -07:00
8ae921dd68 fix(normalization): guard function.arguments against malformed JSON and default to {} (#1645)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-13 20:07:04 -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
70083897a0 fix(integrations): fall back to default backend when api_url points at local AI (#51, #80, #7Z) (#1630)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-13 19:44:18 -07:00
a1735b5589 feat(orchestrator): collapse per-integration delegation into one tool (#1335) (#1488)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-13 19:21:42 -07:00
c3abafdf11 fix(agent): refresh delegation surface on mid-session Composio connect/revoke (#1687)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 19:16:45 -07:00
oxoxDevGitHubgoogle-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>Claude Opus 4.7
9363ec9d54 fix(si_server): idempotent start_session, suppress benign 'session already active' (#5J, #5H) (#1635)
Signed-off-by: oxoxDev <nikhil@tinyhumans.ai>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 14:27:52 -07:00
obchainandGitHub d46abe1a7e fix(credentials): recover from stale auth-profiles.lock (#1636) 2026-05-13 14:27:41 -07:00
ef1fd95ec1 feat(memory): add #1538 benchmark fixtures for retrieval scenarios (#1561)
Co-authored-by: Leo <leo@openclaw.ai>
Co-authored-by: Gaurang Patel <gaurang.patel@example.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: unn-Known1 <unn-Known1@users.noreply.github.com>
Co-authored-by: MiniMax Agent <mini-max-agent@users.noreply.github.com>
2026-05-13 14:26:33 -07:00
Sathvik GilakamsettyandGitHub 022ce306b0 fix(memory): use floor_char_boundary in body_preview slice (#1681) 2026-05-13 14:26:10 -07:00
CodeGhost21andGitHub 9f565d84fc fix(triage): defer instead of error on prompt-guard rejection (OPENHUMAN-TAURI-X) (#1678) 2026-05-13 14:25:48 -07:00
CodeGhost21andGitHub ca0920f168 fix(socket): route sustained-outage escalation through observability classifier (OPENHUMAN-TAURI-BH) (#1672) 2026-05-13 14:25:06 -07:00
Zavian WangandGitHub b7032e65bf test(local-ai): serialize Ollama env mutations (#1656) 2026-05-13 14:22:32 -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
CodeGhost21andGitHub cf27eff002 fix(observability): skip Sentry for vision-disabled RAM-tier errors (OPENHUMAN-TAURI-3B) (#1623) 2026-05-13 14:18:42 -07:00
Steven EnamakelandGitHub c18530f594 fix(settings): round-trip LLM provider model_routes and consolidate UI (#1660) 2026-05-13 11:24:40 -07:00
Steven EnamakelandGitHub bd72d78b32 fix(agent): synthesise delegate_<toolkit> tools after live integrations fetch (#1670) 2026-05-13 11:06:09 -07:00
CodeGhost21andGitHub 39f641d467 fix(team): preserve anyhow cause chain in backend RPC error envelopes (OPENHUMAN-TAURI-AD) (#1647) 2026-05-13 11:01:06 -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
19dd2071c3 perf(composio/gmail): cut redundant fetches on incremental sync (#1404) (#1474)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-13 10:58:28 -07:00
CodeGhost21andGitHub 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
CodeGhost21andGitHub 737314e7b6 fix(si_server): skip Sentry for benign "session already active" start_session race (OPENHUMAN-TAURI-5H) (#1625) 2026-05-13 10:48:32 -07:00
CodeGhost21andGitHub bfcf398664 fix(whatsapp_data): preserve anyhow cause chain in RPC error envelopes (OPENHUMAN-TAURI-6B) (#1639) 2026-05-13 22:40:33 +05:30
256f004c36 feat(local_ai): unify memory embeddings — cloud Voyage default + live local toggle + dev infra (#1640)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 09:16:59 -07:00
Steven EnamakelandGitHub 1d37d2dfca fix(api): safely join api_url + path so misconfigured base can't corrupt routes (#1650) 2026-05-13 08:39:34 -07:00
CodeGhost21andGitHub ffbdb82ac5 fix(observability): skip Sentry for transport-level update.check_releases failures (OPENHUMAN-TAURI-2F) (#1605) 2026-05-13 08:00:47 -07:00
CodeGhost21andGitHub a13f8421ed fix(observability): skip Sentry for transport-level + transient-upstream errors (TAURI-32 / 5Z / 2G) (#1601) 2026-05-13 07:55:53 -07:00