Fix Cowork model selection and Windows CLI packaging (#1129)

Cherry-picked from upstream PR #1129 + local improvements:
- dedupe inline remove-model handler -> use handleRemoveModel
- add .next-cli-build/ and cli/.build-home/ to .gitignore
This commit is contained in:
local
2026-05-15 09:31:34 +07:00
committed by decolua
parent fe3ce25ae3
commit beb4599090
7 changed files with 111 additions and 26 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
import path from "node:path";
import { fileURLToPath } from "node:url";
const projectRoot = path.dirname(fileURLToPath(import.meta.url));
export default {
plugins: {
"@tailwindcss/postcss": {},
"@tailwindcss/postcss": {
base: projectRoot,
},
},
};