Commit Graph

  • e5eb9610dc chore: Fix TypeScript errors 1/n. cpojer 2026-01-31 16:38:03 +09:00
  • 2957d4306d chore: Update tsconfig.json target, oops. cpojer 2026-01-31 16:28:44 +09:00
  • b56e7e66cc chore: Update deps + pnpm dedupe. cpojer 2026-01-31 16:25:44 +09:00
  • 0fc4d7f52a chore: Remove unused file. cpojer 2026-01-31 16:25:06 +09:00
  • 5ceff756e1 chore: Enable "curly" rule to avoid single-statement if confusion/errors. cpojer 2026-01-31 16:19:20 +09:00
  • 009b16fab8 chore: more lint cleanup. cpojer 2026-01-31 16:16:13 +09:00
  • b7e401b6b6 chore: Enable no-useless-concat (removing the lint rule from the disabled list automatically enables it because it is in the "suspicious" group). cpojer 2026-01-31 16:08:56 +09:00
  • 9c4cbaab7b chore: Enable eslint/no-unused-vars. cpojer 2026-01-31 16:06:39 +09:00
  • 15792b153f chore: Enable more lint rules, disable some that trigger a lot. Will clean up later. cpojer 2026-01-31 16:03:28 +09:00
  • 481f696a87 chore: reorder auth provider list Peter Steinberger 2026-01-31 08:02:42 +01:00
  • 7a9ddcd590 chore: Enable some "perf" lint rules. cpojer 2026-01-31 15:58:24 +09:00
  • f99e3ddd6d Run tsgo on CI. cpojer 2026-01-31 15:44:36 +09:00
  • cbc405c9e3 Agents: update pi-coding-agent API usage Mario Zechner 2026-01-31 07:35:49 +01:00
  • 51e72d41c2 fix: restore embedded extension discovery typings Peter Steinberger 2026-01-31 06:32:15 +00:00
  • 762652279b Switch from TypeScript to TypeScript Go. Use pnpm tsgo for Typechecks. cpojer 2026-01-31 15:30:44 +09:00
  • 72ea3eedc9 Tests: inline mock classes in vi.mock factory Mario Zechner 2026-01-31 07:30:48 +01:00
  • a00e0bc189 Lint. cpojer 2026-01-31 15:28:11 +09:00
  • 67945e8d62 chore: Switch from TypeScript to build with tsdown, speeds up pnpm build by 5-10x. cpojer 2026-01-31 15:25:06 +09:00
  • d2a852b982 fix: align embedded session setup with sdk Peter Steinberger 2026-01-31 06:22:19 +00:00
  • ded95d5c70 test: update config candidate order expectation Peter Steinberger 2026-01-31 06:18:12 +00:00
  • a441059761 Tests: fix models list mock lint Mario Zechner 2026-01-31 07:16:23 +01:00
  • 84ac889e22 Fix lint. cpojer 2026-01-31 15:10:32 +09:00
  • e9f0be06eb fix: repair docker build typing Peter Steinberger 2026-01-31 06:50:56 +01:00
  • 08ed62852a chore: update deps and pi model discovery Peter Steinberger 2026-01-31 06:40:45 +01:00
  • 85dd070dea chore: pin workflow actions + tighten permissions Peter Steinberger 2026-01-31 06:22:42 +01:00
  • 0b95efff27 Merge pull request #5177 from openclaw/feat_shell_completion Shakker 2026-01-31 05:18:41 +00:00
  • 3c8fa0f913 fix: remove unused variables and fix template literal type Shakker 2026-01-31 04:54:44 +00:00
  • b1d25ed0dd feat: automated completion setup in postinstall and onboarding Shakker 2026-01-31 04:45:11 +00:00
  • 48aaf6ce4e fix: suppress banner and doctor checks for completion command Shakker 2026-01-31 04:44:46 +00:00
  • beafaef92f feat: implement completion command and shell generators Shakker 2026-01-31 04:44:04 +00:00
  • 14c77f8295 feat: add completion subcommand to generate shell completion scripts for Zsh, Bash, PowerShell, and Fish. Shakker 2026-01-31 03:37:12 +00:00
  • bf15d0a3f5 Auth: switch Kimi Coding to built-in provider Mario Zechner 2026-01-31 06:04:10 +01:00
  • ca47b0d79c OAuth: normalize profile email Mario Zechner 2026-01-31 05:26:18 +01:00
  • 9b1a6b30d9 Tests: update pi SDK mocks Mario Zechner 2026-01-31 05:23:37 +01:00
  • 310eed825e fix: preserve delivery thread fallback (#4911) (thanks @yevhen) Ayaan Zaidi 2026-01-31 09:23:40 +05:30
  • a642ca4ea8 Fix telegram threadId in deliveryContext Yevhen Bobrov 2026-01-30 07:55:58 +02:00
  • e849df64dc fix: normalize telegram account token lookup (#5055) (thanks @jasonsschin) Ayaan Zaidi 2026-01-31 08:54:40 +05:30
  • e913de0720 Fix Telegram token resolution for non-normalized accountId keys jasonsschin 2026-01-31 11:48:38 +11:00
  • c0a6e675a3 Agents: update pi dependencies to 0.50.7 Mario Zechner 2026-01-31 04:19:56 +01:00
  • cc366f4baa chore: remove changelog section from pr.md prompt Mario Zechner 2026-01-31 03:48:33 +01:00
  • 4b1956ab49 chore: add .pi folder Mario Zechner 2026-01-31 03:42:52 +01:00
  • 9cb5e22861 docs: add pi and pi-dev documentation Mario Zechner 2026-01-31 01:52:50 +01:00
  • aa6b9e3a20 CLI: fix tui:dev port resolution Mario Zechner 2026-01-31 00:51:12 +01:00
  • c67df653b6 fix(security): restrict local path extraction in media parser to prevent LFI (#4880) Evan Otero 2026-01-30 21:44:11 -05:00
  • b17e6fdd07 iOS: align node permissions and notifications Mariano Belinky 2026-01-31 02:27:51 +01:00
  • 65dedef65b fix(bluebubbles): debounce by messageId to preserve attachments in text+image messages (#4984) Yuri Chukhlib 2026-01-31 00:53:14 +01:00
  • 57248a7ca1 fix: prefer requesterOrigin over stale session entry in subagent announce routing (#4957) Tyler Yust 2026-01-30 15:52:19 -08:00
  • 6a978aa1bc Merge pull request #5021 from mitsuhiko/patch-3 Mario Zechner 2026-01-31 00:27:14 +01:00
  • 97895a0239 Fix typo from 'p-mono' to 'pi-mono' in agent.md Armin Ronacher 2026-01-31 00:23:45 +01:00
  • 57c34a324c UI: introduce active minutes constant for chat sessions and enhance session display names Tyler Yust 2026-01-30 14:59:08 -08:00
  • 0b7aa8cf1d feat(ui): refresh session list after chat commands in Web UI Tyler Yust 2026-01-30 14:29:04 -08:00
  • 34bdbdb405 fix: resolve Control UI assets for global installs (#4909) (thanks @YuriNachos) Gustavo Madeira Santana 2026-01-30 17:08:40 -05:00
  • aa3a8ea869 fix(infra): resolve control-ui assets on npm global install (#4855) Yurii Chukhlib 2026-01-30 21:59:27 +01:00
  • 2f0592dbc6 Update deployment link in railway documentation Vignesh 2026-01-30 14:06:12 -08:00
  • 39eb0b7bc0 fix: prevent undefined gateway token defaults (#4873) (thanks @Hisleren) Gustavo Madeira Santana 2026-01-30 16:15:54 -05:00
  • e5a95b5b66 fix: local updates for PR #4873 Gustavo Madeira Santana 2026-01-30 16:11:10 -05:00
  • 201d7fa956 fix(security): prevent gateway token from defaulting to 'undefined' string Hisleren 2026-01-30 23:06:07 +03:00
  • 0175cedf0e docs: update remaining clawdbot/moltbot references to openclaw Glucksberg 2026-01-30 17:02:14 +00:00
  • 7c96bde3b3 docs: fix GitHub branding capitalization Ubuntu 2026-01-30 19:13:26 +00:00
  • 9334dd8017 docs: Internal linking of channel pages Amit Biswal 2026-01-30 19:17:13 +00:00
  • 2cdfecdde3 docs: clarify security scope Peter Steinberger 2026-01-30 21:51:19 +01:00
  • 49a3e3795a docs: fix missing apostrophes in FAQ headers Ubuntu 2026-01-30 19:22:31 +00:00
  • 23f0efbf09 docs: use straight quotes for code terms in installer guide Ubuntu 2026-01-30 19:22:32 +00:00
  • 9a1b440968 Fix typo in agent.md from p-mono to pi-mono Arnav Gupta 2026-01-30 20:14:11 +00:00
  • daf27dd37e fix: add per-agent models status (#4780) (thanks @jlowin) Gustavo Madeira Santana 2026-01-30 15:45:44 -05:00
  • f24e3cdae5 fix: local updates for PR #4780 Gustavo Madeira Santana 2026-01-30 15:39:05 -05:00
  • dd4715a2c4 CLI: add --agent flag to models status Jeremiah Lowin 2026-01-30 12:22:19 -05:00
  • 192a6ee870 chore: remove legacy clawdhub files Peter Steinberger 2026-01-30 21:02:06 +01:00
  • fd00d5688a chore: update openclaw naming Peter Steinberger 2026-01-30 21:01:02 +01:00
  • 6522de6ce0 Tests: use agents_list in tools invoke gateway test Josh Palmer 2026-01-30 18:17:12 +01:00
  • 09be5d45d5 Merge pull request #4651 from yuting0624/fix/status-command-line-crash Shakker 2026-01-30 15:41:40 +00:00
  • 3fbf99d725 fix(line): resolve TypeError in status command Yuting Lin 2026-01-30 13:28:07 +00:00
  • 37e295fc02 fix: don't warn about expired OAuth tokens with valid refresh tokens (#4593) Ayush Ojha 2026-01-30 07:39:17 -08:00
  • da71eaebd2 fix: correct telegram html nesting (#4578) (thanks @ThanhNguyxn) Ayaan Zaidi 2026-01-30 16:45:45 +05:30
  • 8e5a684445 style: format test file ThanhNguyxn 2026-01-30 17:36:16 +07:00
  • b05d57964b fix(telegram): properly nest overlapping HTML tags (#4071) ThanhNguyxn 2026-01-30 17:33:49 +07:00
  • fa9ec6e854 fix: add docker ui install changelog entry (#4584) (thanks @obviyus) Ayaan Zaidi 2026-01-30 16:24:54 +05:30
  • 1168f59890 perf: skip redundant ui install in Dockerfile Ayaan Zaidi 2026-01-30 16:09:41 +05:30
  • bc432d8435 fix: accept numeric Telegram react ids (#4533) (thanks @Ayush10) Ayaan Zaidi 2026-01-30 14:55:37 +05:30
  • f760aa302c fix(telegram): react action accepts numeric messageId and chatId Ayush Ojha 2026-01-30 01:06:49 -08:00
  • 3a85cb1833 fix: honor Telegram proxy dispatcher (#4456) (thanks @spiceoogway) Ayaan Zaidi 2026-01-30 14:37:17 +05:30
  • 7150268f84 fix(telegram): use undici fetch for proxy to fix dispatcher option spiceoogway 2026-01-30 02:21:37 -05:00
  • 6af205a13a docs: update lore with final form Peter Steinberger 2026-01-30 07:26:04 +00:00
  • 9025da2296 fix: scope telegram skill commands per bot (#4360) (thanks @robhparker) Ayaan Zaidi 2026-01-30 11:57:25 +05:30
  • c6ddc95fc0 fix(telegram): scope skill commands to bound agent per bot robhparker 2026-01-29 23:15:33 -05:00
  • 28f8d00e9f fix: update install URLs from clawd.bot to openclaw.ai Nate 2026-01-29 23:15:42 -07:00
  • 5e635c9656 feat: add Kimi K2.5 model to synthetic catalog (#4407) Manik Vahsith 2026-01-30 00:17:42 -06:00
  • 87267fad4f docs: move WhatsApp image below dashboard Peter Steinberger 2026-01-30 06:55:15 +01:00
  • 613724c26e Update index.md Gustavo Madeira Santana 2026-01-30 00:33:06 -05:00
  • 77e703c69b chore: update appcast for 2026.1.29 v2026.1.29 Peter Steinberger 2026-01-30 06:24:42 +01:00
  • 62e4ad23d3 chore: release 2026.1.29 Peter Steinberger 2026-01-30 06:14:12 +01:00
  • 23c424899c docs: reorder 2026.1.29 changelog Peter Steinberger 2026-01-30 05:37:12 +01:00
  • c5d7d1110b chore: update pnpm lockfile Peter Steinberger 2026-01-30 05:15:47 +00:00
  • 12e8a8410f Update logo and contributor name in docs Gustavo Madeira Santana 2026-01-30 00:13:44 -05:00
  • 4de0bae45a Update README with responsive logo for dark mode Gustavo Madeira Santana 2026-01-29 23:38:32 -05:00
  • ddad65588f Add files via upload Gustavo Madeira Santana 2026-01-29 23:37:32 -05:00
  • bf6ec64fd9 docs: move deepwiki link Peter Steinberger 2026-01-30 05:20:25 +01:00
  • 4ec9d98821 Update ASCII art banners for CLI and wizard header Gustavo Madeira Santana 2026-01-29 23:29:47 -05:00
  • 151ddd624b fix: detect legacy gateway launchd labels Peter Steinberger 2026-01-30 05:01:46 +01:00
  • b9afa3d33f fix: migrate symlinked legacy state dirs Peter Steinberger 2026-01-30 04:48:04 +01:00