Skip to content

Commit

Permalink
base recorder implementation (#13)
Browse files Browse the repository at this point in the history
This pr implements a context recorder that will allow customers to
generate code from actions performed in the browser
  • Loading branch information
GRVYDEV committed Jul 9, 2024
1 parent cc41064 commit 123c9c2
Show file tree
Hide file tree
Showing 26 changed files with 6,851 additions and 1,012 deletions.
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@browserbasehq/sdk": "1.4.2"
},
"changesets": [
"rich-sheep-tickle"
]
}
5 changes: 5 additions & 0 deletions .changeset/rich-sheep-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@browserbasehq/sdk": patch
---

Preview release of the new Browserbase Codegen feature.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @browserbasehq/sdk

## 1.4.3-next.0

### Patch Changes

- 8b58c10: Preview release of the new Browserbase Codegen feature.
Loading

0 comments on commit 123c9c2

Please sign in to comment.