-
d3401c0518
Fix horizontal scroll overflow in close workspace modal
dotta
2026-04-04 10:02:26 -05:00
-
dbb5f0c4a9
Unify all toggle switches into a single responsive ToggleSwitch component
dotta
2026-04-04 10:00:39 -05:00
-
3d685335eb
Add sign out button to instance general settings
dotta
2026-04-04 09:55:15 -05:00
-
2615450afc
Make close workspace modal responsive for mobile
dotta
2026-04-04 09:55:10 -05:00
-
-
35f2fc7230
Merge pull request #2218 from HenkDz/feat/external-adapter-phase1
Dotta
2026-04-04 17:45:19 -05:00
-
-
d9476abecb
fix(adapters): honor paused overrides and isolate UI parser state
dotta
2026-04-04 14:04:33 -05:00
-
d12650e5ac
fix: update stale single-status checkout examples in worked docs
Devin Foley
2026-04-04 11:43:29 -07:00
-
d202631016
fix: autoformat pasted markdown in inline editor (#2673)
Devin Foley
2026-04-04 11:21:27 -07:00
-
cd2be692e9
Fix in-review task recheckout guidance
Devin Foley
2026-04-04 11:20:29 -07:00
-
c6d2dc8b56
fix(ui): narrow overridePaused to boolean in AdapterManager spread
HenkDz
2026-04-04 17:08:53 +01:00
-
80b81459a7
Merge remote-tracking branch 'upstream/master' into feat/external-adapter-phase1
HenkDz
2026-04-04 14:33:48 +01:00
-
-
-
-
a07237779b
Merge pull request #2735 from paperclipai/chore/update-v2026-403-0-release-notes
Dotta
2026-04-04 07:50:33 -05:00
-
-
21dd6acb81
updated release notes
dotta
2026-04-04 07:44:23 -05:00
-
-
b81d765d2e
feat: server-side override pause/resume for builtin adapter types
HenkDz
2026-04-04 13:17:21 +01:00
-
4efe018a8f
fix(ui): external adapter UI parser can now override builtin parsers
HenkDz
2026-04-04 12:40:39 +01:00
-
0651f48f6c
fix(ui): move reinstall button to end — power, reload, remove, reinstall
HenkDz
2026-04-03 23:05:00 +01:00
-
01c05b5f1b
fix(ui): remove loaded badge, order badges — source, icon, version, override, disabled
HenkDz
2026-04-03 22:58:04 +01:00
-
c36ea1de6f
fix(ui): reorder adapter badges — always-present first, conditional last
HenkDz
2026-04-03 22:51:49 +01:00
-
3c4b8711ec
fix(ui): remove title prop from Lucide icons (not supported in this version)
HenkDz
2026-04-03 22:38:27 +01:00
-
ef2cbb838f
chore: add trailing newline to server/package.json
HenkDz
2026-04-03 22:37:33 +01:00
-
fb3aabb743
feat(adapters): add overriddenBuiltin flag to API and Adapter Manager UI
HenkDz
2026-04-03 22:25:27 +01:00
-
2a2fa31a03
feat(adapters): allow external plugins to override built-in adapters
HenkDz
2026-04-03 22:17:34 +01:00
-
8adae848e4
Merge pull request #2675 from paperclipai/pap-feedback-trace-export-fixes
Dotta
2026-04-03 16:06:43 -05:00
-
-
00898e8194
Restore feedback trace export fixes
dotta
2026-04-03 15:59:42 -05:00
-
-
199a2178cf
feat(ui): collapsible system_group block in transcript view
HenkDz
2026-04-03 21:52:36 +01:00
-
ed95fc1dda
Merge pull request #2674 from paperclipai/fix/feedback-test-uuid-redaction
Dotta
2026-04-03 15:21:26 -05:00
-
-
c757a07708
fix(adapters): stable sort order, npm/local icons, reinstall dialog, HMR polling on WSL
HenkDz
2026-04-03 17:30:45 +01:00
-
acfd7c260a
feat: add hermes_local session management and show provider/model in run details
HenkDz
2026-04-03 09:50:34 +01:00
-
388650afc7
fix: update tests for SchemaConfigFields and comingSoon logic
HenkDz
2026-04-01 23:23:14 +01:00
-
d7a7bda209
chore: restore pnpm-lock.yaml to upstream/master
HenkDz
2026-04-01 23:16:24 +01:00
-
47f3cdc1bb
fix(ui): external adapter selection, config field placement, and transcript parser freshness
HenkDz
2026-04-01 21:56:19 +01:00
-
69a1593ff8
feat(adapters): declarative config-schema API and UI for plugin adapters
HenkDz
2026-04-01 13:58:02 +01:00
-
f884cbab78
fix(adapters): restore built-in Hermes and sync lockfile with server
HenkDz
2026-03-31 21:38:37 +01:00
-
14d59da316
feat(adapters): external adapter plugin system with dynamic UI parser
HenkDz
2026-03-31 20:21:13 +01:00
-
-
-
e13c3f7c6c
fix: use deterministic UUID in feedback-service test to avoid phone redaction
Devin Foley
2026-04-03 13:04:56 -07:00
-
-
f8452a4520
Merge pull request #2657 from paperclipai/fix/inbox-last-activity-ordering
Dotta
2026-04-03 14:19:05 -05:00
-
-
68b2fe20bb
Address Greptile telemetry review comments
dotta
2026-04-03 14:11:11 -05:00
-
1ce800c158
docs: add claimedApiKeyPath to agentConfigurationDoc
Wes Belt
2026-04-03 14:15:36 -04:00
-
aa256fee03
feat: add authenticated screenshot utility (#2622)
Devin Foley
2026-04-03 10:51:26 -07:00
-
112eeafd62
fix: remove redundant bracket-notation redact path
plind-dm
2026-04-04 01:33:08 +09:00
-
258c7ccd21
fix: ensure agents respond to comments on in_review tasks
Devin Foley
2026-04-03 09:19:48 -07:00
-
728fbdd199
Fix markdown paste handling in document editor (#2572)
馨冉
2026-04-03 23:50:48 +08:00
-
8e42c6cdac
fix(openclaw-gateway): make claimedApiKeyPath configurable per agent
Wes Belt
2026-04-03 11:25:58 -04:00
-
-
-
2af64b6068
fix(security): redact Bearer tokens from server log output
plind-dm
2026-04-03 23:50:45 +09:00
-
9b3ad6e616
Fix telemetry test mocking in agent skill routes
dotta
2026-04-03 09:43:58 -05:00
-
f749efd412
fix(ui): skip paused dimming on Paused filter tab
plind-dm
2026-04-03 23:37:03 +09:00
-
f2925ae0df
Update ui/src/components/KanbanBoard.tsx
plind
2026-04-03 23:37:12 +09:00
-
37b6ad42ea
Add versioned telemetry events
dotta
2026-04-03 07:32:54 -05:00
-
-
6d73a8a1cb
test(import): verify frontmatter role fallback preserves CEO role
plind-dm
2026-04-03 23:24:24 +09:00
-
acb2bc6b3b
Update ui/src/pages/Agents.tsx
plind
2026-04-03 23:22:02 +09:00
-
21ee44e29c
fix(ui): make goal description area scrollable in create dialog
plind-dm
2026-04-03 23:19:50 +09:00
-
-
-
58db67c318
fix(ui): collapse empty kanban columns to save horizontal space
plind-dm
2026-04-03 23:18:38 +09:00
-
-
87d46bba57
fix(ui): use null instead of undefined when clearing extra args
plind-dm
2026-04-03 23:15:10 +09:00
-
-
-
045a3d54b9
fix(ui): dim paused agents in list and org chart views
plind-dm
2026-04-03 23:14:05 +09:00
-
-
f467f3d826
fix(import): read agent role from frontmatter before defaulting to "agent"
plind-dm
2026-04-03 23:04:44 +09:00
-
-
-
2ac40aba56
Merge pull request #2645 from paperclipai/fix/feedback-row-run-link
Dotta
2026-04-03 08:12:31 -05:00
-
-
72408642b1
fix: add executionAgentNameKey to execution lock clears (Greptile)
chrisschwer
2026-04-03 15:11:42 +02:00
-
8db0c7fd2f
docs: add v2026.403.0 release changelog
dotta
2026-04-03 07:57:03 -05:00
-
993a3262f6
fix(ui): place run link in same row as feedback buttons, right-aligned
dotta
2026-04-03 07:43:23 -05:00
-
a13a67de54
fix(ui): style Don't allow button as outline in feedback modal
dotta
2026-04-03 07:39:22 -05:00
-
-
422dd51a87
Merge pull request #2638 from paperclipai/fix/inbox-last-activity-ordering
Dotta
2026-04-03 07:27:46 -05:00
-
-
a80edfd6d9
fix(inbox): prefer canonical last activity
dotta
2026-04-03 07:24:33 -05:00
-
-
65e0d3d672
fix: stale execution lock lifecycle (PIP-002)
chrisschwer
2026-04-03 10:03:43 +02:00
-
931678db83
fix: remove max-w-6xl from instructions tab (#2621)
Devin Foley
2026-04-03 00:02:24 -07:00
-
-
-
dda63a4324
Update CONTRIBUTING.md to require PR template, Greptile 5/5, and tests (#2618)
Devin Foley
2026-04-02 23:49:30 -07:00
-
43fa9c3a9a
fix(ui): make markdown editor monospace for agent instruction files (#2620)
Devin Foley
2026-04-02 23:47:00 -07:00
-
c9ee8e7a7e
fix(issues): replace non-null assertions with null checks in checkout re-read
plind-dm
2026-04-03 09:56:23 +09:00
-
-
f843a45a84
fix: use sh instead of /bin/sh as shell fallback on Windows (#891)
Octasoft Ltd
2026-04-03 01:34:26 +01:00
-
36049beeea
Merge pull request #2552 from paperclipai/PAPA-42-add-model-used-to-pr-template-and-checklist
Dotta
2026-04-02 13:47:46 -05:00
-
-
c041fee6fc
feat: add Model Used section to PR template and checklist
Devin Foley
2026-04-02 11:32:22 -07:00
-
-
-
82290451d4
Merge pull request #2541 from paperclipai/pap-1078-qol-fixes
Dotta
2026-04-02 13:31:12 -05:00
-
-
-
-
fb3b57ab1f
merge master into pap-1078-qol-fixes
dotta
2026-04-02 13:14:20 -05:00
-
-
-
-
ca8d35fd99
Merge pull request #2540 from paperclipai/pap-1078-inbox-operator-polish
Dotta
2026-04-02 13:02:33 -05:00
-
-
81a7f79dfd
Merge pull request #2539 from paperclipai/pap-1078-workspaces-routines
Dotta
2026-04-02 13:01:19 -05:00
-
-
ad1ef6a8c6
fix(ui): address final Greptile follow-up
dotta
2026-04-02 12:21:35 -05:00
-
833842b391
fix(inbox): address Greptile review findings
dotta
2026-04-02 12:16:34 -05:00
-
fd6cfc7149
fix(routines): address Greptile review findings
dotta
2026-04-02 12:09:02 -05:00
-
620a5395d7
Update server/src/routes/issues.ts
plind
2026-04-03 02:01:46 +09:00
-
1350753f5f
fix(api): include attachment metadata in heartbeat-context response
plind-dm
2026-04-03 01:53:57 +09:00
-
-
-
50e9f69010
fix(ui): surface skipped wakeup messages in agent detail
dotta
2026-04-02 11:52:43 -05:00
-
38a0cd275e
test(ui): cover routine run variables dialog
dotta
2026-04-02 11:52:13 -05:00
-
bd6d07d0b4
fix(ui): polish issue detail timelines and attachments
dotta
2026-04-02 11:51:40 -05:00
-
-
-
3ab7d52f00
feat(inbox): add operator search and keyboard controls
dotta
2026-04-02 11:45:15 -05:00
-
-
-
909e8cd4c8
feat(routines): add workspace-aware routine runs
dotta
2026-04-02 11:38:57 -05:00
-
-
36376968af
Merge pull request #2527 from paperclipai/PAP-806-telemetry-implementation-in-paperclip-plan
Dotta
2026-04-02 11:10:16 -05:00
-
-
29d0e82dce
fix: make feedback migration replay-safe after rebase
dotta
2026-04-02 10:54:56 -05:00
-
1c1040e219
test: make cli telemetry test deterministic in CI
dotta
2026-04-02 10:43:44 -05:00
-
0ec8257563
fix: include shared telemetry sources in cli typecheck
dotta
2026-04-02 10:09:14 -05:00
-
38833304d4
fix: restore cli telemetry config handling in worktrees
dotta
2026-04-02 09:55:12 -05:00
-
85e6371cb6
fix: use agent role for first heartbeat telemetry
dotta
2026-04-02 09:18:26 -05:00
-
daea94a2ed
test: align task-completed telemetry assertion with agent role
dotta
2026-04-02 08:48:06 -05:00
-
c18b3cb414
fix: use agent role instead of adapter type in task_completed telemetry
dotta
2026-04-01 09:52:13 -05:00
-
af844b778e
Add plugin telemetry bridge capability
dotta
2026-03-31 13:18:50 -05:00
-
53dbcd185e
fix: align telemetry client payload and dimensions with backend schema
dotta
2026-03-31 12:30:15 -05:00
-
f16de6026d
fix: add periodic flush and graceful shutdown for server-side telemetry
dotta
2026-03-31 12:02:36 -05:00
-
34044cdfce
feat: implement app-side telemetry sender
dotta
2026-03-31 08:08:18 -05:00
-
-
ca5659f734
Merge pull request #2529 from paperclipai/PAP-880-thumbs-capture-for-evals-feature-pr
Dotta
2026-04-02 10:44:50 -05:00
-
-
77faf8c668
fix(onboarding): remove residual $AGENT_HOME reference in CEO AGENTS.md
plind-dm
2026-04-03 00:08:31 +09:00
-
d12e3e3d1a
Fix feedback review findings
dotta
2026-04-02 10:03:07 -05:00
-
2fca400dd9
fix(onboarding): use relative paths instead of $AGENT_HOME in CEO instructions
plind-dm
2026-04-02 23:53:53 +09:00
-
-