Skip to content

Using AutoC

Day-to-day usage. Install and login: Getting started.

UI

AutoC UI

AreaContent
HeaderShortcuts, context files, skills, extensions
MessagesChat, tool calls, errors
EditorInput (border color = thinking level)
FooterWorking directory, session, tokens, model

Editor

ActionKeys
File reference@ fuzzy search
MultilineShift+Enter (Windows Terminal: Ctrl+Enter)
ImagesCtrl+V (Windows: Alt+V) or drag in
Shell!cmd to model; !!cmd without model
External editorCtrl+G

/hotkeys for all shortcuts; customize in Keybindings.

Slash commands

Type / for completion. Skills: /skill:name (Skills).

CommandPurpose
/login, /logoutWhyEngineer login / logout
/modelSwitch model
/settingsSettings menu
/reloadReload config, skills, project
/resume, /newResume / new session
/session, /tree, /fork, /cloneSessions — Sessions
/compactCompact context
/export, /log, /shareExport session / change log / Gist
/ebEB tresos
/davinciDaVinci Configurator
/etasETAS ISOLAR
/systemSystem Template
/quitQuit

Message queue

While the assistant is running:

  • Enter — steering message (after current tool round)
  • Alt+Enter — follow-up (after all work completes)
  • Escape — abort and restore queue

Configure steeringMode and followUpMode in /settings.

CLI

bash
autoc [options] [@files...] [message...]
Common flagsPurpose
-p, --printNon-interactive, print and exit
-c, --continueContinue latest session
-r, --resumePick a session
--model <pattern>Set model
--modules <list>Limit EB modules
--no-sessionDo not persist session
bash
autoc -p "Summarize this repo"
autoc @screenshot.png "What's in this image"

Web subcommand: AutoC Web. Full reference below.

Full CLI reference

Modes

FlagPurpose
DefaultInteractive
-p, --printPrint and exit
--mode jsonJSON line events
--mode rpcstdin/stdout RPC
--export <in> [out]Export session HTML

Models

WhyEngineer models only. Log in first.

OptionPurpose
--model <pattern>Model ID or pattern, :thinking suffix
--thinking <level>offxhigh
--models <list>Models for Ctrl+P
--list-models [search]List available models

Sessions

OptionPurpose
-c, --continueContinue latest
-r, --resumeBrowse sessions
--session <path|id>Specific session
--fork <path|id>Fork to new file
--session-dir <dir>Custom session dir
--no-sessionDo not save

Tools and resources

OptionPurpose
--tools <list>Enable listed tools only
--no-toolsDisable all tools
-e, --extension <src>Load extension
--skill <path>Load skill
--no-context-filesSkip AGENTS.md

Environment

VariablePurpose
PI_CODING_AGENT_DIRConfig dir, default ~/.autoc/agent
PI_CODING_AGENT_SESSION_DIRSession dir
PI_OFFLINE / PI_SKIP_VERSION_CHECKSkip network checks
VISUAL, EDITORExternal editor for Ctrl+G

Context files

Loads AGENTS.md / CLAUDE.md from ~/.autoc/agent/, cwd, and parents. System prompt: .autoc/SYSTEM.md or ~/.autoc/agent/SYSTEM.md.

AUTOSAR BSW AI configuration assistant