TZ | 天猪
TZ | 天猪
✨✨ Here's [an AI-assisted sketch of how you might approach this issue](https://copilot-workspace.githubnext.com/popomore/projj/issues/64?shareId=e709664c-de44-4f5f-8b03-93f825cd0702) saved by @atian25 using Copilot Workspace v0.17 Topic Does the terminal automatically switch to the corresponding directory after...
> It's already supported via `--no-interactive` or if the terminal is [non-TTY](https://github.com/vitejs/vite/blob/a3d891877ec93b471059e8652270e799e533cee9/packages/create-vite/src/index.ts#L416). The LLM should learn of the flag itself otherwise. I don't think we should add special code paths...
The current mainstream large models tend to use human scripts when generating initialization statements: `npm create vite@latest . -- --template vue-ts`. As a general-purpose IDE Agent, the tasks entrusted to...
> Also another way is to always put a short message about `--no-interactive` (or maybe `--help`) option before starting interactive cli, so that LLM will notice it by itself and...
In terms of trends, AI should be able to recognize that this is an interactive terminal and actively mimic human input. We are also working in this direction, but it...
BTW, We've just discovered a new issue: [the latest vite update starts the dev server at the very end,](https://github.com/vitejs/vite/commit/925cefe8ee5c88c9b5b6fa525f46addc4a8aef83) thus blocking the entire initialization process. The AI, having learned from...