Commit Graph

7098 Commits

Author SHA1 Message Date
Cursor Agent c82bf64db2 Hoist baseURL internal-whitespace regex constant
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:43:24 +00:00
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 a70ecde3f0 Cover internal tab characters in baseURL validation
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:35:34 +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 e92a84e51e Expand changeset notes for baseURL defaults and protocol casing
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:29:18 +00:00
Cursor Agent ed520b6e2a Cover empty-after-NBSP baseURL validation paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:27:29 +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 3aa5ad1fa9 Cover non-breaking-space baseURL normalization paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:22:48 +00:00
Cursor Agent e6e6bee5c3 Cover newline and tab baseURL whitespace trimming
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:21:41 +00:00
Cursor Agent 4d0270d207 Cover omitted baseURL default constructor paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:19:07 +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 c69808e7c7 Expand baseURL precedence coverage for mixed invalid inputs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:14:33 +00:00
Cursor Agent 0cb113b4fe Cover runtime uppercase HTTP baseURL prefix normalization
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:12:24 +00:00
Cursor Agent 5db7fb77af Cover whitespace uppercase HTTPS baseURL acceptance
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:09:53 +00:00
Cursor Agent 7d3eac26ea Cover whitespace-wrapped uppercase HTTP baseURL acceptance
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:07:21 +00:00
Cursor Agent 9863544dd1 Note baseURL validation ordering in changeset
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:05:08 +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 b751ad836f Centralize baseURL validation error messages
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 05:02:25 +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 b9eb04c613 Cover factory acceptance for uppercase HTTP baseURL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:56:36 +00:00
Cursor Agent be5487fb4c Cover hash-over-credential validation precedence
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:54:34 +00:00
Cursor Agent 8309d579ae Cover baseURL validation error precedence
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:52:22 +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 341e3452cd Cover trimmed ws and wss baseURL rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:49:35 +00:00
Cursor Agent 5a017a732e Refactor baseURL validation into focused helpers
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:47:10 +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 2f1c683c0a Cover ws and wss baseURL protocol rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:43:29 +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 c970ff0be8 Cover uppercase HTTPS baseURL acceptance paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:39:21 +00:00
Cursor Agent cb701f2f62 Cover trimmed hash and credential baseURL rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:37:22 +00:00
Cursor Agent 861e42a219 Cover trimmed query-bearing baseURL rejection paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:35:19 +00:00
Cursor Agent ae2942e123 Document baseURL validation in ai package changeset
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:33:06 +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 7f4cca5fed Cover accepted https baseURL validation paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:29:09 +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 915573cfd0 Cover uppercase HTTP baseURL protocol handling
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:24:49 +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 edeed64296 Add factory-path baseURL empty validation coverage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:17:49 +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 29a8d6e4bd Add trimmed baseURL prefixed encoding transport coverage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:13:20 +00:00
Cursor Agent c132ca4580 Add baseURL whitespace trim path-prefix transport test
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:10:58 +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 7d7540114b Cover inactive string cleanup retries without onError callback
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:03:13 +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 e2438abda1 Cover prefixed baseURL plus run/stream URL encoding
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:56:50 +00:00