This repository was archived by the owner on Jul 29, 2026. It is now read-only.
refactor(study): narrow core flow to upload and quick generation - #1
Draft
Sebastianhayashi wants to merge 12 commits into
Draft
refactor(study): narrow core flow to upload and quick generation#1Sebastianhayashi wants to merge 12 commits into
Sebastianhayashi wants to merge 12 commits into
Conversation
- Fix ThinkingLevel | undefined type errors in App.vue and Composer.vue
by falling back to model defaultThinkingLevelFor when no preference set
- Replace unregistered book icon with file-text in StudyProductHome.vue
- Add makeDirectory to KimiWebApi interface and daemon client
(POST /sessions/{id}/fs:mkdir, FS_ALREADY_EXISTS as allowCode)
- Replace hardcoded style values with design tokens in study components:
font-weight: 600/700 → var(--weight-semibold)
border-radius: 3px → var(--radius-xs)
border-radius: 50px !important → var(--radius-full)
z-index: 20 → 1
- Fix no-confusing-void-expression lint error in study-runtime-foundation test
- Add 4 auto-Quick behavior tests: startCourse once, upload failure guard,
selectMode failure recovery, historical course open unaffected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标
把 Kimi Study 当前产品面收敛到最核心闭环:上传中文资料 → 默认 Quick 生成 → 查看大纲/课程 → 可选深入完善。
本次减法
StudyModeSelect.vue非目标
基线
基于
df9b76b14,其已修复 Skill backup discovery、lesson index authority 与移动端学习布局。验证要求