 YellowSnnowmannandGitHub
|
52203454ce
|
fix(security): self-repair locked .secret_key on Windows (OPENHUMAN-TAURI-GN) (#2061)
|
2026-05-18 15:58:47 +05:30 |
|
 
|
dfb2a6caa1
|
feat(agent): cross-chat context retrieval for same-user threads (#1505) (#2054)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-18 15:57:35 +05:30 |
|
 Steven EnamakelandGitHub
|
579addf0c1
|
fix(core): prevent SIGBUS stack overflow in composio tool path (#2069)
|
2026-05-18 02:38:11 -07:00 |
|
 Steven EnamakelandGitHub
|
0257b2e662
|
feat(agent): codify chat → reasoning → worker spawn hierarchy (#2026)
|
2026-05-17 18:44:12 -07:00 |
|
 
|
86b661d829
|
feat(composio): expose capability matrix (#2002)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
|
2026-05-17 18:28:31 -07:00 |
|
 Maxen WongandGitHub
|
82c8320e7a
|
fix: enforce session check before creating custom LLM providers (#2014)
|
2026-05-17 18:23:23 -07:00 |
|
 Zavian WangandGitHub
|
8896aa14d6
|
feat(core): add global tool registry (#2003)
|
2026-05-17 18:21:55 -07:00 |
|
 
|
ac245a0a19
|
fix(rust): remove unused import warnings across core domains (#2019)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-05-17 18:14:25 -07:00 |
|
 Ruifeng XueandGitHub
|
f471d53823
|
fix: prevent command executors from bypassing security policy (#2013)
|
2026-05-17 18:10:43 -07:00 |
|
 
|
3b7c4cdc38
|
feat(memory): add per-model embedding tables (#2010)
Co-authored-by: honor2030 <19909783+honor2030@users.noreply.github.com>
|
2026-05-17 18:09:37 -07:00 |
|
 paulpanwangandGitHub
|
d241e8c69e
|
fix: report missing generic CLI parameter values (#2016)
|
2026-05-17 15:23:16 -07:00 |
|
 Zavian WangandGitHub
|
447105144e
|
fix(security): enforce DNS-aware URL validation (#2009)
|
2026-05-17 15:22:48 -07:00 |
|
 Sathvik GilakamsettyandGitHub
|
9e8348b118
|
fix(webhooks): offload persist() I/O to blocking thread (#2006)
|
2026-05-17 15:21:52 -07:00 |
|
 JarlandGitHub
|
3aaba5e30c
|
fix: harden token handling and key rotation logs (#1999)
|
2026-05-17 15:20:10 -07:00 |
|
 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 |
|