Skip to content

Releases: bruhsb/paperclip-mcp

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 00:38

2.1.1 (2026-04-17)

Bug Fixes

  • docs: remove personal-path exposure in CLAUDE.md (#14) (92d7f83)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 00:29

2.1.0 (2026-04-17)

Features

  • release: v2.1.0 — compose stack, docs overhaul, Model B quality gates (#13) (bb145c2)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 21:46

2.0.0 (2026-04-16)

Features

  • release: switch to conventionalcommits preset and trigger v2.0.0 (b407bba), closes #10 #10

BREAKING CHANGES

  • release: list_* tools now return a pagination envelope
    {items, total, count, offset, has_more, next_offset} instead of raw arrays.

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 10 Apr 17:22

1.2.5 (2026-04-10)

Bug Fixes

  • identity: call agent-scoped endpoints directly, drop /api/agents/me priority (PAP-128) (8028de8)

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:51

1.2.4 (2026-04-10)

Bug Fixes

  • checkout: detect stale executionRunId post-release and surface descriptive error (PAP-125) (cfcaaa4)

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:15

1.2.3 (2026-04-10)

Bug Fixes

  • agents: add regression tests for non-existent UUID in paperclip_get_agent (PAP-119) (10344bc)
  • agents: pass companyId query param on paperclip_get_agent to avoid 422 (PAP-119) (4ebf258)
  • issues: accept labelIds and expectedStatuses as JSON-string (PAP-120) (2fc34f3)
  • issues: auto-release stale executionRunId before retrying 409 in paperclip_checkout_issue (PAP-123) (ce537e5)
  • issues: restore preprocess fix lost in lint-staged race (PAP-120) (f3a86a0)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Apr 15:12

1.2.2 (2026-04-10)

Bug Fixes

  • identity: fall back to agent-id endpoint when /api/agents/me returns 401 (PAP-117) (3c095bb)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 11:33

1.2.1 (2026-04-10)

Bug Fixes

  • errors: include response body in PaperclipApiError message (PAP-116) (bd6a3b3)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 10:42

1.2.0 (2026-04-10)

Bug Fixes

  • activity: add required occurredAt field to paperclip_report_cost_event (PAP-95) (0fdb994)
  • approvals: correct paperclip_get_approval description to remove false linked-issues claim (PAP-85) (758f0f5)
  • approvals: send type+payload instead of title+description to POST /approvals (PAP-84) (7888350)
  • comments: implement client-side after-cursor workaround for broken server param (PAP-88) (fed09fa)
  • documents: mark paperclip_delete_document as boardOnlyHint (PAP-96) (2a531ce)
  • issues: inject agentId in paperclip_checkout_issue POST body (PAP-101) (2a13441)
  • pre-commit: stage README.md in regression test so lint-staged actually runs (PAP-107) (15e6fb8)

Features

  • activity: add paperclip_report_cost_event tool (PAP-87) (ba0f10c)
  • comments: add paperclip_get_comment tool for GET /api/issues/{id}/comments/{commentId} (PAP-86) (295bfeb)
  • labels: add paperclip_list_labels, paperclip_create_label, and labelIds support on issues (PAP-99) (77c8a74)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 02:01

1.1.0 (2026-04-10)

Features

  • documents: add .describe() to Zod schema fields (PAP-72) (947800d)
  • release: implement semantic-release for automated versioning (PAP-76) (4093f34)
  • tooling: add husky + lint-staged pre-commit hooks (PAP-74) (56ff366)