Commit Graph
32 Commits
Author SHA1 Message Date
Steven Enamakel c7f2873805 chore(deps): update tinyagents to version 1.5.0 and add .diff to .gitignore
Bumps the tinyagents dependency from 1.3.0 to 1.5.0 across Cargo.toml and Cargo.lock files. Updates related documentation to reflect the new version. Additionally, adds *.diff to .gitignore to exclude diff files from version control.
2026-07-03 11:42:38 -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