Commit Graph

  • a10603f9f0 fix(docs): remove invalid channels. prefix from Discord URL Stefan Förster 2026-01-31 13:46:29 +01:00
  • 7387bc574f Merge pull request #5807 from openclaw/ci/formal-conformance-alias-check Vignesh 2026-01-31 17:39:53 -08:00
  • bce8c0eb12 fix(docs): update MiniMax plugin URL from legacy moltbot org Stefan Förster 2026-01-31 13:51:57 +01:00
  • 7a2c4d3cf1 fix(docs): use canonical openclaw.ai domain instead of openclaw.bot Stefan Förster 2026-01-31 13:57:35 +01:00
  • 9297ea48e5 fix(docs): update Twitter URLs to X for consistency Stefan Förster 2026-01-31 14:04:51 +01:00
  • 147eba11fd chore: Manually fix TypeScript errors uncovered by sorting imports. cpojer 2026-02-01 10:07:59 +09:00
  • f06dd8df06 chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. cpojer 2026-02-01 10:03:47 +09:00
  • 367372f526 ci: run formal model alias consistency check vignesh07 2026-01-31 16:52:15 -08:00
  • ad943bd8cf Merge pull request #5723 from openclaw/ci/formal-conformance Vignesh 2026-01-31 14:23:25 -08:00
  • baf9505bfd ci: add informational formal models conformance check vignesh07 2026-01-31 14:06:17 -08:00
  • e6c38e078a Docs: point nav groups at index pages (#5694) Seb Slight 2026-01-31 16:08:39 -05:00
  • abcaa8c7a9 Docs: add nav titles across docs (#5689) Seb Slight 2026-01-31 16:04:03 -05:00
  • 1295b67057 fix(lobster): block arbitrary exec via lobsterPath/cwd (GHSA-4mhr-g7xj-cg8j) (#5335) Vignesh 2026-01-31 12:46:20 -08:00
  • 34e2425b4d fix(security): restrict MEDIA path extraction to prevent LFI (#4930) Glucksberg 2026-01-31 14:55:37 -04:00
  • f1de88c198 fix: restore telegram draft streaming partials (#5543) (thanks @obviyus) Ayaan Zaidi 2026-01-31 22:45:27 +05:30
  • 57ea4e8897 docs: format cron jobs doc Ayaan Zaidi 2026-01-31 22:36:50 +05:30
  • b5c2b1880d fix: stabilize partial streaming filters Ayaan Zaidi 2026-01-31 22:29:00 +05:30
  • a64d8d2d66 fix: harden telegram streaming state Ayaan Zaidi 2026-01-31 22:08:01 +05:30
  • 37721ebd7c fix: restore telegram draft streaming partials Ayaan Zaidi 2026-01-31 21:55:59 +05:30
  • 35988d77ec Merge pull request #3705 from conroywhitney/fix/3658-gateway-timestamp-injection Tak Hoffman 2026-01-31 10:09:00 -06:00
  • 6750696874 Merge branch 'main' into fix/3658-gateway-timestamp-injection Tak Hoffman 2026-01-31 10:02:01 -06:00
  • 9c29853014 Gateway: inject timestamps into agent/chat.send (#3705) (thanks @conroywhitney, @CashWilliams) Tak Hoffman 2026-01-31 09:24:27 -06:00
  • 8a5b139a9f revert: drop "Current Date:" label, keep [Wed YYYY-MM-DD HH:MM TZ] Conroy Whitney 2026-01-28 22:40:48 -05:00
  • b6c8c1e89d feat: add "Current Date:" label to timestamp prefix Conroy Whitney 2026-01-28 22:28:48 -05:00
  • a6c68e8690 feat: add 3-letter DOW prefix to injected timestamps Conroy Whitney 2026-01-28 22:07:26 -05:00
  • 76391bba3f refactor: use compact formatZonedTimestamp for injection Conroy Whitney 2026-01-28 21:59:21 -05:00
  • 08886eaaa3 test: add DST boundary test for timestamp injection Conroy Whitney 2026-01-28 21:46:29 -05:00
  • bbf2205640 feat(gateway): inject timestamps into chat.send (webchat/TUI) Conroy Whitney 2026-01-28 21:34:53 -05:00
  • 582a4e261a feat(gateway): inject timestamps into agent handler messages Conroy Whitney 2026-01-28 21:31:08 -05:00
  • 83e64c1ac9 docs: start 2026.1.31 changelog Peter Steinberger 2026-01-31 16:28:19 +01:00
  • 8978d16659 Docs: fix index logo dark mode (#5474) Seb Slight 2026-01-31 09:55:59 -05:00
  • 7a6c40872d Agents: add system prompt safety guardrails (#5445) Josh Palmer 2026-01-31 15:50:15 +01:00
  • 75093ebe1c Docs: add actionable cron quick start (#5446) Seb Slight 2026-01-31 09:21:31 -05:00
  • fcf08299fa chore: Enable experimentalSortPackageJson in oxfmtrc.jsonc. cpojer 2026-01-31 23:19:40 +09:00
  • 1f2fb823a3 fix: CI: Run build and lint together since lint depends on build now. cpojer 2026-01-31 23:15:15 +09:00
  • 36b0070b71 fix: Build before linting in CI since we are now linting the extensions folder with --type-aware. cpojer 2026-01-31 23:08:04 +09:00
  • 230ca789e2 chore: Lint extensions folder. cpojer 2026-01-31 22:13:48 +09:00
  • 4f2166c503 chore: update appcast for 2026.1.30 Peter Steinberger 2026-01-31 14:31:00 +01:00
  • 7d89855c55 fix: align npm publish metadata Peter Steinberger 2026-01-31 14:20:58 +01:00
  • aa91f6e700 chore: Add openclaw to devDependencies for all extensions so that types resolve. cpojer 2026-01-31 22:06:51 +09:00
  • 59cfff02f6 chore: Emit TypeScript declaration files so that we can type-check the extensions folder soon. cpojer 2026-01-31 21:57:21 +09:00
  • 1838ab019b chore: Enable linting in scripts. cpojer 2026-01-31 21:29:14 +09:00
  • 0ffc251704 chore: Updated lint config using ignorePatterns. cpojer 2026-01-31 21:23:23 +09:00
  • 76b5208b11 chore: Also format scripts and skills. cpojer 2026-01-31 21:21:09 +09:00
  • a767c584c7 Add prompt injection attacks to out of scope section Armin Ronacher 2026-01-31 13:17:24 +01:00
  • 8cab78abbc chore: Run pnpm format:fix. cpojer 2026-01-31 21:13:13 +09:00
  • dcc2de15a6 chore: Enable formatting of files other than src and test. cpojer 2026-01-31 21:10:41 +09:00
  • 1287328b6f feat: add MiniMax OAuth plugin (#4521) (thanks @Maosghoul) Peter Steinberger 2026-01-31 12:42:45 +01:00
  • b9b94715fa fix: avoid stderr backpressure in macOS discovery (#3304) (thanks @abhijeet117) Peter Steinberger 2026-01-31 12:02:32 +01:00
  • efb93d18cf Fix potential subprocess hang by discarding stderr pipe abhijeet117 2026-01-28 17:11:21 +05:30
  • c3a8a5374f fix: sync docker-compose gateway command Peter Steinberger 2026-01-31 10:54:41 +00:00
  • 247fab47ca chore: bump version to 2026.1.30 Peter Steinberger 2026-01-31 11:37:33 +01:00
  • dae00fe184 fix: Update CONTRIBUTING.md + adjust watch-node.mjs again to be faster with tsc. cpojer 2026-01-31 19:36:07 +09:00
  • 76361ae3ab revert: Switch back to tsc for compiling. cpojer 2026-01-31 18:31:49 +09:00
  • e25fedf932 fix: retry gateway watch after dist rebuild Peter Steinberger 2026-01-31 09:18:33 +00:00
  • ddc5683c67 fix: resolve workspace templates from package root Peter Steinberger 2026-01-31 09:07:41 +00:00
  • 68ba1afb34 fix: Fix scripts/watch-node.mjs and use tsdown --watch. cpojer 2026-01-31 17:55:49 +09:00
  • 4b7406719c fix: Update a few more entry.js to entry.mjs paths. cpojer 2026-01-31 17:44:43 +09:00
  • 821ed35be1 Revert "iOS: align node permissions and notifications" Mariano Belinky 2026-01-31 09:32:29 +01:00
  • ed65131c1c fix: Also build entry.ts into dist/entry.mjs. cpojer 2026-01-31 17:26:39 +09:00
  • 1766cd4123 build: add typescript for a2ui bundling Peter Steinberger 2026-01-31 08:23:10 +00:00
  • d4ed79ffd0 chore: signal-utils is actually used too. cpojer 2026-01-31 17:15:03 +09:00
  • 86d38c2d82 chore: Oops, "long" is actually used + fix TypeScript error. cpojer 2026-01-31 17:12:28 +09:00
  • 88fe4de151 chore: Remove unused deps. cpojer 2026-01-31 17:11:05 +09:00
  • ee26b68fe1 fix: lint cleanups Peter Steinberger 2026-01-31 07:59:01 +00:00
  • a42e1c82d9 fix: restore tsc build and plugin install tests Peter Steinberger 2026-01-31 07:51:26 +00:00
  • c4feb7a457 chore: Fix TypeScript errors 5/n. cpojer 2026-01-31 16:49:45 +09:00
  • 9e908ad6be chore: Fix TypeScript errors 4/n. cpojer 2026-01-31 16:48:44 +09:00
  • 3282d22dd9 chore: Fix TypeScript errors 3/n. cpojer 2026-01-31 16:46:45 +09:00
  • 952b0f8c48 chore: Fix TypeScript errors 2/n. cpojer 2026-01-31 16:42:40 +09:00
  • 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