This website requires JavaScript.
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
63afce3692
Merge pull request #151 from eltociear/add-license
Dotta
2026-03-07 09:50:28 -06:00
e07646bade
Merge pull request #218 from richardanaya/fix-recommended-pill
Dotta
2026-03-07 09:49:20 -06:00
ddb7101fa5
fixing overhanging recommended text in onboarding
Richard Anaya
2026-03-07 07:44:46 -08:00
3f42357e5f
Merge pull request #196 from hougangdev/fix/inbox-badge-missing-approvals
Dotta
2026-03-07 09:46:03 -06:00
3b08d4d582
Merge pull request #217 from aaaaron/CONTRIBUTING
Dotta
2026-03-07 09:39:51 -06:00
049f768bc7
Add Contributing guide
Aaron
2026-03-07 15:32:27 +00:00
19c295ec03
Merge pull request #183 from richardanaya/master
Dotta
2026-03-07 09:31:35 -06:00
a6b5f12daf
feat(pi-local): fix bugs, add RPC mode, improve cost tracking and output handling
Richard Anaya
2026-03-07 07:23:44 -08:00
4bd6961020
fix(openclaw-gateway): add diagnostics capture and two-lane validation to e2e
Dotta
2026-03-07 09:22:40 -06:00
fd0799fd71
Merge pull request #78 from MumuTW/fix/dashboard-spa-refresh-500
Dotta
2026-03-07 09:05:19 -06:00
b91820afd3
Merge remote-tracking branch 'public-gh/master'
Dotta
2026-03-07 09:04:39 -06:00
0315e4cdc2
docs: add local-cli mode and self-test playbook to paperclip skill
Dotta
2026-03-07 08:59:51 -06:00
654463c28f
feat(cli): add agent local-cli command for skill install and env export
Dotta
2026-03-07 08:59:45 -06:00
f1ad727f8e
feat(ui): render mermaid diagrams in markdown content
Dotta
2026-03-07 08:59:39 -06:00
10cccc07cd
feat: deduplicate project shortnames on create and update
Dotta
2026-03-07 08:59:34 -06:00
a498c268c5
feat: add openclaw_gateway adapter
Dotta
2026-03-07 08:59:29 -06:00
fa8499719a
ui: remove local toast on issue create
Dotta
2026-03-07 08:55:19 -06:00
1fcc6900ff
ui: suppress self-authored issue toasts
Dotta
2026-03-07 08:42:58 -06:00
45708a06f1
ui: avoid duplicate and self comment toasts
Dotta
2026-03-07 08:31:59 -06:00
792397c2a9
feat(ui): add agent creation choice modal and full-page config
Dotta
2026-03-07 08:26:49 -06:00
36e4e67025
fix(sidebar-badges): include approvals in inbox badge count
hougangdev
2026-03-07 17:38:07 +08:00
f44efce265
Add @types/node as a devDependency in cursor-local package
JonCSykes
2026-03-06 23:15:45 -05:00
6f16fc0a93
Merge remote-tracking branch 'origin/master' into feature/upload-company-logo
JonCSykes
2026-03-06 22:55:25 -05:00
6077ae6064
feat: add Pi adapter support to constants and onboarding UI
Richard Anaya
2026-03-06 18:47:44 -08:00
eb7f690ceb
Adding support for pi-local
Richard Anaya
2026-03-06 18:29:38 -08:00
ef0e08b8ed
ci: clarify fail-fast lockfile refresh behavior
zvictor
2026-03-06 21:49:13 -03:00
3bcdf3e3ad
ci: remove unnecessary full-history checkout
zvictor
2026-03-06 21:40:05 -03:00
fccec94805
ci: fix pnpm lockfile policy checks
zvictor
2026-03-06 21:29:16 -03:00
bee9fdd207
ci: split workflows and move pnpm lockfile ownership to GitHub Actions
zvictor
2026-03-06 21:21:28 -03:00
0ae5d81deb
fix(ui): show agent issue title as two lines on dashboard
Dotta
2026-03-06 17:09:21 -06:00
ffc59f5b08
Merge pull request #159 from Logesh-waran2003/logesh/fix-backlog-issue-wake
Dotta
2026-03-06 16:57:17 -06:00
f5f8c4a883
Merge branch 'master' of github.com-dotta:paperclipai/paperclip
Dotta
2026-03-06 16:52:11 -06:00
e693e3d466
feat(release): auto-create GitHub Release on publish
Dotta
2026-03-06 16:50:25 -06:00
e4928f3a10
feat(openclaw): support x-openclaw-token header alongside legacy x-openclaw-auth
Dotta
2026-03-06 16:50:20 -06:00
514dc43923
feat(openclaw): support /hooks/agent endpoint and multi-endpoint detection
Dotta
2026-03-06 16:50:15 -06:00
4599fc5a8d
Merge remote-tracking branch 'origin/master' into feature/upload-company-logo
JonCSykes
2026-03-06 17:21:06 -05:00
a4702e48f9
Add sanitization for SVG uploads and enhance security headers for asset responses
JonCSykes
2026-03-06 17:18:43 -05:00
b539462319
Revert "openclaw: force webhook transport to use hooks/wake"
Dotta
2026-03-06 16:18:26 -06:00
aa7e069044
openclaw: force webhook transport to use hooks/wake
Dotta
2026-03-06 16:11:11 -06:00
3b0ff94e3f
Merge pull request #154 from cschneid/fix/no-self-wake-on-comment
Dotta
2026-03-06 16:05:28 -06:00
5ab1c18530
fix openclaw webhook payload for /v1/responses
Dotta
2026-03-06 15:50:08 -06:00
36013c35d9
dev: make pnpm dev watch workspace package changes
Dotta
2026-03-06 15:48:35 -06:00