Skip to content

Commit 47f6b67

Browse files
authored
Add support for experimentalTeeTransform to allow models to re-grep commands (#16)
* Add support for experimentalTeeTransform to allow models to re-grep commands * Fix lint
1 parent b9774b5 commit 47f6b67

14 files changed

Lines changed: 1532 additions & 1537 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.1/schema.json",
33
"linter": {
44
"enabled": true,
55
"rules": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
"dependencies": {
5959
"fast-glob": "^3.3.2",
6060
"gray-matter": "^4.0.3",
61+
"just-bash": "^2.10.2",
6162
"zod": "^3.23.8"
6263
},
6364
"devDependencies": {
6465
"@biomejs/biome": "^2.3.11",
6566
"@types/node": "^22.10.0",
6667
"@vercel/sandbox": "^1.2.0",
6768
"ai": "^6.0.13",
68-
"just-bash": "^2.9.3",
6969
"knip": "^5.80.0",
7070
"typescript": "^5.7.0",
7171
"vitest": "^2.1.0"

0 commit comments

Comments
 (0)