Releases: HaD0Yun/Doyunha-Gopeak
Releases · HaD0Yun/Doyunha-Gopeak
Release list
GoPeak 2.3.9
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
- @rangogamedev made their first contribution in #68
Full Changelog: v2.3.8...v2.3.9
v2.3.8
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
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=devCI gate passes.
Verification
npm audit --omit=devnpm run typechecknpm run test:cinpm run test:docsnpm run test:metadatanpm run test:packaging
v2.3.6 - Editor bridge and packaging fixes
Highlights
- ships the fixes from PR #48 for issues #46 and #47
- surfaces duplicate bridge startup failures such as
EADDRINUSEin editor status instead of looking like silent disconnects - hardens
modify_scriptpayload handling for Windows escaping and bridge-backedVector2property coercion - avoids runtime addon socket errors during shutdown polling
- documents the typed JSON
Vector2contract and the MCP client reconnect caveat for dynamic tool groups - makes release verification more robust by tolerating
npm pack --jsonoutput when npm prependsprepare/build logs
Verification
npm run cinpm run test:dynamic-groupsnpm run test:integrationnpm run test:setupnpm pack --dry-run
v2.3.5
[2.3.5] - 2026-03-24
Changed
- Extracted static server metadata out of
src/index.tsinto focused helper modules to reduce entrypoint sprawl without changing MCP behavior. - Shell-hook installation is now explicitly opt-in during postinstall;
gopeak setupremains 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
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
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
Version bump for update notification testing. No functional changes from v2.3.1.
GoPeak v2.3.1 — Auto Setup on Install
What's New
- Auto setup on install:
npm install -g gopeaknow automatically installs shell hooks — no separategopeak setupstep needed - Shell hooks silently install via postinstall, no output noise during npm install
Full Changelog
GoPeak v2.3.0 — Shell Hook Notifications & Star Prompt
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/~/.zshrcgopeak check— Check for updates (--bgbackground,--quietsilent)gopeak star— Star the repo viaghCLIgopeak notify— Interactive update/star promptgopeak uninstall— Remove shell hooksgopeak version/gopeak help
How It Works
- Run
gopeak setuponce after install - Shell hooks wrap 6 AI CLI tools:
claude,codex,gemini,opencode,omc,omx - Background check runs on each CLI launch (cached 24h via npm registry)
- If update available → interactive prompt before tool starts
- One-time GitHub star prompt (uses
ghCLI 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:
ghCLI optional — shows URL fallback if absent