Conversation
WalkthroughAdds a CLI language option (-l, --lang) to select output language (en or ko; default ko) and threads the choice through the generation flow by changing generateByLLM(appPath, envPath) → generateByLLM(appPath, envPath, isEn). Refactors prompt assembly in script/llm/prompt/index.ts to use a promptTemplate with explicit route-analysis and example sections for both languages. Adjusts route grouping initialization to explicit checks. Updates documentation (docs and ko i18n) and examples to describe the language option. Updates .vscode/settings.json to remove global Prettier/ESLint defaults and add per-language Markdown/MDX settings. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* feat: LLM - Support for isEn Flag related #215 * fix(vscode): restore original .settings.json after accidental change
related #215
It works pretty well
en vercion output code
console

edited docs


Summary by CodeRabbit
New Features
Documentation
Chores