Commit e0e22e0
authored
move hybrid mode behind experimental (#1433)
# why
put hybrid mode behind experimental flag
# what changed
added experimental to jsdoc & experimental feature validation
# test plan
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Moved hybrid mode behind the experimental flag to prevent accidental
use. Using mode: 'hybrid' now requires experimental: true; otherwise
validation will fail.
- **Migration**
- If you use mode: 'hybrid', set experimental: true in the Stagehand
constructor.
<sup>Written for commit ae648ab.
Summary will update automatically on new commits.</sup>
<!-- End of auto-generated description by cubic. -->1 parent 05f5580 commit e0e22e0
File tree
3 files changed
+10
-0
lines changed- .changeset
- packages/core/lib/v3
- agent/utils
- types/public
3 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
| |||
0 commit comments