github octopusreview/octopus v1.2.3
1.2.3

2 hours ago

Verified setup guides for AI coding agents and a clearer way to support Octopus.

  • Correct Claude Code installation, token configuration, and connection checks: Claude plugin guide.
  • Add a shared skill and guides for Claude Code, Codex, OpenCode, Hermes Agent, OpenClaw, and Cursor: AI coding agents.
  • Update docs search, navigation, marketing and indexed help; clarify review scope and queued PR results.
  • Replace the footer’s “Powered by Claude” attribution with a GitHub star/support banner.
  • Keep the guide usable when its shared skill file cannot be read.

Validation: lint, typecheck, build, 1,856 tests, browser checks, and Octopus Review 5/5 with no remaining findings. Installation and local protocol checks do not claim an authenticated review in every agent.

No database migration is introduced in this release. The Forgejo connector is also available as ghcr.io/octopusreview/octopus-selfhost:forgejo-connector-1.2.3 for AMD64 and ARM64.

To upgrade a self-hosted instance, pull the new public image and
apply migrations (the runtime image ships no migrations, so run them
from a checkout of this tag):

git fetch --tags && git checkout v1.2.3    # for the compose file + migrations
export OCTOPUS_VERSION=1.2.3
docker compose -f docker-compose.selfhost.yml pull
# migrate FIRST (expand-only, safe under the still-running old version) ...
cd packages/db && DATABASE_URL=postgresql://octopus:octopus@localhost:43332/octopus bunx prisma migrate deploy && cd ../..
# ... then roll to the new version
docker compose -f docker-compose.selfhost.yml up -d

Then verify:

curl -fsS http://localhost:43300/api/health    # expect {"status":"ok"}
curl -fsS http://localhost:43300/api/version   # confirm the new version

The in-app Updates page (Settings → System → Updates) shows when a new
release is available, along with this upgrade snippet.

What's Changed

  • docs(agents): verify setup guides and add GitHub support banner by @cemoso in #870

Full Changelog: v1.2.2...v1.2.3

Don't miss a new octopus release

NewReleases is sending notifications on new releases.