Skip to main content
Most users should live in the Mac app. This page is for agents, repo owners, and advanced debugging.

What Neroli gives each session

Agent CLI bridge

The neroli CLI is mainly for agents and automations. It lets them inspect the current session instead of guessing paths, panes, browsers, simulators, or automation names.
Common groups: This is why agents can create automations, inspect recent sessions, use attached browsers, and keep work tied to the right workspace.

Useful agent requests

Ask agents to use Neroli when the answer depends on workspace context:
Those requests work because the agent can discover the current session, panes, services, automations, and run history through Neroli instead of guessing from the shell alone.

Safety rules

  • A worktree is isolation for review, not a security sandbox.
  • Commands can access what your macOS user can access.
  • Do not commit .env, certificates, API keys, generated credentials, or local-only config.
  • Use cloud only for work whose setup, secrets, and network access are intentional.
  • If a command behaves strangely, first check that it ran from the right session path.

Quick troubleshooting