Skip to content

Fix jq 1.6 compat in vendored Claude plugin, bump to 1.2.1#172

Merged
adagradschool merged 1 commit into
masterfrom
fix/jq-end-reserved-keyword
Mar 19, 2026
Merged

Fix jq 1.6 compat in vendored Claude plugin, bump to 1.2.1#172
adagradschool merged 1 commit into
masterfrom
fix/jq-end-reserved-keyword

Conversation

@adagradschool
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Verified in Modal sandbox with debian_slim (jq 1.6) — spans now export correctly
  • Traces visible in PromptLayer dashboard

🤖 Generated with Claude Code

Vendor latest promptlayer-claude-plugins which renames the `$end` jq
variable to `$end_time` in build_span_json. `$end` is a reserved keyword
in jq 1.6 (Debian bookworm), causing spans to silently fail and traces
to never appear in PromptLayer.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@adagradschool adagradschool requested a review from jzone3 as a code owner March 19, 2026 22:28
@adagradschool adagradschool merged commit 6014167 into master Mar 19, 2026
6 checks passed
@adagradschool adagradschool deleted the fix/jq-end-reserved-keyword branch March 19, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants