Commit Graph

617 Commits

Author SHA1 Message Date
Cursor Agent c8bdcd935b Cover carriage-return baseURL whitespace validation
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:42:07 +00:00
Cursor Agent 43cf6c9486 Cover percent-encoded delimiter paths in baseURL validation
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:40:50 +00:00
Cursor Agent 6363e7e37a Cover percent-encoded whitespace baseURL acceptance
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:39:04 +00:00
Cursor Agent 6e8c236232 Document internal-tab baseURL invalid examples
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:36:16 +00:00
Cursor Agent 0aa2edb752 Prioritize internal-whitespace baseURL validation
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:34:31 +00:00
Cursor Agent 2644de574c Reject internal whitespace in normalized baseURL values
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:32:31 +00:00
Cursor Agent bf05b9449e Document default baseURL behavior when omitted
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:25:06 +00:00
Cursor Agent b4f5a8b08a Add baseURL validation ordering examples to docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:15:12 +00:00
Cursor Agent 2a60d1d898 Document deterministic baseURL validation ordering
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:03:22 +00:00
Cursor Agent 1f7a16508e Document case-insensitive baseURL protocol matching
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:00:11 +00:00
Cursor Agent 9c3228b759 Document exact baseURL validation error messages
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:50:12 +00:00
Cursor Agent d56f58d66a Document ws and wss baseURL rejection examples
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:45:09 +00:00
Cursor Agent c00d630487 Add explicit baseURL examples to ai docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:41:30 +00:00
Cursor Agent 39492e67ab Reject credential-bearing baseURL values
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:31:21 +00:00
Cursor Agent db22f32e72 Reject baseURL query and hash components
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:27:03 +00:00
Cursor Agent 9afa035574 Require http(s) protocol for chat transport baseURL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:22:40 +00:00
Cursor Agent 3a9047b59b Validate baseURL is an absolute URL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:20:17 +00:00
Cursor Agent 4ae1207428 Validate normalized baseURL cannot be empty
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:15:43 +00:00
Cursor Agent b38d231f75 Trim baseURL whitespace before endpoint normalization
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:08:33 +00:00
Cursor Agent b44b4e5c38 Document baseURL normalization semantics for transport endpoints
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:59:50 +00:00
Cursor Agent 69035260fd Document reconnect behavior when onError is omitted
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:30:28 +00:00
Cursor Agent 5f6e78b5c1 Document retry behavior for stale inactive reconnect cleanup
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:59:56 +00:00
Cursor Agent 87f92e7080 Document reconnect inactive-cleanup error reporting semantics
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:36:30 +00:00
Cursor Agent aab79a08dc Document dual-step best-effort run-store cleanup behavior
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:01:50 +00:00
Cursor Agent b912e4f51c Document best-effort run-store cleanup error semantics
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 01:42:41 +00:00
Cursor Agent 4b4953cc28 Report stream subscribe failures through onError lifecycle
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 01:17:06 +00:00
Cursor Agent 1c50671975 Clarify onError normalization behavior in streams docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 01:06:28 +00:00
Cursor Agent 8f5c16a7c5 Report send-phase errors through onError callback
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:53:16 +00:00
Cursor Agent 1f49bc218b Add optional onError callback for non-fatal transport issues
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:37:22 +00:00
Cursor Agent 5d492d6c9a Document exported transport option helper types in streams docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:30:36 +00:00
Cursor Agent 5d24c69c4f Document supported header input formats for transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:15:09 +00:00
Cursor Agent bff60e11e4 Clarify reconnect lifecycle behavior in transport docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:07:45 +00:00
Cursor Agent e8222f76b9 Document onTriggeredRun callback option in streams guide
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:05:32 +00:00
Cursor Agent 7d17be7406 Document advanced chat transport mapping and run store options
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:52:29 +00:00
Cursor Agent 092c2ba55c Add ai compatibility tests and preserve sdk behavior
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:23:57 +00:00
Cursor Agent af510e668a Document and demo @trigger.dev/ai useChat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:19:36 +00:00
Iss 5d6085dcff docs: Realtime skipColumns and Bun indexing troubleshooting (#3054)
Documents the skipColumns option on useRealtimeRun and
useRealtimeRunsWithTag for status-only subscriptions (smaller payloads,
e.g. for progress/completion UI). Adds a troubleshooting section for the
“Failed to index deployment” source-map error when using the Bun
runtime, with a pnpm patch workaround and link to the GitHub issue
2026-02-14 14:02:00 -05:00
DKP 6e3ac8bd91 docs: cursor cli docs update (remove chmod workaround) (#3031)
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/3031"
target="_blank">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-02-11 13:32:49 +00:00
Iss ddeb9c415e docs: heartbeats, Bun version, troubleshooting, and preview-branch cleanup (#3026)
Doc updates: 
- new Heartbeats page (yield, progress, external updates)
- Bun supported-version note
-  resource_exhausted troubleshooting with native builder link
- GitHub Actions preview-branch example with closed trigger so branches
archive when PRs close
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/3026"
target="_blank">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-02-10 21:53:41 +00:00
DKP ebffa1039c docs: added Cursor background agent docs (#3023)
- Adds a new example project guide for running Cursor's headless CLI
agent as a Trigger.dev task with live Realtime Streams output
- New doc page at `guides/example-projects/cursor-background-agent.mdx`
- Added to sidebar nav and example projects table
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/3023"
target="_blank">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-02-10 16:47:00 +00:00
DKP b96a0b70d4 Docs: Clarify AI tool compatibility and expand context snippet (#3000)
This pull request overhauls the "Building with AI" documentation
section. It includes a comprehensive restructuring of the main
building-with-ai page with new setup guides and troubleshooting
sections, reorganizes the navigation hierarchy to elevate
mcp-agent-rules as a top-level page, and updates multiple documentation
pages to clarify the relationships between three AI tools: Skills, Agent
Rules, and MCP Server. Changes also include formatting improvements,
such as replacing italicized text with inline code formatting, and
consistent additions of explanatory Note blocks and CardGroup components
across related pages.
2026-02-05 15:22:44 -08:00
Iss db4fb9eeef docs: Add Hookdeck example (#3005)
Add documentation for integrating Hookdeck with Trigger.dev to receive
webhooks and forward them to Trigger.dev tasks.
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/3005">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-02-04 16:50:59 -08:00
Iss c0595700f8 docs: clarify .env.local loading and idempotency key reset scope (#2996)
Document that .env.local is automatically loaded during dev, and clarify
that backend-triggered idempotency keys should be reset with global
scope
2026-02-04 09:37:35 -05:00
Iss 6a45f5623b docs: multi-tenant applications and concurrency limits (#2961)
Adds an example of multi-tenant applications as alternative to
project/limit increase, and more info about queue times and concurrency
2026-02-04 09:33:05 -05:00
Iss 104f720f6f docs(troubleshooting): add COULD_NOT_FIND_EXECUTOR error and IPv4 support (#2950)
Document COULD_NOT_FIND_EXECUTOR error with dynamic imports and IPv4
database connection limitation in troubleshooting guide.
2026-02-04 09:30:51 -05:00
Iss e017913021 docs(self-hosting): added graphile worker troubleshooting to docs (#2883)
Add troubleshooting documentation for graphile worker schema migration
failures and PostgreSQL SSL certificate issues that prevent worker
initialization.
2026-02-04 09:29:01 -05:00
Matt Aitken 7781e2aad1 docs: usage function examples were missing the imports (#2830)
Closes #2828
2026-02-04 14:05:59 +00:00
Iss 01208fde27 chore(docs): Add playwright workaround (#2973)
Adds a workaround to playwright to browser download failures based on
this GH issue: https://github.com/triggerdotdev/trigger.dev/issues/2440
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/2973">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-01-30 08:43:23 +00:00
DKP 0674d74bbb Added Trigger.dark theme to the docs (#2967)
<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/2967">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-01-29 13:59:27 +00:00
DKP 9e08712749 Add building with ai/skills pages and updated intro (#2962)
Closes #<issue>

##  Checklist

- [ ] I have followed every step in the [contributing
guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md)
- [ ] The PR title follows the convention.
- [ ] I ran and tested the code works

---

## Testing

_[Describe the steps you took to test this change]_

---

## Changelog

_[Short description of what has changed]_

---

## Screenshots

_[Screenshots]_

💯

<!-- devin-review-badge-begin -->

---

<a
href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/2962">
  <picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
  </picture>
</a>
<!-- devin-review-badge-end -->
2026-01-29 13:55:43 +00:00