Skip to content

Releases: GovOn-Org/GovOn

GovOn v1.6.1

10 Apr 07:10
41c678f

Choose a tag to compare

Highlights

Installation

Quick install (requires Node.js 18+)

curl -fsSL https://raw.githubusercontent.com/GovOn-Org/GovOn/main/scripts/install.sh | bash

npm

npm install -g govon

Homebrew

brew install govon-org/tap/govon

Docker

docker pull ghcr.io/govon-org/govon:v1.6.1

What's Changed

Bug Fixes

  • replace ink-use-stdout-dimensions with inline hook — ESM compat (#700) (cc6e5e7)

Documentation

  • add update instructions for npm and Homebrew (#699) (ca7a5ee)

Chores

  • bump to 1.6.1 — fix ESM compat crash on startup (#701) (41c678f)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.6.0...v1.6.1

v1.6.0 — AX Platform + Centralized Config

10 Apr 06:58
a72c419

Choose a tag to compare

What's New

AX Platform Identity (#695, #696)

  • Redefine GovOn from civil complaint assistant to AX (Agentic Transformation) national infrastructure platform
  • Update system prompt, README, PRD, package metadata, agent definitions
  • Add 16-domain adapter roadmap (MVP: 공공행정, 법률 → 14 additional domains planned)

Terminal Resize Fix (#695)

  • Dynamic markdown renderer width via useStdoutDimensions() for proper terminal resize handling
  • ANSI escape sequence stripping in parse-error fallback

Centralized Configuration (#697)

  • Extract 30+ hardcoded hyperparameters into config/govon.yaml
  • 6 sections: generation, serving, context, tools, rate_limit, validation
  • GPU-tier guidelines in config comments (A100 80GB, A10G 24GB, etc.)
  • Environment variable overrides for production deployment flexibility

Agent Rename

  • draft_responsedomain_adapter across all source code, tests, scripts
  • Adapter descriptions updated with exact AI Hub dataset IDs

Install / Upgrade

npm install -g govon@1.6.0
brew upgrade govon

Full Changelog: v1.5.1...v1.6.0

GovOn v1.5.1

10 Apr 05:32
70fafa9

Choose a tag to compare

Highlights

Installation

Quick install (requires Node.js 18+)

curl -fsSL https://raw.githubusercontent.com/GovOn-Org/GovOn/main/scripts/install.sh | bash

npm

npm install -g govon

Homebrew

brew install govon-org/tap/govon

Docker

docker pull ghcr.io/govon-org/govon:v1.5.1

What's Changed

Bug Fixes

  • move useMemo above early returns — React hooks order violation (#690) (15967eb)

Chores

Contributors

  • github-actions[bot]
  • umyunsang

Known Issues


Full Changelog: v1.5.0...v1.5.1

GovOn v1.5.0

10 Apr 05:29
0f96640

Choose a tag to compare

Highlights

Installation

Quick install (requires Node.js 18+)

curl -fsSL https://raw.githubusercontent.com/GovOn-Org/GovOn/main/scripts/install.sh | bash

npm

npm install -g govon

Homebrew

brew install govon-org/tap/govon

Docker

docker pull ghcr.io/govon-org/govon:v1.5.0

What's Changed

New Features

  • npm + brew + native installer only — remove pip CLI (#687) (8cb2369)

Chores

  • bump to 1.5.0 — npm/brew/native installer only, README refresh (#688) (0f96640)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.9...v1.5.0

GovOn v1.4.9

10 Apr 05:20
4d00733

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.9
docker pull ghcr.io/govon-org/govon:v1.4.9

What's Changed

Bug Fixes

  • use npx instead of Node SEA for pip launcher (#684) (5d94d6a)
  • homebrew auto-update via PR+admin merge instead of direct push (#683) (fbc1503)

Chores

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.8...v1.4.9

GovOn v1.4.8

10 Apr 05:06
bd8c03d

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.8
docker pull ghcr.io/govon-org/govon:v1.4.8

What's Changed

Bug Fixes

  • lightweight PyPI wheel + first-run SEA download (#680) (7a9c2f9)

Chores

  • bump to 1.4.8 — lightweight PyPI + first-run download (#681) (bd8c03d)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.7...v1.4.8

GovOn v1.4.7

10 Apr 05:00
f36e4f7

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.7
docker pull ghcr.io/govon-org/govon:v1.4.7

What's Changed

Bug Fixes

  • temporarily exclude darwin-x64 SEA — macos-13 runners unavailable (#678) (a343533)

Chores

  • bump to 1.4.7 — skip darwin-x64 SEA (#679) (f36e4f7)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.6...v1.4.7

GovOn v1.4.6

10 Apr 04:57
48da0bc

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.6
docker pull ghcr.io/govon-org/govon:v1.4.6

What's Changed

Bug Fixes

  • disable fail-fast in SEA matrix — prevent cascading cancel (#676) (2513e6b)

Chores

  • bump to 1.4.6 — fail-fast fix for SEA matrix (#677) (48da0bc)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.5...v1.4.6

GovOn v1.4.5

10 Apr 04:55
29cdf42

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.5
docker pull ghcr.io/govon-org/govon:v1.4.5

What's Changed

Bug Fixes

  • use Node.js for cross-platform SEA checksum (shasum unavailable on Windows) (#674) (d3cf6ad)

Chores

  • bump to 1.4.5 — cross-platform SEA checksum (#675) (29cdf42)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.4...v1.4.5

GovOn v1.4.4

10 Apr 04:52
db11b2e

Choose a tag to compare

Highlights

Installation

npm (requires Node.js 18+)

npm install -g govon
pip install govon==1.4.4
docker pull ghcr.io/govon-org/govon:v1.4.4

What's Changed

Bug Fixes

  • disable useCodeCache — incompatible with ESM bundle (#672) (d0eb863)

Chores

  • bump to 1.4.4 — fix SEA code cache incompatibility (#673) (db11b2e)

Contributors

  • umyunsang

Known Issues


Full Changelog: v1.4.3...v1.4.4