Commit Graph
1234 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub c3ee5d420f feat(settings): Agents settings hub + dedicated agent editor (#3005) 2026-05-29 22:37:55 -07:00
e6bd1bd7b8 feat(wallet): surface multi-chain balances in Settings (#2686)
Co-authored-by: Srinivas Vaddi <38348871+vaddisrinivas@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: sanil-23 <sanil@vezures.xyz>
Co-authored-by: sanil-23 <sanil@alphahuman.xyz>
2026-05-29 20:29:26 -07:00
Steven EnamakelandGitHub 4c911240df feat(search): add registry-backed search module (#2999) 2026-05-29 19:41:01 -07:00
Steven EnamakelandGitHub ba498dbac9 feat(image): add image tool contracts (#2997) 2026-05-29 18:43:38 -07:00
Steven EnamakelandGitHub 709b371a23 feat(agent): add orchestration control plane (#2996) 2026-05-29 18:34:42 -07:00
Steven EnamakelandGitHub 86b7b6f30f feat(agent-registry): add configurable agent registry (#2993) 2026-05-29 16:58:03 -07:00
Steven EnamakelandGitHub 123e8b0353 refactor(rust): split oversized modules (#2991) 2026-05-29 16:36:56 -07:00
Steven EnamakelandGitHub 5e7a45671e docs(openhuman): add per-module READMEs for domain modules (#2992) 2026-05-29 16:09:53 -07:00
Steven EnamakelandGitHub 525eaf74d7 refactor(rust): move large inline tests to files (#2987) 2026-05-29 15:14:46 -07:00
Steven EnamakelandGitHub 97bf23c53a refactor(openhuman): codify canonical module shape, tidy offenders (#2986) 2026-05-29 14:31:44 -07:00
886c4a6342 feat: proactive agent task pipeline — dispatcher, approval, executors, write-back (#2974)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 14:26:31 -07:00
1ecc42d6b4 fix(memory): stamp memory freshness so stale context is never served as current (#2944) (#2979)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 14:04:44 -07:00
Steven EnamakelandGitHub 2920e4724a refactor(tools): move domain-owned tools into modules (#2977) 2026-05-29 13:08:50 -07:00
JustinandGitHub 977cbf959b feat(about_app): catalog entries for embedding provider selection (#2583 follow-up) (#2656) 2026-05-29 11:04:27 -07:00
JustinandGitHub 1d52548cdc feat(composio): migrate Notion provider to memory_tree pipeline (#2885) (#2887) 2026-05-29 11:01:29 -07:00
Steven EnamakelandGitHub 97808f6560 Revert gameplay-specific review workflows (#2962) 2026-05-29 10:59:32 -07:00
fb708b92ae fix(provider): fallback to config.api_key when auth-profiles.json has no key (#2724)
Co-authored-by: root <root@10.0.0.3>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 10:58:22 -07:00
45d1d2105b feat(skills,tools): schema↔serde roundtrip tests, triggers field, bus subscriber, registry integrity (#2718)
Co-authored-by: zahica1234 <i.milev001@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 10:56:58 -07:00
b7110d06be fix(observability): demote reliable_chat all_exhausted aggregate as ProviderConfigRejection (Sentry TAURI-RUST-4JS) (#2797)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 09:29:04 -07:00
Cyrus GrayandGitHub aac6515458 fix(observability): demote ollama daemon-unreachable to expected error (TAURI-RUST-B / #2921) (#2923) 2026-05-29 21:23:11 +05:30
Cyrus GrayandGitHub ab791700e2 fix(observability): extend is_budget_event to text-only tier-2 match (OPENHUMAN-CORE-N / #2935) (#2937) 2026-05-29 20:20:45 +05:30
YOMXXXandGitHub b313ee9577 fix(socket): refresh token before reconnect, fast-fail on Invalid token (#2892) (#2905) 2026-05-29 19:52:05 +05:30
1144274844 fix(observability): demote "Config loading timed out" out of Sentry (#2920)
Co-authored-by: Cyrus Gray <144336577+graycyrus@users.noreply.github.com>
2026-05-29 19:47:53 +05:30
YOMXXXandGitHub e9882f63c7 fix(embeddings): add 429 backoff to stop 31K Sentry event flood (#2898) (#2904) 2026-05-29 19:46:35 +05:30
Cyrus GrayandGitHub c52f75d258 fix(subconscious): suppress repeated Sentry noise when DB init fails (TAURI-RUST-A, closes #2903) (#2906) 2026-05-29 19:35:52 +05:30
Cyrus GrayandGitHub e65c05a068 fix(inference): return empty model list on 404 from /models endpoint (#2939) 2026-05-29 19:34:19 +05:30
Steven EnamakelGitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
6dceef7bf4 feat(agent): multi-agent personalities with scoped memory and delegation (#2895)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-05-29 19:31:46 +05:30
Steven EnamakelGitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
29bf148f38 feat(task-sources): proactive task ingestion from GitHub/Notion/Linear/ClickUp (#2894)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-05-29 19:30:34 +05:30
Steven EnamakelGitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
3e59548f12 Enrich agent task board workflow (#2891)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-05-29 19:19:03 +05:30
Steven EnamakelGitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
b72877445b feat(memory_sources): add Memory Sources domain — user-configurable data connectors (#2893)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-05-29 19:18:00 +05:30
Cyrus GrayandGitHub be28574726 fix(observability): suppress embeddings API-key 401 Sentry noise (CORE-RUST-EK) (#2934) 2026-05-29 19:01:54 +05:30
Cyrus GrayandGitHub 268de993c8 fix(observability): suppress composio-direct HTTP 403 Sentry noise (TAURI-RUST-322) (#2930) 2026-05-29 19:01:33 +05:30
Cyrus GrayandGitHub 981094628b fix(observability): demote expected chat failures out of Sentry (TAURI-RUST-68, closes #2926) (#2928) 2026-05-29 19:01:21 +05:30
Cyrus GrayandGitHub 1f65c8d60e fix(observability): suppress VOYAGE_API_KEY not configured Sentry noise (#2912) (#2915) 2026-05-29 19:00:23 +05:30
YellowSnnowmannandGitHub 9f3e161670 fix(agent): replay reasoning_content across native tool-call turns to prevent DeepSeek 400s (#2918) 2026-05-29 17:12:48 +05:30
Cyrus GrayandGitHub 63e64f20e9 fix(observability): suppress billing 401 Sentry noise (TAURI-RUST-E, #2922) (#2924) 2026-05-29 17:01:15 +05:30
Cyrus GrayandGitHub 04286cb53c fix(observability): suppress 429/rate-limit Sentry noise — TAURI-RUST-3 (#2899) 2026-05-29 14:41:39 +05:30
Cyrus GrayandGitHub c204e1b561 fix(inference): disable Responses API fallback for ollama/lmstudio — stops 404 Sentry noise (TAURI-RUST-59Y) (#2902) 2026-05-29 14:41:26 +05:30
YellowSnnowmannandGitHub 823b52a8e9 fix(observability): demote WhatsApp ingest SQLite lock noise (#2917) 2026-05-29 14:39:45 +05:30
Mega MindGitHubsanil-23Claude Opus 4.7sanil-23cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>Steven Enamakel
db3fdc2e6c feat(skills): scheduled dashboard + run/new pages + [github] preflight gate + composio-only GitHub I/O (#2882)
Co-authored-by: sanil-23 <sanil@alphahuman.xyz>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: sanil-23 <sanil@vezures.xyz>
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-29 10:17:58 +05:30
a41d9132ba fix(cwd_jail/windows): wire AppContainer network capabilities for jail.allow_net (#2637)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-28 21:10:56 -07:00
5a5cd43ea9 feat(search): add Querit provider (#2753)
Co-authored-by: wangxinwei03 <wangxinwei03@MacBook-Pro.local>
2026-05-28 21:06:26 -07:00
YOMXXXandGitHub 3278f2cb52 fix(conversations): release store lock during cold index rebuild (#2849) (#2886) 2026-05-29 09:29:01 +05:30
ebe364bad8 fix(inference): suppress spurious Sentry events for Ollama tool-schema rejection 400s (#2812)
Co-authored-by: Taimoor <astikkosapparel009@gmail.com>
2026-05-28 20:54:28 -07:00
dae1ef3489 perf(learning/user_profile): Aho-Corasick DFA for preference extraction + pattern coverage (#2878)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
2026-05-28 20:53:38 -07:00
mysma-9403andGitHub bc4de23782 perf(routing/quality): batch refusal detection via Aho-Corasick DFA (#2870) 2026-05-28 20:52:12 -07:00
e8075fdb4b fix(composio): update GitHub action slugs to current values (#2835)
Co-authored-by: Taimoor <astikkosapparel009@gmail.com>
2026-05-28 20:51:22 -07:00
dad5f42a38 fix(inference): fail-fast on empty model for cloud providers, demote nvidia-nim Sentry noise (#2811)
Co-authored-by: Taimoor <astikkosapparel009@gmail.com>
2026-05-28 20:50:55 -07:00
linruitaoandGitHub 1fdb3f76b0 fix(yuanbao): correct AuthBind plugin_version / bot_version mapping (#2804) 2026-05-28 20:49:39 -07:00
mysma-9403andGitHub 6881183857 perf(security): cache canonical workspace_dir to skip per-call canonicalize syscall (#2798) 2026-05-28 20:48:16 -07:00