gsxdsm
811e2b9909
Add globalToolbarButton slot type and update related documentation
2026-03-14 15:05:04 -07:00
gsxdsm
2dbb31ef3c
Fix syntax error
2026-03-14 14:34:56 -07:00
Dotta
648ee37a17
Merge pull request #912 from gsxdsm/feat/plugin-breadcumb-slot
...
Add global toolbar slots to BreadcrumbBar component
2026-03-14 16:28:56 -05:00
Dotta
98e73acc3b
Merge pull request #904 from gsxdsm/fix/build-plugin-sdk
...
Add buildPluginSdk function to build the plugin SDK during dev run
2026-03-14 16:28:26 -05:00
Dotta
0fb85e5729
Merge pull request #910 from gsxdsm/feat/plugin-cli
...
Add plugin cli commands
2026-03-14 16:28:06 -05:00
gsxdsm
7e3a04c76c
Refactor BreadcrumbBar to use useMemo for global toolbar slot context and improve rendering logic
2026-03-14 14:19:32 -07:00
gsxdsm
e219761d95
Fix plugin installation output and error handling in registerPluginCommands
2026-03-14 14:15:42 -07:00
gsxdsm
0afd5d5630
Update cli/src/commands/client/plugin.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-14 14:08:21 -07:00
gsxdsm
4f8df1804d
Update cli/src/commands/client/plugin.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-14 14:08:15 -07:00
gsxdsm
d0677dcd91
Update cli/src/commands/client/plugin.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-14 14:08:03 -07:00
gsxdsm
bc5d650248
Add global toolbar slots to BreadcrumbBar component
2026-03-14 14:05:29 -07:00
Dotta
2e3a0d027e
Merge pull request #909 from mvanhorn/feat/plugin-domain-event-bridge
...
feat(plugins): bridge core domain events to plugin event bus
2026-03-14 16:00:03 -05:00
Dotta
b92f234d88
Merge pull request #903 from gsxdsm/fix/process-list
...
Refine heartbeatService to only target runs stuck in "running" state
2026-03-14 15:58:46 -05:00
gsxdsm
0f831e09c1
Add plugin cli commands
2026-03-14 13:58:43 -07:00
Matt Van Horn
a6c7e09e2a
fix(plugins): log plugin handler errors, warn on double-init
...
Address Greptile review feedback:
- Log plugin event handler errors via logger.warn instead of
silently discarding the emit() result
- Warn if setPluginEventBus is called more than once
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 13:51:41 -07:00
Matt Van Horn
30e2914424
feat(plugins): bridge core domain events to plugin event bus
...
The plugin event bus accepts subscriptions for core events like
issue.created but nothing emits them. This adds a bridge in
logActivity() so every domain action that's already logged also
fires a PluginEvent to subscribing plugins.
Uses a module-level setter (same pattern as publishLiveEvent)
to avoid threading the bus through all route handlers. Only
actions matching PLUGIN_EVENT_TYPES are forwarded.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 13:44:26 -07:00
gsxdsm
6b17f7caa8
Update scripts/dev-runner.mjs
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-14 13:29:46 -07:00
gsxdsm
2dc3b4df24
Add buildPluginSdk function to build the plugin SDK during dev run
2026-03-14 13:10:01 -07:00
gsxdsm
b13c530024
Refine heartbeatService to only target runs stuck in "running" state
2026-03-14 13:02:21 -07:00
Dotta
0851e81b47
Merge pull request #821 from paperclipai/feature/plugin-runtime-instance-cleanup
...
WIP: Simplify plugin runtime and cleanup lifecycle
2026-03-14 13:45:56 -05:00
Dotta
325fcf8505
Merge pull request #864 from paperclipai/fix/agent-home-env
...
fix: set AGENT_HOME env var for agent processes
2026-03-14 12:44:28 -05:00
Dotta
4cfbeaba9d
Drop lockfile from watcher change
2026-03-14 12:19:25 -05:00
Dotta
0605c9f229
Tighten plugin dev file watching
2026-03-14 12:07:04 -05:00
Dotta
22b8e90ba6
Fix plugin smoke example typecheck
2026-03-14 11:44:50 -05:00
Dotta
7c4b02f02b
Fix plugin dev watcher and migration snapshot
2026-03-14 11:32:15 -05:00
Dotta
dcd8a47d4f
Merge pull request #713 from paperclipai/release/0.3.1
...
Release/0.3.1
2026-03-14 11:00:24 -05:00
Dotta
eafb5b8fd9
Merge public-gh/master into feature/plugin-runtime-instance-cleanup
2026-03-14 10:46:19 -05:00
Dotta
30888759f2
Clarify plugin authoring and external dev workflow
2026-03-14 10:40:21 -05:00
Dotta
193a987513
Merge pull request #837 from paperclipai/paperclip-issue-documents
...
feat(issues): add issue documents and inline editing
2026-03-14 09:37:47 -05:00
Dotta
cb5d7e76fb
Expand kitchen sink plugin demos
2026-03-14 09:26:45 -05:00
Dotta
bc12f08c66
fix(issue-documents): address greptile review
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 09:18:59 -05:00
Dotta
a7a64f11be
Update packages/shared/src/validators/issue.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-14 09:09:21 -05:00
Dotta
31e6e30fe3
feat(ui): add issue document copy and download actions
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 07:24:47 -05:00
Dotta
ad7bf4288a
fix(ui): unify new issue upload action
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 07:21:21 -05:00
Dotta
16dfcb56a4
feat(ui): stage issue files before create
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 07:13:59 -05:00
Dotta
924762c073
feat(ui): handle issue document edit conflicts
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 06:59:20 -05:00
Dotta
abb70ca5c5
fix(ui): refresh issue documents from live events
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 06:52:44 -05:00
Dotta
1e3a485408
feat(ui): deep link issue documents
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 06:48:43 -05:00
Dotta
07d13e1738
fix(ui): streamline issue document chrome
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 06:13:07 -05:00
Dotta
c8cd950a03
fix(ui): collapse empty document and attachment states
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 06:02:46 -05:00
Dotta
501ab4ffa9
fix(ui): simplify document card body layout
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 05:56:17 -05:00
Devin Foley
d671a59306
fix: set AGENT_HOME env var for agent processes
...
The $AGENT_HOME environment variable was referenced by skills (e.g.
para-memory-files) but never actually set, causing runtime errors like
"/HEARTBEAT.md: No such file or directory" when agents tried to resolve
paths relative to their home directory.
Add agentHome to the paperclipWorkspace context in the heartbeat service
and propagate it as the AGENT_HOME env var in all local adapters.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-14 00:36:53 -07:00
Dotta
6fa1dd2197
Add kitchen sink plugin example
2026-03-13 23:03:51 -05:00
Dotta
eb0a74384e
fix(issues): address document review comments
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-13 22:17:49 -05:00
Dotta
ab41fdbaee
Merge public-gh/master into paperclip-issue-documents
...
Resolve conflicts by keeping the issue-documents work alongside upstream heartbeat-context, worktree branding, and adapter runtime updates.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-13 21:47:06 -05:00
Dotta
45998aa9a0
feat(issues): add issue documents and inline editing
...
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-13 21:30:48 -05:00
Dotta
12ccfc2c9a
Simplify plugin runtime and cleanup lifecycle
2026-03-13 16:58:29 -05:00
Dotta
80cdbdbd47
Add plugin framework and settings UI
2026-03-13 16:22:34 -05:00
Dotta
bcce5b7ec2
Merge pull request #816 from paperclipai/fix/worktree-seed-and-env-quoting
...
fix(cli): preserve worktree seed source config and quote special env values
2026-03-13 15:18:03 -05:00
Dotta
8eacc9c697
Merge pull request #817 from paperclipai/docs/agent-evals-framework-plan
...
docs: add agent evals framework plan
2026-03-13 15:17:40 -05:00