monaco-editor-lsp-next/src
fly6516 e1b5231f90 feat(ai): 添加 AI 代码优化功能
- 实现了 AI代码优化的功能,包括语法错误修复、性能提升、代码可读性增强等
- 新增 AIProblemEditor 组件,用于展示和编辑优化后的代码
- 在问题页面集成 AI 优化功能,用户可以切换普通编辑器和 AI 优化编辑器
- 添加了优化代码的输入输出类型定义和验证
2025-05-16 02:40:07 +08:00
..
actions feat(ai): 添加 AI 代码优化功能 2025-05-16 02:40:07 +08:00
app feat(ai): 添加 AI 代码优化功能 2025-05-16 02:40:07 +08:00
components feat(ai): 添加 AI 代码优化功能 2025-05-16 02:40:07 +08:00
config feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
hooks refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
i18n feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
lib feat(ai): 添加 AI 代码优化功能 2025-05-16 02:40:07 +08:00
providers feat(problem-store): add submissions to problem store state and provider 2025-04-11 17:42:52 +08:00
stores refactor(store): replace Submission with SubmissionWithTestcaseResult in dockview store 2025-04-14 14:12:15 +08:00
styles style(dockview): adjust border radius and tab spacing in abyss-spaced 2025-04-09 15:06:22 +08:00
types feat(ai): 添加 AI 代码优化功能 2025-05-16 02:40:07 +08:00