Skip to content

chore: bump relay helpers to 0.3.33#39

Merged
khaliqgant merged 1 commit into
mainfrom
codex/relay-helpers-0.3.33
Jun 4, 2026
Merged

chore: bump relay helpers to 0.3.33#39
khaliqgant merged 1 commit into
mainfrom
codex/relay-helpers-0.3.33

Conversation

@khaliqgant

@khaliqgant khaliqgant commented Jun 4, 2026

Copy link
Copy Markdown
Member

User description

Summary

  • bump @relayfile/relay-helpers from 0.3.32 to 0.3.33
  • update lockfile resolution to adapter-linear 0.3.11 / adapter-core 0.3.34 via relay-helpers

Verification

  • npm test
  • npm run typecheck
  • npm run compile
  • npm ls @relayfile/relay-helpers @relayfile/adapter-core @relayfile/adapter-linear --depth=2
  • persona JSON diff check: no generated persona JSON changes
  • git diff --check

Notes

This is the agents-side dependency bump needed after AgentWorkforce/cloud#1849 merged. Persona redeploy remains an explicit operator action after merge.


Summary by cubic

Bumped @relayfile/relay-helpers to 0.3.33, pulling in updated adapters. No behavior changes; persona JSON output is unchanged.

  • Dependencies
    • @relayfile/relay-helpers: 0.3.32 → 0.3.33
    • @relayfile/adapter-core: 0.3.32 → 0.3.34 (via helpers)
    • @relayfile/adapter-linear: 0.3.10 → 0.3.11 (via helpers)

Written for commit e615da4. Summary will update on new commits.

Review in cubic


CodeAnt-AI Description

Update Relay helper dependencies without changing persona output

What Changed

  • Bumped Relay helpers to the latest patch release, along with the related adapter packages it uses
  • Persona generation output remains unchanged
  • This keeps the agent stack aligned with the updated Relay package set

Impact

✅ Preserves existing persona output
✅ Keeps current agent behavior unchanged
✅ Reduces dependency drift

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai

codeant-ai Bot commented Jun 4, 2026

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the dependency @relayfile/relay-helpers from version 0.3.32 to 0.3.33 in both package.json and package-lock.json. This update also bumps the transitive dependencies @relayfile/adapter-core to 0.3.34 and @relayfile/adapter-linear to 0.3.11. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@codeant-ai codeant-ai Bot added the size:S This PR changes 10-29 lines, ignoring generated files label Jun 4, 2026
@codeant-ai

codeant-ai Bot commented Jun 4, 2026

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 813a0fb9-70cf-4fb1-8fcf-1b0d1f0c3643

📥 Commits

Reviewing files that changed from the base of the PR and between 845635f and e615da4.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This PR updates the @relayfile/relay-helpers dependency version from 0.3.32 to 0.3.33 in package.json. This is a minor version bump of a single production dependency with no changes to other fields, scripts, or configurations.

Changes

Dependency Version Update

Layer / File(s) Summary
Relay helpers version bump
package.json
@relayfile/relay-helpers dependency is updated from 0.3.32 to 0.3.33.

Possibly Related PRs

Suggested Labels

size:M

Poem

A tiny hop, a version's flight, 🐰
From .32 to .33 so light,
Dependencies aligned with care,
The relay helpers drift through air.


🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: bumping the relay-helpers dependency to version 0.3.33, which is exactly what the changeset accomplishes.
Description check ✅ Passed The description is directly related to the changeset, providing detailed information about the dependency bump, verification steps, and context about the related cloud infrastructure change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/relay-helpers-0.3.33

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@agent-relay-code

Copy link
Copy Markdown
Contributor

ℹ️ pr-reviewer: review only — no file changes were applied to the PR (nothing to commit after review). The notes below are advisory and were not pushed.

Reviewed PR #39 and found no breakage to fix. The dependency bump is consistent in package.json and package-lock.json; prpm.lock is unrelated skill metadata.

Ran:

  • npm ci
  • npm run typecheck
  • npm test

Bot/reviewer follow-up:

  • Gemini: no feedback
  • CodeAnt: completed
  • CodeRabbit: no actionable comments
  • Cubic: no issues found, 0 annotations

Final remote status snapshot showed CodeRabbit success and Cubic completed successfully.

@khaliqgant khaliqgant merged commit 7f7e499 into main Jun 4, 2026
2 checks passed
@khaliqgant khaliqgant deleted the codex/relay-helpers-0.3.33 branch June 4, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant