Skip to content

Commit a5e510b

Browse files
Jie Tongcraft-agents-bot
authored andcommitted
docs: restart the app, not just the session
Skill files are loaded at app startup, not per-session. Co-Authored-By: Eureka <agents-noreply@craft.do>
1 parent 47e431e commit a5e510b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ <h3 id="agent-setup">Agent setup workflow</h3>
534534
</table>
535535
</li>
536536
<li>
537-
<strong>Ask the user to restart</strong> — most agents load skill files at startup, so the skill won't be available until the session (or the app) is restarted. After restart, <code>m365</code> should be on PATH.
537+
<strong>Ask the user to restart</strong> — most agents load skill files at startup, so the skill won't be available until the app is restarted. After restart, <code>m365</code> should be on PATH.
538538
</li>
539539
</ol>
540540

skills/m365-cli/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Copy the skill file (this `SKILL.md`) into the agent's skill directory. The exac
9898

9999
After installing the CLI and the skill file, tell the user:
100100

101-
> Please restart this agent session so the new m365-cli skill gets loaded. After restart, you'll be able to use M365 CLI commands for Teams, Mail, Calendar, and OneDrive/SharePoint directly.
101+
> Please restart the Eureka app so the new m365-cli skill gets loaded. After restart, you'll be able to use M365 CLI commands for Teams, Mail, Calendar, and OneDrive/SharePoint directly.
102102
103-
Most agents load skill files at startup, so the skill won't be available until the session (or the app) is restarted.
103+
Most agents load skill files at startup, so the skill won't be available until the app is restarted.
104104

105105
After restart, `m365` should be on PATH. All commands in the rest of this document assume `m365` is available directly.
106106

0 commit comments

Comments
 (0)