Commit Graph
853 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub f65ef6a431 feat(vault): folder-of-files ingestion into memory (NotebookLM-style) (#1994) 2026-05-17 15:17:41 -07:00
Sathvik GilakamsettyandGitHub 3e7fde4c63 fix: add provider/model failover to streaming LLM calls (#2022) 2026-05-17 15:16:48 -07:00
Steven EnamakelandGitHub b43bba7dac test: expand and stabilize settings e2e coverage (#2024) 2026-05-17 15:15:21 -07:00
Steven EnamakelandGitHub 95f1f5f063 Refactor inference around external Ollama routing (#1975) 2026-05-17 02:37:42 -07:00
d412aaa72f fix (security): truncate command in policy.rs allowlist-miss Err return (#1967)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-17 01:36:49 -07:00
c7052709e7 Add background loop controls and usage diagnostics (#1965)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-17 01:35:55 -07:00
3297cf0125 feat: add config model pins for agents (#1905)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-17 01:34:58 -07:00
Steven EnamakelandGitHub 780510f618 feat(todos): add CRUD tool + RPC for the agent task board (#1983) 2026-05-16 22:28:32 -07:00
JustinandGitHub a6e311e744 feat(mcp): add memory navigation and entity discovery tools (#1974) 2026-05-16 21:02:44 -07:00
89d5ef96a4 fix(security): prevent path traversal in agent definition prompt file loading (#1904)
Signed-off-by: Jason L <jason@outland.art>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-16 20:44:47 -07:00
ibstellarandGitHub c8cd15be91 fix (prompt_injection): drop false positives on credential questions (#1968) 2026-05-16 20:35:36 -07:00
ibstellarandGitHub b4fd252c20 perf (prompt_injection): cache classifier behind Lazy<> (was Box-alloc per call) (#1962) 2026-05-16 20:23:54 -07:00
Pranav AgarkarandGitHub 33a76615e5 fix: add max size check on audio base64 input (closes #1944) (#1951) 2026-05-16 20:21:37 -07:00
Pranav AgarkarandGitHub 004775534b fix(security): truncate command in policy error message (closes #1941) (#1950) 2026-05-16 20:21:12 -07:00
ae0718cd90 fix(memory,security,perf): chunker line splitting, DNS rebinding guard, regex caching (#1918)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-16 20:19:20 -07:00
0fcbe0a177 fix(security): audit-log set_browser_allow_all RPC transitions (#1907)
Co-authored-by: Kiro <kiro@kiro.dev>
2026-05-16 20:16:37 -07:00
c87be6643a feat: expose embedding provider model signatures (#1901)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
2026-05-16 20:12:14 -07:00
7a7c899c5a feat: allow inline model pinning for subagents (#1896)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
2026-05-16 20:10:59 -07:00
Steven EnamakelandGitHub 95b7d084be feat(core): add managed runtime_python installer (#1976) 2026-05-16 18:36:02 -07:00
Steven EnamakelandGitHub f0b5fdb9d2 Add auth-aware MCP client transport layer (#1972) 2026-05-16 17:23:48 -07:00
Steven EnamakelandGitHub 18ca68a56c feat(runtime): add javascript facade and skill creator agent (#1971) 2026-05-16 17:23:35 -07:00
Steven EnamakelandGitHub fe8237af88 feat(core): add authenticated static directory hosting (#1966) 2026-05-16 16:43:58 -07:00
Steven EnamakelandGitHub d92cebdbdf test(rust): expand coverage for state, threads, and channel prompts (#1969) 2026-05-16 16:43:06 -07:00
Steven EnamakelandGitHub 0354a6c9e7 feat(audio): add podcast generation and delivery toolkit (#1970) 2026-05-16 16:08:56 -07:00
Steven EnamakelandGitHub 40a384ed65 feat(wallet): add default rpc and EVM execution tools (#1964) 2026-05-16 15:12:09 -07:00
Steven EnamakelandGitHub 40cd7c4d0d test(composio): expand mock provider coverage and add Codex ship skill (#1959) 2026-05-16 13:47:59 -07:00
Steven EnamakelandGitHub 6707d3f993 test(rust): move fake integration backend tests to extracted file (#1960) 2026-05-16 13:47:50 -07:00
Steven EnamakelandGitHub 351d561318 test(rust): expand smart harness coverage (#1961) 2026-05-16 13:22:49 -07:00
Steven EnamakelandGitHub 30a4a0706f Harden Rust custom provider routing and mock coverage (#1958) 2026-05-16 13:18:10 -07:00
Steven EnamakelandGitHub 91634d48c1 test(rust): deepen parallel subagent harness coverage (#1957) 2026-05-16 13:17:42 -07:00
ARYASH GUPTAandGitHub 8f93ca0cae fix(gmail): remove inbox-only sync restriction to enable sent-mail re… (#1902) 2026-05-16 01:36:54 -07:00
Steven EnamakelandGitHub dbbd33ea2c test(e2e): deep chat-harness coverage + streaming mock LLM + rust-e2e Linux lane (#1892) 2026-05-15 23:28:56 -07:00
f90a337bc0 Add agent task orchestration (#1768)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 21:36:08 -07:00
Steven EnamakelandGitHub 86b57281dc feat(providers): slug-keyed cloud providers + per-workload model routing (#1888) 2026-05-15 21:19:07 -07:00
258837e17b composio: preserve Composio tool error semantics instead of bucketing as 502 (#1797) (#1827)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 20:59:52 -07:00
159c0aa8fe Improve reset local data guidance for locked Windows files (#1811)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 20:32:14 -07:00
30345ccd3d Feat/gmail unsubscribe agent (#1657)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 20:30:37 -07:00
7968f3c783 fix(composio): normalize bare calendar dates to RFC 3339 before dispatch (#1802)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 20:02:50 -07:00
CodeGhost21andGitHub 574d40a40e fix(tauri): own reset_local_data lifecycle in shell (OPENHUMAN-TAURI-AF) (#1769) 2026-05-15 19:48:03 -07:00
ccedd7784c fix: make Rust log previews UTF-8 safe (#1874)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
2026-05-15 19:47:30 -07:00
Sathvik GilakamsettyandGitHub 5841856288 fix(streaming): fix SSE buffer corruption and add CJK sentence splitting (#1794) 2026-05-15 19:36:19 -07:00
ibstellarandGitHub 6eb18de721 feat(memory/chunker): recognize all 6 ATX heading levels (h1-h6) per CommonMark (#1881) 2026-05-15 19:34:07 -07:00
325a81bcd6 fix(composio): avoid nested auth retry (#1791)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:59:20 -07:00
9a73cb24c6 fix(app): split connectivity into internet/core/backend channels (#1527) (#1727)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:56:00 -07:00
e052aadfe9 feat(ai): unified per-workload provider routing + chat-provider factory (#1710) (#1858)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:54:06 -07:00
Steven EnamakelandGitHub 2d54e46296 test(e2e): make the harness actually exercise the UI past login (#1859) 2026-05-15 15:52:51 -07:00
248186ddf1 fix(composio): default singleEvents + timeZone for googlecalendar list (#1714) (#1735)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:43:05 -07:00
781b1c39bb socket: panic-safe utf-8 truncation in socket event log (#1814) (#1826)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:40:51 -07:00
3e148f66cb feat(composio): bring-your-own Composio direct mode (#1710) (#1825)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 15:21:27 -07:00
e051fae800 fix(mcp): tighten stdio server logging and error semantics (#1790)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-15 15:20:22 -07:00