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
Copy file name to clipboardExpand all lines: .codex/INSTALL.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,10 @@ You should see a symlink pointing at `~/.codex/bibtools/skills/bibtidy`.
33
33
34
34
## Updating
35
35
36
-
```bash
37
-
cd~/.codex/bibtools && git pull
36
+
Ask Codex to pull the latest version:
37
+
38
+
```text
39
+
Update the bibtools skill: run `cd ~/.codex/bibtools && git pull`
38
40
```
39
41
40
-
The skill updates immediately through the symlink. Restart Codex if it is already running.
42
+
Tool scripts under `tools/` are read fresh on every invocation through the symlink, so they take effect immediately. Start a new Codex session so the refreshed `SKILL.md`is loaded into context.
<p>Tell Codex to fetch and follow the install instructions:</p>
499
505
<div class="code-block"><code>Fetch and follow instructions from https://raw.githubusercontent.com/mathpluscode/bibtools/main/.codex/INSTALL.md</code><button class="copy-btn" type="button" onclick="copyCode(this)">Copy</button></div>
500
506
</div>
501
507
508
+
<div class="install-step">
509
+
<p>To update later, ask Codex to pull the latest version (start a new Codex session afterwards so the refreshed <code>SKILL.md</code> is loaded into context):</p>
510
+
<div class="code-block"><code>Update the bibtools skill: run `cd ~/.codex/bibtools && git pull`</code><button class="copy-btn" type="button" onclick="copyCode(this)">Copy</button></div>
<p>Tell Codex to fetch and follow the install instructions:</p>
301
307
<divclass="code-block"><code>Fetch and follow instructions from https://raw.githubusercontent.com/mathpluscode/bibtools/main/.codex/INSTALL.md</code><buttonclass="copy-btn" type="button" onclick="copyCode(this)">Copy</button></div>
302
308
</div>
303
309
310
+
<divclass="install-step">
311
+
<p>To update later, ask Codex to pull the latest version (start a new Codex session afterwards so the refreshed <code>SKILL.md</code> is loaded into context):</p>
312
+
<divclass="code-block"><code>Update the bibtools skill: run `cd ~/.codex/bibtools && git pull`</code><buttonclass="copy-btn" type="button" onclick="copyCode(this)">Copy</button></div>
<trclass="diff-row del"><tdclass="diff-gutter">-</td><tdclass="diff-content"> title={A Generalizable Deep Learning System for Cardiac MRI},</td></tr>
547
+
<trclass="diff-row del"><tdclass="diff-gutter">-</td><tdclass="diff-content"> author={Shad, Rohan and Zakka, Cyril R and Kaur, Dhamanpreet and Mongan, John and Kallianos, Kimberly G and Filice, Ross and Khandwala, Nishith and Eng, David and Langlotz, Curtis and Hiesinger, William},</td></tr>
<trclass="diff-row add"><tdclass="diff-gutter">+</td><tdclass="diff-content"> title={A generalizable deep learning system for cardiac MRI},</td></tr>
555
+
<trclass="diff-row add"><tdclass="diff-gutter">+</td><tdclass="diff-content"> author={Shad, Rohan and Zakka, Cyril and Kaur, Dhamanpreet and Mathur, Mrudang and Fong, Robyn and Cho, Joseph and Filice, Ross Warren and Mongan, John and Kallianos, Kimberly and Khandwala, Nishith and others},</td></tr>
0 commit comments