This website requires JavaScript.
f2a0a0b804
fix: restore force push in lockfile refresh workflow
Dotta
2026-03-09 07:38:49 -05:00
035e1a9333
fix: use lockfile-bot identity and remove force push in refresh workflow
Dotta
2026-03-09 07:33:49 -05:00
ec4667c8b2
Merge remote-tracking branch 'public-gh/master'
Dotta
2026-03-09 07:29:34 -05:00
f32b76f213
fix: replace third-party action with gh CLI for lockfile PR creation
Dotta
2026-03-09 07:26:31 -05:00
ee7fddf8d5
fix: convert lockfile refresh to PR-based flow for protected master
Dotta
2026-03-09 07:22:34 -05:00
77e04407b9
fix(publish): always bundle ui-dist into server package
Dotta
2026-03-09 07:21:33 -05:00
1a75e6d15c
fix: default dangerouslySkipPermissions to true for unattended agents
Daniil Okhlopkov
2026-03-09 13:56:40 +09:00
5e18ccace7
fix: route heartbeat cost recording through costService
Dominic O'Carroll
2026-03-09 14:45:09 +10:00
7b70713fcb
Merge pull request #376 from dalestubblefield/fix/http-secure-cookies
Dotta
2026-03-08 22:15:54 -05:00
ad55af04cc
fix: disable secure cookies for HTTP deployments
Dale Stubblefield
2026-03-08 22:00:51 -05:00
57406dbc90
fix(docker): run production server as non-root node user
AiMagic5000
2026-03-08 13:47:59 -07:00
e35e2c4343
Fine-tune mobile status icon alignment on issues page: add 1px top padding
Dotta
2026-03-08 11:00:02 -05:00
d58f269281
Fix mobile status icon vertical alignment: remove pt-0.5 to center with text
Dotta
2026-03-08 10:58:39 -05:00
2a7043d677
GitHub-style mobile issue rows: status left column, hide priority, unread dot right
Dotta
2026-03-08 10:56:17 -05:00
31b5ff1c61
Add bottom padding to new issue description editor for iOS keyboard
Dotta
2026-03-08 08:21:07 -05:00
c674462a02
Merge pull request #238 from fahmmin/fix/dev-runner-windows-spawn
Dotta
2026-03-07 21:47:47 -06:00
e3ff0c8e1b
Merge pull request #279 from JasonOA888/feat/issue-241-disable-signup
Dotta
2026-03-07 21:30:16 -06:00
17b10c43fe
Merge pull request #260 from mvanhorn/fix/204-heartbeat-url-encoding
Dotta
2026-03-07 21:23:05 -06:00
343d4e5877
Merge pull request #261 from mvanhorn/fix/234-secret-env-redaction
Dotta
2026-03-07 21:22:00 -06:00
1078c7dd2b
Merge pull request #262 from mvanhorn/fix/191-blank-screen-prompt-template
Dotta
2026-03-07 21:20:46 -06:00
4c630bc66e
Merge pull request #263 from mvanhorn/feat/180-agent-role-labels
Dotta
2026-03-07 21:19:58 -06:00
f5190f28d1
Merge pull request #264 from mvanhorn/fix/232-deduplicate-agent-names
Dotta
2026-03-07 21:18:31 -06:00
edfc6be63c
Merge pull request #265 from mvanhorn/fix/132-windows-path-doubling
Dotta
2026-03-07 21:16:58 -06:00
61551ffea3
Merge pull request #266 from mvanhorn/fix/89-run-log-location
Dotta
2026-03-07 21:15:56 -06:00
0fedd8a395
Merge pull request #267 from mvanhorn/fix/167-backlog-assignee-wake
Dotta
2026-03-07 21:14:52 -06:00
b090c33ca1
Merge pull request #283 from mingfang/patch-1
Dotta
2026-03-07 21:07:07 -06:00
3fb96506bd
Merge pull request #284 from mingfang/patch-2
Dotta
2026-03-07 21:06:09 -06:00
dcf879f6fb
Merge pull request #293 from cpfarhood/feat/add-claude-4-6-models
Dotta
2026-03-07 21:00:07 -06:00
4e01633202
feat(adapters): add claude-sonnet-4-6 and claude-haiku-4-6 models
Chris Farhood
2026-03-07 21:57:06 -05:00
ff3f04ff48
Add opencode-ai to global npm install in Dockerfile
Ming Fang
2026-03-07 21:24:56 -05:00
91fda5d04f
fix: correct env var priority for authDisableSignUp
Jason
2026-03-08 10:18:27 +08:00
77e06c57f9
Add pi-local package.json to Dockerfile
Ming Fang
2026-03-07 21:15:12 -05:00
0f75c35392
Fix unread dot making inbox rows taller than read rows
Dotta
2026-03-07 20:12:26 -06:00
45473b3e72
Move scroll-to-bottom button to issue detail and run pages
Dotta
2026-03-07 20:07:39 -06:00
a96556b8f4
Move unread badge inline with metadata row in inbox
Dotta
2026-03-07 20:04:41 -06:00
ce8fe38ffc
Unify mobile issue row layout across issues, inbox, and dashboard
Dotta
2026-03-07 20:04:32 -06:00
6e86f69f95
Unify issue rows with GitHub-style mobile layout across app
Dotta
2026-03-07 20:01:16 -06:00
7661fae4b3
Fix inbox row irregular heights on mobile from unread badge
Dotta
2026-03-07 19:55:32 -06:00
ba080cb4dd
Fix stale work section overflowing on mobile in inbox
Dotta
2026-03-07 19:52:29 -06:00
3860812323
feat: add auth.disableSignUp config option
Jason
2026-03-08 09:38:32 +08:00
2639184f46
refactor: extract roleLabels to shared constants
Matt Van Horn
2026-03-07 17:07:14 -08:00
61966fba1f
fix(secrets): add secretKeys tracking to resolveEnvBindings for consistent redaction
Matt Van Horn
2026-03-07 17:05:55 -08:00
54b512f9e0
fix(db): reuse MIGRATIONS_FOLDER constant instead of recomputing
Matt Van Horn
2026-03-07 17:01:36 -08:00
667d23e79e
Merge remote-tracking branch 'public-gh/master'
Dotta
2026-03-07 18:59:23 -06:00
416177ae4c
Merge pull request #270 from paperclipai/openclawgateway
Dotta
2026-03-07 18:57:16 -06:00
72cc748aa8
Merge pull request #273 from gsxdsm/feature/plugins
Dotta
2026-03-07 18:56:00 -06:00
9299660388
Merge pull request #269 from mvanhorn/fix/233-spa-fallback-500
Dotta
2026-03-07 18:54:33 -06:00
2cb82f326f
Revert lockfile changes from OpenClaw gateway cleanup
Dotta
2026-03-07 18:54:16 -06:00
f81d2ebcc4
Enhance plugin architecture by introducing agent tool contributions and plugin-to-plugin communication. Update workspace plugin definitions for direct OS access and refine UI extension surfaces. Document new capabilities for plugin settings UI and lifecycle management.
gsxdsm
2026-03-07 16:52:35 -08:00
048e2b1bfe
Remove legacy OpenClaw adapter and keep gateway-only flow
Dotta
2026-03-07 18:50:25 -06:00
5fae7d4de7
Fix CI typecheck and default OpenClaw sessions to issue scope
Dotta
2026-03-07 18:33:40 -06:00
0f32fffe79
fix(server): serve cached index.html in SPA catch-all to prevent 500
Matt Van Horn
2026-03-07 16:20:19 -08:00
0233525e99
Add CEO OpenClaw invite endpoint and update onboarding UX
Dotta
2026-03-07 18:19:06 -06:00
20b171bd16
fix(server): wake agent when issue status changes from backlog
Matt Van Horn
2026-03-07 16:18:41 -08:00
3f2274cd8d
fix(server): use home-based path for run logs instead of cwd
Matt Van Horn
2026-03-07 16:18:14 -08:00
c59e059976
fix(db): use fileURLToPath for Windows-safe migration paths
Matt Van Horn
2026-03-07 16:17:45 -08:00
9933039094
fix(server): auto-deduplicate agent names on creation instead of rejecting
Matt Van Horn
2026-03-07 16:04:28 -08:00
b886eb3cf0
feat(ui): show human-readable role labels in agent list and properties
Matt Van Horn
2026-03-07 16:04:22 -08:00
53c944e8bc
fix(ui): prevent blank screen when prompt template is emptied
Matt Van Horn
2026-03-07 16:04:17 -08:00
977f5570be
fix(server): redact secret-sourced env vars in run logs by provenance
Matt Van Horn
2026-03-07 16:04:09 -08:00
609b55f530
fix(cli): split path and query in buildUrl to prevent %3F encoding
Matt Van Horn
2026-03-07 16:04:00 -08:00
2223afa0e9
openclaw gateway: auto-approve first pairing and retry
Dotta
2026-03-07 17:46:55 -06:00
3479ea6e80
openclaw gateway: persist device keys on create/update and clarify pairing flow
Dotta
2026-03-07 17:34:38 -06:00
63a876ca3c
Merge pull request #256 from paperclipai/dotta
Dotta
2026-03-07 17:18:46 -06:00
df0f101fbd
plugin spec draft ideas v0
Dotta
2026-03-07 17:16:37 -06:00
0abb6a1205
openclaw gateway: persist device keys and smoke pairing flow
Dotta
2026-03-07 17:05:36 -06:00
d52f1d4b44
openclaw-gateway: document and surface pairing-mode requirements
Dotta
2026-03-07 16:32:49 -06:00
e27ec5de8c
fix(smoke): disambiguate case C ack comment target
Dotta
2026-03-07 16:16:53 -06:00
83488b4ed0
fix(openclaw-gateway): enforce join token validation and add smoke preflight gates
Dotta
2026-03-07 16:01:19 -06:00
271a632f1c
fix(openclaw): make invite snippet/onboarding gateway-first
Dotta
2026-03-07 15:39:12 -06:00
9a0e3a8425
Merge pull request #252 from paperclipai/dotta
Dotta
2026-03-07 15:20:39 -06:00
1c1b86f495
fix(issues): guard missing companyId and enrich activity log context
Dotta
2026-03-07 15:19:08 -06:00
1420b86aa7
fix(server): attach raw Error to res.err and avoid pino err key collision
Dotta
2026-03-07 15:19:03 -06:00
22053d18e4
chore: regenerate pnpm-lock.yaml after merge
Dotta
2026-03-07 15:18:23 -06:00
3b4db7a3bc
Merge remote-tracking branch 'public-gh/master'
Dotta
2026-03-07 15:18:02 -06:00
db15dfaf5e
fix(server): return 404 JSON for unmatched API routes
Dotta
2026-03-07 15:15:51 -06:00
1afadd7354
Merge pull request #173 from zvictor/ci
Dotta
2026-03-07 15:15:20 -06:00
9ac2e71187
fix(smoke): pin OpenClaw docker harness to stable stock ref
Dotta
2026-03-07 15:09:52 -06:00
3bde21bb06
Merge pull request #240 from aaaaron/fix-opencode-local-adapter-tests
Dotta
2026-03-07 14:56:31 -06:00
fb684f25e9
Address PR feedback: keep testEnvironment non-destructive, warn on swallowed errors
Aaron
2026-03-07 19:15:10 +00:00
fa7acd2482
Apply suggestion from @greptile-apps[bot]
Aaron
2026-03-07 14:12:22 -05:00
5114c32810
Fix opencode-local adapter: parser, UI, CLI, and environment tests
Aaron
2026-03-07 19:01:04 +00:00
672d769c68
Address PR feedback: keep testEnvironment non-destructive, warn on swallowed errors
Aaron
2026-03-07 19:15:10 +00:00
46c343f81d
Apply suggestion from @greptile-apps[bot]
Aaron
2026-03-07 14:12:22 -05:00
17058dd751
Fix opencode-local adapter: parser, UI, CLI, and environment tests
Aaron
2026-03-07 19:01:04 +00:00
346152f67d
fix(scripts): use shell on Windows to fix spawn EINVAL in dev-runner
Fahmin
2026-03-08 00:15:56 +05:30
a765d342e0
Merge remote-tracking branch 'origin/feature/upload-company-logo' into feature/upload-company-logo
JonCSykes
2026-03-07 13:36:41 -05:00
a5fda1546b
Merge branch 'master' into feature/upload-company-logo
Jon Sykes
2026-03-07 13:34:57 -05:00
4dffdc4de2
Merge master into feature/upload-company-logo
JonCSykes
2026-03-07 12:58:02 -05:00
dd14643848
ui: unify comment/update issue toasts
Dotta
2026-03-07 10:32:22 -06:00
1dac0ec7cf
docs: add manual OpenClaw onboarding checklist
Dotta
2026-03-07 10:32:22 -06:00
7c0a3efea6
feat(ui): add plus button to sidebar AGENTS header
Dotta
2026-03-07 10:19:51 -06:00
671a8ae554
Merge pull request #221 from richardanaya/rename-invoke-to-run-heartbeat
Dotta
2026-03-07 10:17:04 -06:00
baa71d6a08
fix(ui): enforce min 2-line height for agent issue titles on dashboard
Dotta
2026-03-07 10:16:31 -06:00
638f2303bb
Rename Invoke button to Run Heartbeat for clarity
Richard Anaya
2026-03-07 08:12:37 -08:00
a4d0901e89
Revert "Fix markdown editor escaped list markers"
Dotta
2026-03-07 10:09:04 -06:00
f85f2fbcc2
feat(ui): add copy-as-markdown button to comment headers
Dotta
2026-03-07 09:57:50 -06:00
fbcd80948e
Fix markdown editor escaped list markers
Dotta
2026-03-07 09:56:46 -06:00
9d6a83dcca
docs(openclaw-gateway): record e2e execution findings from stock lane validation
Dotta
2026-03-07 09:52:08 -06:00
a251a53571
fix(openclaw): embed explicit heartbeat workflow in wake text
Dotta
2026-03-07 09:52:01 -06:00