feat: add studio roadmap and streaming cleanup

This commit is contained in:
2026-04-28 00:09:15 +01:00
parent 11ffc7df7c
commit 34ec879cdb
45 changed files with 5899 additions and 2659 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(mv podcast-forge/pnpm-lock.yaml /tmp/vibepod-pnpm-lock.yaml)",
"Bash(git mv *)",
"Bash(mv /tmp/vibepod-pnpm-lock.yaml web/pnpm-lock.yaml)",
"Bash(git rm *)",
"Bash(uv lock *)",
"Bash(pnpm install *)",
"Bash(git add *)",
"Bash(command -v uv)",
"Bash(uv --version)",
"Bash(uv sync *)",
"Bash(pnpm --filter vibepod-web exec tsc --noEmit)",
"Bash(xargs cat *)",
"Bash(.venv/Scripts/python.exe -c \"import torch; print\\('torch:', torch.__version__\\); print\\('CUDA available:', torch.cuda.is_available\\(\\)\\); print\\('CUDA version:', torch.version.cuda\\)\")",
"Bash(nvidia-smi)"
]
}
}