Settings

Theme

Whitman, switch agents.md files in the CLI

github.com

2 points by skrhee 23 days ago · 2 comments

Reader

skrheeOP 23 days ago

My team wanted the ability to switch between different agents.md files while working in a given repo so I created this small CLI tool to do so.

Basically, different engineers wanted to have different things in Agents.md, some wanted as little text as possible to preserve context and others wanted a lot of text to try to steer the agent without using skills.

We could just .gitignore Agents.md, but wanted to preserve the ability to share profiles with each other.

The tool lets you search for and select different Agent.md profiles that are symlinked in the .whitman/agents directory.

skrheeOP 23 days ago

Crates: https://crates.io/crates/whitman Homebrew: brew install ProximalEnergy/tap/whitman

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection