From 3171b64beb8a53795db296dd09d47f01989b5df7 Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Sat, 29 Nov 2025 12:09:39 +0200 Subject: [PATCH] add vscode tasks --- .vscode/tasks.json.example | 85 +++++++++++++++++++ create-agentic-app/package-lock.json | 4 +- create-agentic-app/package.json | 2 +- .../template/.vscode/tasks.json.example | 85 +++++++++++++++++++ create-agentic-app/template/README.md | 6 +- 5 files changed, 176 insertions(+), 6 deletions(-) create mode 100644 .vscode/tasks.json.example create mode 100644 create-agentic-app/template/.vscode/tasks.json.example diff --git a/.vscode/tasks.json.example b/.vscode/tasks.json.example new file mode 100644 index 0000000..c078f60 --- /dev/null +++ b/.vscode/tasks.json.example @@ -0,0 +1,85 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "Claude", + "type": "shell", + "command": "claude --dangerously-skip-permissions", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Drizzle", + "type": "shell", + "command": "$c = docker ps -q --filter 'publish=5432'; if ($c) { docker stop $c }; docker compose up -d; pnpm run db:studio", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Inngest", + "type": "shell", + "command": "pnpm dlx inngest-cli@latest dev", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Dev Server", + "type": "shell", + "command": "pnpm run dev", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + } + ] +} diff --git a/create-agentic-app/package-lock.json b/create-agentic-app/package-lock.json index f1f7ce6..afc9479 100644 --- a/create-agentic-app/package-lock.json +++ b/create-agentic-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-agentic-app", - "version": "1.1.15", + "version": "1.1.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-agentic-app", - "version": "1.1.15", + "version": "1.1.16", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/create-agentic-app/package.json b/create-agentic-app/package.json index 863cbe7..0b388b7 100644 --- a/create-agentic-app/package.json +++ b/create-agentic-app/package.json @@ -1,6 +1,6 @@ { "name": "create-agentic-app", - "version": "1.1.15", + "version": "1.1.16", "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK", "type": "module", "bin": { diff --git a/create-agentic-app/template/.vscode/tasks.json.example b/create-agentic-app/template/.vscode/tasks.json.example new file mode 100644 index 0000000..c078f60 --- /dev/null +++ b/create-agentic-app/template/.vscode/tasks.json.example @@ -0,0 +1,85 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "Claude", + "type": "shell", + "command": "claude --dangerously-skip-permissions", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Drizzle", + "type": "shell", + "command": "$c = docker ps -q --filter 'publish=5432'; if ($c) { docker stop $c }; docker compose up -d; pnpm run db:studio", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Inngest", + "type": "shell", + "command": "pnpm dlx inngest-cli@latest dev", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + }, + { + "label": "Dev Server", + "type": "shell", + "command": "pnpm run dev", + "isBackground": true, + "options": { + "shell": { + "executable": "powershell.exe", + "args": ["-NoProfile", "-Command"] + } + }, + "presentation": { + "reveal": "always", + "panel": "dedicated" + }, + "runOptions": { + "runOn": "folderOpen" + }, + "problemMatcher": [] + } + ] +} diff --git a/create-agentic-app/template/README.md b/create-agentic-app/template/README.md index 49815af..9aef610 100644 --- a/create-agentic-app/template/README.md +++ b/create-agentic-app/template/README.md @@ -15,9 +15,9 @@ A complete agentic coding boilerplate with authentication, PostgreSQL database, Watch the complete walkthrough of this agentic coding template: -[![Agentic Coding Boilerplate Tutorial](https://img.youtube.com/vi/T0zFZsr_d0Q/maxresdefault.jpg)](https://youtu.be/T0zFZsr_d0Q) +[![Agentic Coding Boilerplate Tutorial](https://img.youtube.com/vi/JQ86N3WOAh4/maxresdefault.jpg)](https://youtu.be/JQ86N3WOAh4) -🔗 Watch on YouTube +🔗 Watch on YouTube ## ☕ Support This Project @@ -241,7 +241,7 @@ Ensure these are set in your production environment: Watch my comprehensive tutorial on how to use this agentic coding boilerplate to build AI-powered applications: -📺 YouTube Tutorial - Building with Agentic Coding Boilerplate +📺 YouTube Tutorial - Building with Agentic Coding Boilerplate ## 🤝 Contributing