You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**If already installed:** skip this section entirely — no message needed.
79
+
80
+
**If not installed:** use `AskUserQuestion`:
81
+
82
+
```
83
+
question: "האם להתקין את תוסף ה-RTL?"
84
+
header: "תוסף RTL"
85
+
options:
86
+
- label: "כן, התקן"
87
+
description: "yechielby.claude-code-rtl — משפר תצוגת עברית ב-Claude Code"
88
+
- label: "לא תודה"
89
+
description: "דלג על שלב זה"
90
+
```
91
+
92
+
**If yes:** first tell the user:
93
+
94
+
> "מתקין את התוסף. שים לב שהתקנה עלולה לקטוע את השיחה — אם זה יקרה: אם השיחה עדיין פתוחה, כתוב **המשך**; אם נסגרה, פתח שיחה חדשה וכתוב **`/learn setup`**."
> "לאחר שה-extension ייטען, הפעל מצב אוטומטי פעם אחת:
105
+
> `Ctrl+Shift+P` ← **Activate RTL (Auto)**
106
+
>
107
+
> **למה זה חשוב?** בלי מצב זה, כל הטקסט מוצג משמאל לימין — עברית מופיעה הפוכה, פסקאות מתחילות בצד הלא נכון, והקריאה מסורבלת. מצב Auto מזהה לבד איזה בועת שיחה היא עברית ואיזו אנגלית, ומסדר כל אחת בכיוון הנכון — בלי שתצטרך לעשות כלום.
108
+
>
109
+
> התוסף מוסיף כפתור קטן בשורת הסטטוס בתחתית המסך — משם ניתן בכל עת לשנות מצב או לבטל לחלוטין."
110
+
111
+
**If no:** skip silently and continue to section C.
112
+
113
+
---
114
+
35
115
## C. Course Selection
36
116
37
117
Use the `AskUserQuestion` tool to display a course picker:
@@ -139,7 +219,8 @@ Save `~/skill-tutor-tutorials/settings.json`:
0 commit comments