Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 617 Bytes

File metadata and controls

46 lines (31 loc) · 617 Bytes

Examples

These examples work the same after a global install or a local repo run.

Ask a question

What can you do?

Change directories

cd /var/log

Run a local command

! pwd

Combine shell output with the next prompt

> git status
Summarize the repository state

Clear the current session

/clear

One-shot request

agentx "summarize the current repository"

Add --confirm when the request should require confirmation for model-requested CLI execution:

agentx --confirm "run the tests and report failures"