Commit Graph
46 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub 7db104b71d refactor(tinyagents): complete provider cutover and lifecycle consolidation (#5143) 2026-07-24 05:11:30 +03:00
Steven EnamakelandGitHub 25254002b7 chore(core): slim the core — remove dead modules, move desktop features to Tauri, cut goals/todos to tinyagents (#5125) 2026-07-24 03:15:26 +03:00
Steven EnamakelandGitHub c7f67b7910 feat(prompts): load AGENTS.md project instructions into the system prompt (#5087) 2026-07-21 16:18:14 +03:00
Steven EnamakelandGitHub 00708c324e fix(orchestration): async-by-default delegations with durable, resumable subagent sessions + persistent workflow proposals (#5074) 2026-07-21 11:21:29 +03:00
Steven EnamakelandGitHub 9665b31900 feat: expose paid Medulla orchestration (#4807) 2026-07-13 02:58:46 -07:00
Steven EnamakelandGitHub 1d5862bc0c docs: refresh OpenHuman architecture docs (#4792) 2026-07-11 19:25:51 -07:00
Steven EnamakelandGitHub bcc9537320 feat(flows): prompt bar → instant canvas with backend-driven copilot builder (#4578) 2026-07-06 00:37:01 -07:00
Steven EnamakelandGitHub f24220ee68 refactor(rhai): rename language workflow domain (#4571) 2026-07-05 11:21:20 -07:00
Steven EnamakelandGitHub 269acb64d3 feat(rlm): language-based workflows — Rhai .ragsh REPL as a first-class rlm tool (#4528) 2026-07-04 21:37:04 -07:00
Steven EnamakelandGitHub 1d7f0cc62d [codex] Port TokenJuice engine to vendored TinyJuice (#4523) 2026-07-04 21:02:48 -07:00
Steven EnamakelandGitHub 70ae342469 docs: split INSTALL.md out of README, add workflows/orchestration sections + screenshots, remove em dashes across docs (#4515) 2026-07-04 13:55:37 -07:00
Steven EnamakelandGitHub 52d23c9392 docs: marketing refresh — README + gitbooks for last 2 months of features (#4514) 2026-07-04 13:14:32 -07:00
Steven EnamakelandGitHub a968f72b2b docs: remove stale plan/status docs and clean dangling references (#4508) 2026-07-04 11:55:50 -07:00
Steven EnamakelandGitHub 4d71702829 feat(agent): tinyagents 1.5 migration wave — vendored SDK, dual-write sessions, goals/todos shadows, journals, middleware dedupe (#4473) 2026-07-03 15:54:29 -07:00
59462e47f7 fix(orchestration): app_state runtime-cache regression + orchestration review fixes (#4431)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-03 11:36:35 -07:00
Steven EnamakelandGitHub c43f79641d feat: finish TinyAgents harness migration (#4249) (#4399) 2026-07-03 01:15:09 -07:00
Steven EnamakelandGitHub d6f178f746 feat(orchestration): subconscious split-brain layer (stages 4-8) (#4430) 2026-07-03 00:31:23 -07:00
Steven EnamakelandGitHub 7a67f6ca35 agent_graph: LangGraph-style state-machine harness — checkpointing, HITL, observability (#4249) (#4261) 2026-07-01 00:27:39 -07:00
Steven EnamakelandGitHub 5a41a4f0d2 Docs/overhaul readme gitbooks (#4225) 2026-06-26 13:02:55 -07:00
Steven Enamakel's DroidandGitHub ebba7b699c fix(agent): tune tokenjuice compression per agent (#4139) 2026-06-26 00:19:45 -07:00
Steven EnamakelandGitHub 637dff0bdf feat(tokenjuice): Headroom-inspired content router, compressors, CCR + savings (#4123) 2026-06-25 14:28:27 -07:00
Mega MindandGitHub 8be534447d feat(devex): generate frontend provider-chain docs + CI drift gate (#3975) 2026-06-23 11:47:22 -07:00
Steven EnamakelandGitHub 2d71eb3ab1 Make subagents async and reusable by default (#3887) 2026-06-22 15:51:48 -07:00
CodeGhost21andGitHub a7516a83bd feat(voice): global push-to-talk hotkey (#3090) (#3349) 2026-06-05 18:38:03 -04:00
Mega MindandGitHub e3ebaca8fd feat(computer): main-thread synthetic-input executor + CEF crash fix (1/7 of #3307) (#3340) 2026-06-04 16:50:11 +05:30
327de34f65 feat(mcp): ship MCP registry — unhide UI, transport-aware install, reconfigure, registry creds (#3039) (#3058)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 23:49:07 -07:00
Steven EnamakelandGitHub f64f10e3c1 refactor(memory): remove global+topic trees in favor of source trees (#3059) 2026-05-30 22:36:21 -07:00
b37bab7134 feat(vault): expose approved markdown writes (#2936)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-30 09:19:34 -07:00
Steven EnamakelandGitHub 74bff7b272 refactor(agent): unify the three agent-turn loops into one TurnEngine (#3012) 2026-05-30 07:35:39 -07:00
Steven EnamakelandGitHub 2920e4724a refactor(tools): move domain-owned tools into modules (#2977) 2026-05-29 13:08:50 -07:00
Aashir AtharandGitHub dbe238384a docs: truth-up architecture.md + 3 new domain pages + Linux/Arch caveats in localized READMEs (#2634) 2026-05-28 14:43:47 -07:00
b616f48a04 feat: make autonomy action budget configurable (#2499)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-05-26 16:19:21 +05:30
fdd56a839d fix: remove obsolete sidecar staging from worktree bootstrap (#2561)
Co-authored-by: Subharup Nandi <Subharup-31@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-24 21:54:23 -07:00
JAYcodrGitHubagent:skill-master <skill-master@openclaw>
838309e998 Docs/i18n batch fix link localization (#2508)
Co-authored-by: agent:skill-master <skill-master@openclaw>
2026-05-23 00:51:25 -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
Aqil AzizandGitHub 04e1bcb80b docs(model-routing): document per-agent model pins (#2431) 2026-05-22 17:49:40 -07:00
JAYcodrGitHubagent:skill-master <skill-master@openclaw>
4a76f22b4d docs(i18n): add zh-CN translations for developing modules (C2) (#2505)
Co-authored-by: agent:skill-master <skill-master@openclaw>
2026-05-22 15:45:20 -07:00
JAYcodrGitHubagent:skill-master <skill-master@openclaw>
3299c16933 Docs/i18n batch c1 developing foundation (#2504)
Co-authored-by: agent:skill-master <skill-master@openclaw>
2026-05-22 15:44:59 -07:00
f7d1f9b42d feat(human): show subagent companion mascots (#2099)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-05-19 19:43:32 -07:00
73ea22e011 feat(agent): cap runtime subagent spawn depth at MAX_SPAWN_DEPTH=3 (#2234)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 14:30:32 -07:00
Yuvraj Singh SisodiyaandGitHub 504d10e98d feat(core): desktop companion domain — session, pipeline, pointing (#1909) (#2025) 2026-05-19 12:17:24 -07:00
Steven EnamakelandGitHub 0257b2e662 feat(agent): codify chat → reasoning → worker spawn hierarchy (#2026) 2026-05-17 18:44:12 -07:00
Steven EnamakelandGitHub d58312047d Document building the Rust core from scratch (#1454) 2026-05-09 20:20:14 -07:00
Steven EnamakelandGitHub fcefc0999f Feat/docs v7 (#1390) 2026-05-09 00:17:29 -07:00
Steven EnamakelandGitHub 5870b2284b Feat/docs v6 (#1387) 2026-05-08 23:37:29 -07:00
Steven Enamakelandgitbook-bot 24bf2a5932 GITBOOK-41: No subject 2026-05-09 06:15:18 +00:00