STEP 01
Install the CLI
npm install --global @chunklib/agentic
agentic --versionnpm is the portable installation path. Platform-specific CLI releases are also available with checksums.
GET STARTED
Use the stable Agentic install channel and common configuration paths below. Continue to use OpenCode's official docs for providers, models, permissions, MCP and the standard plugin API.
STEP 01
npm install --global @chunklib/agentic
agentic --versionnpm is the portable installation path. Platform-specific CLI releases are also available with checksums.
STEP 02
~/.config/agentic/agentic.json
~/.config/agentic/agentic.jsoncProjects can use `.agentic/`; compatible `.opencode/` configuration remains readable where supported.
STEP 03
AGENTS.mdUse the upstream-standard file name. Global, project-root and nested rules combine by access scope; there is no `AGENTIC.md` alias.
STEP 04
agentic acpJetBrains and other ACP-capable IDEs can launch this command without a separate JetBrains plugin.
OPTIONAL PLUGIN
This configuration registers an optional plugin; it does not make Flow an Agentic default. Read the plugin documentation before enabling it and keep permissions scoped to the project.
{
"plugin": [
"@chunklib/agentic-flow"
]
}SOURCE OF TRUTH
Release assets, install paths, Desktop, branding and Agentic-specific behavior.
Providers, models, agents, commands, tools, permissions, MCP, plugins and SDK APIs.
Each plugin's installation, configuration, upgrades, data handling, permissions and compatibility range.