Commit Graph
1055 Commits
Author SHA1 Message Date
819a83e6d4 test(auth): cover Composio upstream 401 session guard (#2544)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-24 21:46:32 -07:00
9cffd3a17f fix(memory): sanitize fts5 user queries (#2531)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-24 21:43:33 -07:00
3cf3b1f7a8 feat: add ToolPolicy middleware for tool-loop allow/deny gate (#2303)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 21:28:55 -07:00
b969c3e456 fix(memory): clarify missing ollama embedding model (#2533)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-24 21:24:11 -07:00
Steven EnamakelandGitHub 5a7f204314 test(memory): expand sync, vault, and artifact rust coverage (#2594) 2026-05-24 21:15:15 -07:00
Steven EnamakelandGitHub 91f2774102 refactor(security): move secret store under keyring (#2592) 2026-05-24 21:15:05 -07:00
Steven EnamakelandGitHub 8f2e68db0d feat(embeddings): onboarding step + graceful degradation when disabled (#2591) 2026-05-24 20:13:07 -07:00
Steven EnamakelandGitHub 45a1502629 fix(e2e): stabilize appium docker harness (#2589) 2026-05-24 19:48:13 -07:00
Steven EnamakelandGitHub 29ac3eccf6 fix(i18n): backfill locale translations (#2588) 2026-05-24 19:29:49 -07:00
Steven EnamakelandGitHub 41c6686e7c refactor(memory): separate tree policy from generic engine + E2E tests (#2585) 2026-05-24 18:38:14 -07:00
Steven EnamakelandGitHub 2903607491 feat(voice): add voice provider registry with third-party STT/TTS support (#2586) 2026-05-24 18:25:31 -07:00
Steven EnamakelandGitHub dc1e64d997 feat(embeddings): configurable embedding providers with dedicated settings panel (#2583) 2026-05-24 16:17:55 -07:00
Steven EnamakelandGitHub a222808576 test(memory): share workspace env lock (#2582) 2026-05-24 15:21:58 -07:00
fa62b7be2a feat(auth): add local offline login (#2208)
Co-authored-by: shadowdoggie <shadowdoggie@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-24 15:20:35 -07:00
Steven EnamakelandGitHub 76ce014e20 fix(ai): route local inference through provider router + revamp settings UI (#2580) 2026-05-24 14:51:25 -07:00
Steven EnamakelandGitHub a47740d4c9 test(memory): extend memory coverage across retrieval and tooling (#2574) 2026-05-24 13:21:12 -07:00
Steven EnamakelandGitHub 59c1687dd4 Fix provider model testing and add MCP coming soon placeholder (#2570) 2026-05-24 10:30:03 -07:00
Steven EnamakelandGitHub e9ca97c48c feat(mcp): split mcp_client/registry, multi-registry, boot-spawn + setup agent (#2559) 2026-05-23 22:15:33 -07:00
Steven EnamakelandGitHub f66e7e433c feat(encapsulation): cross-platform directory jail for agents/tools (#2557) 2026-05-23 20:39:19 -07:00
Steven EnamakelandGitHub 85e84210db feat: prod-test 2026-05-23 — composer, settings reorg, MCP/search, alpha banners (#2554) 2026-05-23 19:36:31 -07:00
Steven EnamakelandGitHub cf600a93ff feat(memory_tree): consolidate module + add agentic walk tool + tests (#2556) 2026-05-23 19:23:28 -07:00
Steven EnamakelandGitHub f8c9698ecc feat(inference): OpenAI-compatible /v1 router with user-managed API key (#2523) 2026-05-23 08:33:33 -07:00
7745d58945 refactor(config): optimize backend URL resolution & local AI endpoint detection (#2496)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-23 02:36:33 -07:00
974abba755 fix(memory/ingestion): bound the job channel + reject submits at cap (#2442) (#2444)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-23 01:47:13 -07:00
Steven EnamakelandGitHub 3e5a083793 feat(ios): iOS client with QR pairing, E2E-encrypted tunnel, and push-to-talk (#1420) 2026-05-23 01:44:50 -07:00
fe37b132ee fix(observability): demote OpenHuman backend unknown-model 400 (TAURI-RUST-2Z1) (#2464)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-23 01:31:05 -07:00
Steven EnamakelandGitHub 97553caf23 feat(wallet): complete multi-chain signing + broadcast (EVM/BTC/Solana/Tron) (#2519) 2026-05-23 01:13:01 -07:00
f62bc968a6 Feat/2358 clear reembed skipped (#2443)
Co-authored-by: Vladimir Yastreboff <vlad@Vladimirs-MacBook-Air.local>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 01:05:28 -07:00
48548a223b feat(app): UI control for max_actions_per_hour (#2486) (#2500)
Co-authored-by: Chen Qian <cq@Chens-MacBook-Pro.local>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 00:52:54 -07:00
Steven EnamakelandGitHub 6a0903035f feat(search): unified search-engine selector + Brave Search (#2516) 2026-05-23 00:33:53 -07:00
Steven EnamakelandGitHub f29a20fd0f fix(agent): remove welcome agent flow (#2517) 2026-05-23 00:33:12 -07:00
Steven EnamakelandGitHub ac67a95b50 feat(keyring): OS keychain for secrets with dev-mode file backend (#2513) 2026-05-23 00:30:50 -07:00
Steven EnamakelandGitHub 25da30f6b6 test(e2e): expand agent-harness coverage for channels + prompt flows (#2518) 2026-05-23 00:29:14 -07:00
Steven EnamakelandGitHub 9bae6d5563 feat(analytics): forward x-tauri-version and x-core-version on every backend request (#2514) 2026-05-22 22:46:55 -07:00
Steven EnamakelandGitHub e53204c7ec test(e2e): expand e2e coverage for 12 missing high-priority flows (#2512) 2026-05-22 22:15:12 -07:00
5b297251bb feat(composio): add Linear provider for Memory Tree ingest (#2402)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 20:43:32 -07:00
0b2e9fe758 fix(memory): bound ingestion queue to prevent OOM under runaway producers (#2451)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 20:42:35 -07:00
e9c9374313 feat(composio): curate OneDrive/Excel/Todoist + UI preview badge for uncurated toolkits (#2283) (#2361)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 19:55:57 -07:00
b087d7069a fix(observability,composio): demote direct-mode Composio 401/Invalid API key noise (Sentry TAURI-RUST-X9) (#2481)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 19:42:09 -07:00
ae6909f66b feat(tauri): support workspace file links (#2476)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 19:41:21 -07:00
2f5db77734 feat(approval): persist post-execution audit row alongside approval (#2135) (#2367)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 19:33:27 -07:00
g.sunilkumarandGitHub 299e54da32 fix(memory): localize background LLM prompts (#2447)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
2026-05-22 17:56:20 -07:00
Aqil AzizandGitHub 7e9c29d9f1 fix(triage): defer malformed cloud replies (#2415) 2026-05-22 17:54:35 -07:00
CodeGhost21GitHubcyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
49528de8fd fix(integrations): distinguish mid-OAuth / expired / failed states in spawn gate (#2365) (#2373)
Co-authored-by: cyrus@tinyhumans.ai <cyrus@tinyhumans.ai>
2026-05-22 17:45:44 -07:00
Mega MindandGitHub 50c84f9b4d feat(composio): add Linear as a native memory provider (#2452) 2026-05-22 17:41:17 -07:00
YellowSnnowmannandGitHub a6b19ce239 fix(agent-harness): dedup visible tool specs in all provider-call paths (#2446) 2026-05-22 17:40:34 -07:00
YellowSnnowmannandGitHub b0facb5e78 fix(config): preserve built-in reserved-slug cloud_providers across settings saves (#2457) 2026-05-22 17:40:09 -07:00
d6ee4aa0da Fix expired pending approvals lingering after restart (#2357)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 17:26:53 -07:00
03d1e2512e feat(e2e): complete E2E v2 suite — 66 specs, orchestrator, bug fixes (#2353)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 17:23:01 -07:00
9ac9613bd5 feat: make CORS origin configurable for cloud deployments (#2344)
Co-authored-by: Test User <test@example.com>
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-22 17:17:00 -07:00