feat(tui): paste images and pdfs

This commit is contained in:
adamdottv 2025-07-08 08:08:53 -05:00
commit 662d022a48
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
16 changed files with 182 additions and 409 deletions

View file

@ -7,7 +7,7 @@
"scripts": {
"dev": "bun run packages/opencode/src/index.ts",
"typecheck": "bun run --filter='*' typecheck",
"stainless": "bun run ./packages/opencode/src/index.ts serve ",
"stainless": "./scripts/stainless",
"postinstall": "./scripts/hooks"
},
"workspaces": {