muvon/Octomind Action

Run Octomind AI agent in your GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 29, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: muvon/octomind-action@5616f4efb5593c1beff6a8e62af9e90e029597e6 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
promptTask or message to send to octomindyes
roleRole to use (e.g. developer:rust). Defaults to config defaultno
modelModel override (e.g. openrouter:anthropic/claude-sonnet-4)no
nameSession name — creates or resumes a named sessionno
resumeResume a specific session by nameno
resume_recentResume the most recent session for the current directorynofalse
sandboxRestrict filesystem writes to the current working directorynofalse
hookComma-separated webhook hook names to activateno
versionOctomind version to install (default: latest)nolatest
tapTap to add before run (e.g. "user/repo" or "user/repo ./local/path")no
configPath to octomind config fileno
commentPR comment mode: full (direct post), compact (collapsible), none (no comment)nonone
github_tokenGitHub token for PR commentingno${{ github.token }}
namedescription
resultLast assistant message content
session_idSession ID for resuming in subsequent steps
costSession cost as JSON (tokens, cost)
raw_outputFull JSONL output for advanced parsing
exit_codeProcess exit code