dsh-plugin-lookatstudy 0.18.0 → 0.19.0

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
@@ -123,12 +123,19 @@ const ZH = {
123
123
  "map.node.locked": "锁定 — 先完成前面的课时",
124
124
  "map.node.due": "到了复习时间",
125
125
  "map.exam.locked": "考试未解锁 — 本章节全部课时掌握度 ≥50% 后开放",
126
- "map.tab.map": "地图",
126
+ "map.tab.map": "课程",
127
127
  "map.tab.import": "导入",
128
128
  "map.world.study": "学习",
129
129
  "map.world.practice": "实操",
130
130
  "map.empty.practice": "这个课程暂无实操练习内容",
131
131
  "map.streaming.notice": "导师正在回复…",
132
+ "note.src.ai": "AI 记录",
133
+ "note.src.content": "原文摘录",
134
+ "note.src.chat": "对话摘录",
135
+ "note.src.learner": "我的笔记",
136
+ "error.send": "消息没有送达——请稍后再试一次。",
137
+ "error.action": "操作没有完成——请稍后再试。",
138
+ "thread.label": "「{title}」的对话",
132
139
  "thread.streamingBadge": "AI 正在输出",
133
140
  "map.search.label": "搜索",
134
141
  "map.review.label": "复习",
@@ -210,6 +217,7 @@ const ZH = {
210
217
  "palette.courses": "课程",
211
218
  "palette.review": "开始复习",
212
219
  "palette.study": "开始学习",
220
+ "palette.kind.action": "操作",
213
221
  "palette.empty": "没有匹配项",
214
222
  "threads.label": "课时线程",
215
223
  "meter.label": "上下文用量",
@@ -277,7 +285,7 @@ const ZH = {
277
285
  "row.thinking.title": "导师正在推理,回复马上就来",
278
286
  "quiz.title": "点击选项作答,也可以直接打字回答",
279
287
  "quiz.answer": "选 {letter}:{text}",
280
- "tutor.dormant": "学习模式已关闭 — 点右上「▶ 开始学习」开启导师,按钮恢复可用。",
288
+ "tutor.dormant": "学习模式已关闭 — 在下方对话区点「开始学习」即可唤醒导师。",
281
289
  "tutor.empty": "对话会出现在这里",
282
290
  "tutor.empty.hint": "在下方输入框和导师说话",
283
291
  "proposal.text": "导师提议你已掌握「{lesson}」:{rationale}",
@@ -462,12 +470,19 @@ const EN = {
462
470
  "map.node.locked": "Locked — finish the previous lessons first",
463
471
  "map.node.due": "Due for review",
464
472
  "map.exam.locked": "Exam locked — every lesson in this section needs ≥50% mastery",
465
- "map.tab.map": "Map",
473
+ "map.tab.map": "Courses",
466
474
  "map.tab.import": "Import",
467
475
  "map.world.study": "Learn",
468
476
  "map.world.practice": "Practice",
469
477
  "map.empty.practice": "No practice content in this course yet",
470
478
  "map.streaming.notice": "The tutor is responding…",
479
+ "note.src.ai": "AI note",
480
+ "note.src.content": "From the lesson",
481
+ "note.src.chat": "From the chat",
482
+ "note.src.learner": "My note",
483
+ "error.send": "The message did not go through — please try again.",
484
+ "error.action": "The action did not complete — please try again.",
485
+ "thread.label": "Conversation · {title}",
471
486
  "thread.streamingBadge": "AI is responding",
472
487
  "map.search.label": "Search",
473
488
  "map.review.label": "Review",
@@ -549,6 +564,7 @@ const EN = {
549
564
  "palette.courses": "Course",
550
565
  "palette.review": "Start review",
551
566
  "palette.study": "Start studying",
567
+ "palette.kind.action": "Action",
552
568
  "palette.empty": "No matches",
553
569
  "threads.label": "Lesson threads",
554
570
  "meter.label": "Context usage",
@@ -616,7 +632,7 @@ const EN = {
616
632
  "row.thinking.title": "The tutor is reasoning; the reply is coming",
617
633
  "quiz.title": "Click an option to answer, or just type",
618
634
  "quiz.answer": "Choose {letter}: {text}",
619
- "tutor.dormant": "Study mode is off — click \"Start learning\" above to wake the tutor and re-enable these controls.",
635
+ "tutor.dormant": "Study mode is off — click \"Start learning\" in the conversation pane below to wake the tutor.",
620
636
  "tutor.empty": "The conversation will appear here",
621
637
  "tutor.empty.hint": "Talk to the tutor in the input below",
622
638
  "proposal.text": "The tutor proposes you have mastered \"{lesson}\": {rationale}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-lookatstudy",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
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",