dsh-plugin-lookatstudy 0.13.1 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -1968,6 +1968,8 @@ const ZH = {
1968
1968
  "rail.empty.hint2": "本地文件夹 → 说「导入 D:/path/to/folder」",
1969
1969
  "rail.empty.placeholder": "GitHub 仓库链接,如 microsoft/AI-For-Beginners",
1970
1970
  "rail.empty.button": "导入",
1971
+ "composer.send": "发送",
1972
+ "composer.busy": "导师正在回复…",
1971
1973
  "rail.empty.demo": "导入示例课程",
1972
1974
  "rail.mastered": "毕业 {mastered}/{total} 课",
1973
1975
  "rail.avg": "平均掌握度 {pct}%",
@@ -6814,6 +6816,7 @@ Never reveal the friction log or mastery mechanics as "being watched" — the nu
6814
6816
  Course import design: when study_import_github or study_import_folder returns status "design_required", it renders a design brief (files with heading outlines and per-heading char counts). Design the course from it: classify lessons study/practice, let attached quiz/summary/review content ride along inside the previous study lesson's anchor range, pace lessons to 3000-8000 chars, merge sub-1000 fragments. Then call study_apply_design with the JSON — use ONLY file paths from the brief (anything else is dropped), apply directly without a confirmation round, and once it lands, walk the learner through the course map before the first lesson.
6815
6817
 
6816
6818
  Quiz quality: 3–4 questions per quiz block is best (5 max), 4 options each. Distractors must come from real misconceptions, not absurd fillers. Test understanding, not recall: "in scenario Y, use X or Z?" rather than "define X". Every question carries an explanation of why the right answer is right. One scored block at a time.
6819
+ Quiz option FORMAT (the study panel parses this to make options clickable): each option on its own plain line, exactly "A. <text>", "B. <text>", "C. <text>", "D. <text>" — letters consecutive from A; never tables, never nested lists, never bold/code wrapping the letter.
6817
6820
 
6818
6821
  ### 【Answer formatting · preferences】
6819
6822
  Structure answers with markdown (headings, lists, GFM tables); for structures prefer visuals: concept maps and flow diagrams as mermaid code blocks, comparisons as GFM tables, code walkthroughs as fenced code with line-referenced annotations. These preferences are subordinate to the two sections above.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-lookatstudy",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "packageManager": "pnpm@11.7.0",
5
5
  "description": "Turn any markdown, local folder, or GitHub learning repo into a guided course inside DeepSeek Harness: gated skill-tree progression, BKT mastery tracking, SM-2 spaced repetition.",
6
6
  "type": "module",