Skip to content

Commit 57c28dd

Browse files
Gregg CochranCopilot
andcommitted
Docs: update copilot-instructions and site for new launcher + Homebrew
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 59b73e3 commit 57c28dd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ agent_pulse.py — Main dashboard (single-file, Python/Textual/Rich)
77
agent_pulse.tcss — Textual CSS stylesheet (responsive layout)
88
pyproject.toml — Python packaging + console entry point
99
requirements.txt — Python deps (rich>=13.0.0, textual>=0.50.0)
10-
start.sh — Launcher (auto-opens in a new terminal window)
10+
start.sh — Launcher (auto-detects terminal emulator for new window; --here for in-place)
1111
quickstart.sh — One-command installer
1212
site/index.html — Showcase website (GitHub Pages)
1313
experimental/ink/ — React/Ink TUI (experimental, separate stack)

site/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@ <h2 class="section-title glow-green">Up and Running in 30 Seconds</h2>
817817
</div>
818818
<div class="terminal-body">
819819
<div class="install-line"><span class="comment"># Clone the repository</span></div>
820+
<div class="install-line"><span class="comment"># Install with Homebrew (macOS)</span></div>
821+
<div class="install-line install-line-wrap"><span class="prompt">$ </span><span class="cmd">brew tap DUBSOpenHub/copilot-cli-agent-pulse &amp;&amp; brew install agent-pulse</span><button class="copy-btn" data-cmd="brew tap DUBSOpenHub/copilot-cli-agent-pulse && brew install agent-pulse">COPY</button></div>
822+
<div class="install-line">&nbsp;</div>
823+
<div class="install-line"><span class="comment"># — or — clone the repository</span></div>
820824
<div class="install-line install-line-wrap"><span class="prompt">$ </span><span class="cmd">git clone https://github.com/DUBSOpenHub/copilot-cli-agent-pulse.git</span><button class="copy-btn" data-cmd="git clone https://github.com/DUBSOpenHub/copilot-cli-agent-pulse.git">COPY</button></div>
821825
<div class="install-line">&nbsp;</div>
822826
<div class="install-line"><span class="comment"># Enter the directory</span></div>

0 commit comments

Comments
 (0)