Skip to content

Gofer v3.6.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:05
· 7 commits to main since this release

Gofer v3.6.1

Changes

Changes since v3.6.0:

  • release: v3.6.1
  • chore(deps): roll up language server upgrades (#131)
  • chore(deps): roll up extension tooling updates (#130)
  • chore(deps): bump react-dom from 18.3.1 to 19.2.7 in /docs-site
  • chore(deps): bump react from 18.3.1 to 19.2.7 in /docs-site
  • fix: sync extension lockfile for rolled-up dependency updates
  • chore(deps-dev): bump tar from 7.5.13 to 7.5.16 in /extension
  • chore(deps-dev): bump form-data from 4.0.5 to 4.0.6 in /extension
  • chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 in /extension
  • chore(deps-dev): bump markdown-it from 14.1.1 to 14.2.0 in /extension
  • chore(deps-dev): bump webpack from 5.105.4 to 5.107.2 in /extension
  • chore(deps-dev): bump @electron/rebuild in /extension
  • chore(deps-dev): bump ts-loader from 9.5.4 to 9.6.0 in /extension
  • chore(deps): bump ajv from 8.18.0 to 8.20.0 in /extension
  • chore(deps): bump webpack-dev-server from 5.2.4 to 5.2.5 in /docs-site
  • chore(deps): bump ws from 7.5.10 to 7.5.11 in /docs-site
  • chore(deps): bump launch-editor from 2.12.0 to 2.14.1 in /docs-site
  • chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /docs-site
  • chore(deps-dev): bump the npm-development group across 1 directory with 13 updates
  • chore(deps): bump the npm-production group across 1 directory with 3 updates
  • chore(deps): bump codecov/codecov-action from 6 to 7
  • fix: satisfy required package check on pull requests
  • fix: skip PR comment step for dependabot runs
  • fix: tighten EAI reference compatibility
  • feat: harden EAI first-run guidance and release checks

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.6.1.zip \
  -o /tmp/eai-gofer-agent-plugin-3.6.1.zip

rm -rf ~/plugins/eai-gofer
unzip /tmp/eai-gofer-agent-plugin-3.6.1.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