Skip to content

Gofer v3.5.8

Choose a tag to compare

@github-actions github-actions released this 10 Jun 04:11
· 34 commits to main since this release
cee46cb

Gofer v3.5.8

Changes

Changes since v3.5.7:

  • chore(release): v3.5.8
  • docs: replace vertical template references (#108)
  • docs: add Next App Router guardrail (#107)

Assets

  • VS Code extension package
  • Claude/Codex/Copilot/Gemini public bundle package
  • Gofer release archive

Public Release Host

https://eai-tools.github.io/eai-gofer/releases/

Public Agent Plugin Install

curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-3.5.8.zip \
  -o /tmp/eai-gofer-agent-plugin-3.5.8.zip

rm -rf ~/plugins/eai-gofer
unzip /tmp/eai-gofer-agent-plugin-3.5.8.zip -d ~/plugins

Claude Code:

claude plugin marketplace add https://github.com/eai-tools/eai-gofer --scope user --sparse .claude-plugin --sparse plugins/eai-gofer
claude plugin install eai-gofer@eai-gofer --scope user

Codex:

codex plugin marketplace add https://github.com/eai-tools/eai-gofer --sparse .agents/plugins --sparse plugins/eai-gofer
codex plugin add eai-gofer@eai-gofer

Gemini CLI:

gemini extensions install https://github.com/eai-tools/eai-gofer

Copilot CLI:

copilot plugin marketplace add https://github.com/eai-tools/eai-gofer
copilot plugin install eai-gofer@eai-gofer