227 Commits
Author SHA1 Message Date
Arjun Komath a36ac1db7e Add support for running doctor cmd 2026-02-01 17:24:20 +11:00
Arjun Komath 640326f71c Match openclaw version 2026-02-01 16:07:57 +11:00
Arjun Komath b37d48e5ad Update FAQ 2026-02-01 14:02:22 +11:00
Arjun Komath 05de692d2e Add FAQ 2026-02-01 13:21:07 +11:00
Arjun Komath 8e372b607f Fix TUI scrolling 2026-02-01 11:32:22 +11:00
Arjun Komath 76030e1cda Fix TUI scrolling 2026-02-01 11:17:20 +11:00
Arjun Komath db5e95b112 Add TUI support 2026-02-01 11:05:38 +11:00
Arjun Komath 42a5c5b4b9 Add alert for pairing status update 2026-02-01 09:26:27 +11:00
Arjun Komath ea7ab5dbf0 Improve setup flow 2026-02-01 09:25:09 +11:00
Arjun Komath 5ede874fb1 Update setup UI 2026-02-01 00:14:58 +11:00
Arjun Komath 116e6718ab Fix graceful shutdown, Improve setup UI 2026-01-31 23:40:23 +11:00
Arjun Komath 785fef9087 Fix rate limit error 2026-01-31 23:00:58 +11:00
Arjun Komath 8ea9a65f52 Auto start gateway, show loading screen 2026-01-31 22:55:58 +11:00
Arjun Komath ff9b092acc Improve gateway connection logs and timeout 2026-01-31 21:47:26 +11:00
Arjun Komath 4d68de5a10 Fix setup styles 2026-01-31 21:32:59 +11:00
Arjun Komath 453e36ebf1 Update docs 2026-01-31 21:00:38 +11:00
Arjun Komath 8917271288 Simplify install and docker setup 2026-01-31 20:53:47 +11:00
Arjun Komath 74aad02721 Update docs 2026-01-30 20:28:41 +11:00
Arjun Komath 4fb45b7c79 Remove export, rate limit setup 2026-01-30 20:08:31 +11:00
Arjun Komath 8990085624 Improve setup 2026-01-30 19:45:31 +11:00
Arjun Komath 25afbf4b8e Fix server 2026-01-30 18:50:43 +11:00
Arjun Komath be079f9573 Improve setup 2026-01-30 18:08:39 +11:00
Arjun Komath 24b1a02dd4 Update readme 2026-01-30 17:54:52 +11:00
Arjun Komath b524b9957b Update naming 2026-01-30 17:51:58 +11:00
Ed Mosqueda @Codetitlan fdd6adef5e Merge pull request #3 from codetitlan/server-refactor
Add Brew for plugins
2026-01-29 23:56:27 -06:00
Ed f8ef61bf43 Add Brew for plugins 2026-01-29 23:39:42 -06:00
Ed c7c8771538 Implement a more flexible way to patch extensions 2026-01-28 09:11:14 -06:00
Ed b825a83f9b Fix pairing issue on dashboard 2026-01-28 08:28:28 -06:00
Ed 05ef4c95f7 Fix WebSocket auth token
injection
2026-01-28 08:01:43 -06:00
Ed 705b172fa2 Fix server launch 2026-01-28 00:42:09 -06:00
Ed e5ebc9a8e5 quirurgical operaion +) to rename to Moltbot for testing 2026-01-28 00:08:30 -06:00
Ed e219fabfc1 Enhance bearer token behavior before rename 2026-01-28 00:05:09 -06:00
Ed cdfd5d8324 Fix gateway initialization 2026-01-27 20:08:15 -06:00
Ed 3916815a06 Fixed token injection 2026-01-27 17:49:20 -06:00
Ed 859507a69d Another rebranding fix 2026-01-27 17:37:39 -06:00
Ed fd69f922de Fix moltbot reference 2026-01-27 08:20:28 -06:00
Vignesh 537bb74c3e Merge pull request #9 from jacobcwright/claude/fix-docker-build-error-l9PfK
Update pnpm install command in Dockerfile - thanks @jacobcwright
2026-01-25 19:19:28 -08:00
Vignesh Natarajan 226fde8cb5 ci: trigger docker build 2026-01-25 19:04:50 -08:00
Vignesh f3d2f7d7ed Merge pull request #10 from vignesh07/add-docker-ci 2026-01-25 19:04:03 -08:00
Vignesh Natarajan 2a12062d7b CI: add GitHub Actions Docker build 2026-01-25 18:47:15 -08:00
Vignesh Natarajan 9d01a5bc3b CI: add GitHub Actions Docker build on PRs 2026-01-25 18:35:17 -08:00
Vignesh Natarajan 6d47ddf78f Scope Dockerfile version-relax patch to known packages 2026-01-25 18:32:05 -08:00
Claude 5b313e709b Set PORT=8080 for Railway compatibility 2026-01-26 02:09:23 +00:00
Claude 046c6e68fb Fix: also relax @typescript/native-preview version constraint
The upstream repo uses nightly TS builds that may not be published yet.
Use "latest" to get the most recent available version.
2026-01-26 01:56:27 +00:00
Claude c0fa21a462 Fix: relax clawdbot version constraint in extensions
The upstream clawdbot repo requires clawdbot@>=2026.1.25 in
extensions/memory-core, but npm only has 2026.1.24-3 published.
Patch the version requirement to "*" after cloning to work around
this timing issue.
2026-01-26 01:54:11 +00:00
Jacob Wright bd94733f64 Update pnpm install command in Dockerfile
Removed the frozen-lockfile option from pnpm install.
2026-01-25 18:46:48 -07:00
Vignesh Natarajan bc871e42f6 Fix Discord dm.policy: use pairing instead of open 2026-01-25 02:13:34 -08:00
Vignesh Natarajan 21df9ef2c1 Fix pairing approve: ask for channel instead of hardcoding telegram 2026-01-25 01:48:04 -08:00
Vignesh Natarajan 8ca66c6012 Fix Discord dm config: use dm.policy instead of dmPolicy 2026-01-25 01:43:53 -08:00
Vignesh Natarajan b87824ee42 Add dmPolicy: open for Discord config 2026-01-25 01:42:40 -08:00