Skip to content

chore: release v4.5.0-rc.6#3870

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release v4.5.0-rc.6#3870
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

3 improvements.

Improvements

  • trigger init now sets up your AI coding assistant as part of project setup: pick the MCP server, the agent skills, or both, then scaffold with the CLI or hand off to your assistant. Adds a new getting-started agent skill that teaches assistants how to bootstrap Trigger.dev (install the SDK, write trigger.config.ts, create a first task, run trigger dev), so the AI-driven setup path works end to end. It ships in the CLI alongside the existing skills, version-matched to your SDK. (#3872)
  • dev and deploy now fail with a clear error when two tasks are defined with the same id, including across different task types (e.g. a scheduled task and a regular task sharing an id). Previously the second definition silently overwrote the first, so one of the tasks would vanish with no warning. Task ids are detected as duplicates during indexing (naming each offending id and the files it was found in), and the same rule is enforced server-side when the background worker is registered. (#3865)
  • trigger skills installs Trigger.dev agent skills into your coding agent so it knows how to write tasks, schedules, realtime, and chat.agent code. The skills ship with the CLI and are copied into each tool's native skills directory (Claude Code, Cursor, GitHub Copilot, and Codex / AGENTS.md), and trigger dev offers to install them on first run. (#3868)
Raw changeset output

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@trigger.dev/build@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

trigger.dev@4.5.0-rc.6

Patch Changes

  • trigger init now sets up your AI coding assistant as part of project setup: pick the MCP server, the agent skills, or both, then scaffold with the CLI or hand off to your assistant. Adds a new getting-started agent skill that teaches assistants how to bootstrap Trigger.dev (install the SDK, write trigger.config.ts, create a first task, run trigger dev), so the AI-driven setup path works end to end. It ships in the CLI alongside the existing skills, version-matched to your SDK. (#3872)

  • dev and deploy now fail with a clear error when two tasks are defined with the same id, including across different task types (e.g. a scheduled task and a regular task sharing an id). Previously the second definition silently overwrote the first, so one of the tasks would vanish with no warning. Task ids are detected as duplicates during indexing (naming each offending id and the files it was found in), and the same rule is enforced server-side when the background worker is registered. (#3865)

  • trigger skills installs Trigger.dev agent skills into your coding agent so it knows how to write tasks, schedules, realtime, and chat.agent code. The skills ship with the CLI and are copied into each tool's native skills directory (Claude Code, Cursor, GitHub Copilot, and Codex / AGENTS.md), and trigger dev offers to install them on first run. (#3868)

    trigger skills --target claude-code

    Replaces the previous install-rules command, which stays as an alias.

  • Updated dependencies:

    • @trigger.dev/core@4.5.0-rc.6
    • @trigger.dev/build@4.5.0-rc.6
    • @trigger.dev/schema-to-json@4.5.0-rc.6

@trigger.dev/core@4.5.0-rc.6

Patch Changes

  • dev and deploy now fail with a clear error when two tasks are defined with the same id, including across different task types (e.g. a scheduled task and a regular task sharing an id). Previously the second definition silently overwrote the first, so one of the tasks would vanish with no warning. Task ids are detected as duplicates during indexing (naming each offending id and the files it was found in), and the same rule is enforced server-side when the background worker is registered. (#3865)

@trigger.dev/plugins@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@trigger.dev/python@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6
    • @trigger.dev/build@4.5.0-rc.6
    • @trigger.dev/sdk@4.5.0-rc.6

@trigger.dev/react-hooks@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@trigger.dev/redis-worker@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@trigger.dev/rsc@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@trigger.dev/schema-to-json@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@trigger.dev/sdk@4.5.0-rc.6

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.6

@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 8, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d1a7d53 to e7ceb30 Compare June 8, 2026 17:03
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 8, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e7ceb30 to a59db93 Compare June 9, 2026 10:42
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 9, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a59db93 to 47902c1 Compare June 9, 2026 10:48
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 9, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 47902c1 to adc2203 Compare June 9, 2026 11:09
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 9, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from adc2203 to 005b31e Compare June 9, 2026 11:12
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 9, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.6 chore: release (rc) Jun 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 005b31e to 2e903da Compare June 9, 2026 21:38
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.6 Jun 9, 2026
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.

0 participants