Skip to content

Releases: HaD0Yun/Doyunha-Gopeak

GoPeak 2.3.9

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:52
0f0b3f7

What's Changed

  • fix(runtime): keep MCP runtime responsive while the game is paused by @rangogamedev in #68
  • chore(release): v2.3.9 by @HaD0Yun in #69
  • build: migrate development workflow to bun by @HaD0Yun in #70
  • feat: distribute GoPeak with Bun and GitHub Releases by @HaD0Yun in #71

New Contributors

Full Changelog: v2.3.8...v2.3.9

v2.3.8

Choose a tag to compare

@HaD0Yun HaD0Yun released this 17 Jun 12:42
c6c1a92

Changes

  • Run Godot project launches in headless mode.
  • Remove unused axios dependency and clean lockfile entries.
  • Bump npm package version to 2.3.8.
  • Add regression coverage for headless project runs and GitHub star prompt opt-in behavior.

Verification

  • pnpm install --ignore-scripts
  • pnpm run typecheck
  • pnpm run build
  • pnpm run test:docs
  • pnpm run test:smoke
  • pnpm run test:regressions

v2.3.7 - Godot workflow audit baseline

Choose a tag to compare

@HaD0Yun HaD0Yun released this 13 May 16:07

GoPeak v2.3.7

Changed

  • Documents the trusted Godot 4 migration-safe workflow policy across package-facing docs.
  • Adds the MCP resources, prompts, and dynamic exposure audit artifact for the next native-correctness cleanup lane.

Fixed

  • Refreshes production dependency lock metadata so the production npm audit --omit=dev CI gate passes.

Verification

  • npm audit --omit=dev
  • npm run typecheck
  • npm run test:ci
  • npm run test:docs
  • npm run test:metadata
  • npm run test:packaging

v2.3.6 - Editor bridge and packaging fixes

Choose a tag to compare

@HaD0Yun HaD0Yun released this 05 Apr 09:55

Highlights

  • ships the fixes from PR #48 for issues #46 and #47
  • surfaces duplicate bridge startup failures such as EADDRINUSE in editor status instead of looking like silent disconnects
  • hardens modify_script payload handling for Windows escaping and bridge-backed Vector2 property coercion
  • avoids runtime addon socket errors during shutdown polling
  • documents the typed JSON Vector2 contract and the MCP client reconnect caveat for dynamic tool groups
  • makes release verification more robust by tolerating npm pack --json output when npm prepends prepare/build logs

Verification

  • npm run ci
  • npm run test:dynamic-groups
  • npm run test:integration
  • npm run test:setup
  • npm pack --dry-run

v2.3.5

Choose a tag to compare

@HaD0Yun HaD0Yun released this 23 Mar 15:57

[2.3.5] - 2026-03-24

Changed

  • Extracted static server metadata out of src/index.ts into focused helper modules to reduce entrypoint sprawl without changing MCP behavior.
  • Shell-hook installation is now explicitly opt-in during postinstall; gopeak setup remains the supported manual path.

Improved

  • Added metadata consistency regression coverage for package/server version and initialize-time server info.
  • Synchronized release-facing docs and metadata with the current prompt/resource/tool surface and install behavior.

v2.3.4 - runtime and release hardening

Choose a tag to compare

@HaD0Yun HaD0Yun released this 21 Mar 11:12

Fixed

  • Relay runtime addon responses consistently for live-inspection tools.
  • Return runtime screenshot image content reliably in automation flows.
  • Sanitize OpenAI-facing tool names before exposing them to clients.
  • Skip unsupported shell-hook installation steps during Windows setup.

Improved

  • Stabilize node-based test spawning and CI dependency-audit handling for release verification.
  • Remove the expired Discord invite from the README.

GoPeak v2.3.3

Choose a tag to compare

@HaD0Yun HaD0Yun released this 08 Mar 16:12

GoPeak v2.3.3

  • Sync main and release metadata
  • Bump package/server/package-lock to 2.3.3
  • Update repo references to Gopeak-godot-mcp
  • Publish npm package gopeak@2.3.3

GoPeak v2.3.2

Choose a tag to compare

@HaD0Yun HaD0Yun released this 05 Mar 13:06

Version bump for update notification testing. No functional changes from v2.3.1.

GoPeak v2.3.1 — Auto Setup on Install

Choose a tag to compare

@HaD0Yun HaD0Yun released this 05 Mar 13:01

What's New

  • Auto setup on install: npm install -g gopeak now automatically installs shell hooks — no separate gopeak setup step needed
  • Shell hooks silently install via postinstall, no output noise during npm install

Full Changelog

v2.3.0...v2.3.1

GoPeak v2.3.0 — Shell Hook Notifications & Star Prompt

Choose a tag to compare

@HaD0Yun HaD0Yun released this 05 Mar 12:34

What's New

🔔 Shell Hook System — Auto Update & Star Notifications

GoPeak now includes a terminal-level notification system that works before your AI CLI tools start.

New CLI Subcommands

  • gopeak setup — Install shell hooks into ~/.bashrc / ~/.zshrc
  • gopeak check — Check for updates (--bg background, --quiet silent)
  • gopeak star — Star the repo via gh CLI
  • gopeak notify — Interactive update/star prompt
  • gopeak uninstall — Remove shell hooks
  • gopeak version / gopeak help

How It Works

  1. Run gopeak setup once after install
  2. Shell hooks wrap 6 AI CLI tools: claude, codex, gemini, opencode, omc, omx
  3. Background check runs on each CLI launch (cached 24h via npm registry)
  4. If update available → interactive prompt before tool starts
  5. One-time GitHub star prompt (uses gh CLI if available, graceful fallback)

Design

  • Zero disruption: Cache-then-display — no delays during sessions
  • Function preservation: Existing shell functions (e.g. omx --no-alt-screen) composited, not overwritten
  • No forced deps: gh CLI optional — shows URL fallback if absent

Full Changelog

v2.2.0...v2.3.0