Skip to content

Resources

Changelogs

Release notes are pulled from GitHub so this page follows the native runtime, npm wrapper, and web surface without a separate publishing step.

Gunmetal v0.1.15 alpha

Latest
v0.1.15May 5, 2026

Gunmetal v0.1.15 alpha

Gunmetal is still alpha software. This release focuses on making the first public workflow coherent from install through a real local API request.

Highlights

Dashboard starts at `http://127.0.0.1:4684/` from `gunmetal start`.

Provider setup is clearer for browser-session providers such as Codex and Copilot, and API-key providers such as OpenRouter, Zen, and OpenAI.

Playground testing now follows the real user path: authenticate a provider, sync models, create a Gunmetal key, choose a provider-qualified model, and send a prompt through the local API.

Dashboard loading, empty, blocked, and auth-pending states are more explicit.

Public docs and package metadata now label Gunmetal as alpha and use the current `gunmetal start` workflow.

GitHub repository metadata now points to the public alpha site and marks all current releases as prereleases while Gunmetal remains in `v0.1.x`.

Install

v0.1.14 alpha

Prerelease
v0.1.14May 3, 2026

fix: CI — cargo fmt, bun.lock, Windows CommandExt import in https://github.com/Dhruv2mars/gunmetal/pull/85

fix: remove /webui marketing page from landing site in https://github.com/Dhruv2mars/gunmetal/pull/86

v0.1.13 alpha

Prerelease
v0.1.13May 3, 2026

feat: extract Storage trait and add InMemoryStorage test implementation in https://github.com/Dhruv2mars/gunmetal/pull/74

feat: decouple ProviderAdapter from AppPaths in https://github.com/Dhruv2mars/gunmetal/pull/75

feat: create shared gunmetal-test-utils crate in https://github.com/Dhruv2mars/gunmetal/pull/76

feat: extract DaemonManager module for daemon lifecycle in https://github.com/Dhruv2mars/gunmetal/pull/77

test: backfill sdk-core serialization and sdk streaming tests in https://github.com/Dhruv2mars/gunmetal/pull/78

feat: centralize package manager detection in npm wrapper in https://github.com/Dhruv2mars/gunmetal/pull/84

test: backfill Codex and Copilot extension adapter tests in https://github.com/Dhruv2mars/gunmetal/pull/79

test: backfill app-daemon tests for uncovered endpoints in https://github.com/Dhruv2mars/gunmetal/pull/80

test: backfill app-cli tests for chat REPL, logs, and daemon flows in https://github.com/Dhruv2mars/gunmetal/pull/81

feat: structured JSON output for CLI setup and doctor commands in https://github.com/Dhruv2mars/gunmetal/pull/82

v0.1.12 alpha

Prerelease
v0.1.12May 1, 2026

fix: make gunmetal start/stop reliable via port-based PID discovery in https://github.com/Dhruv2mars/gunmetal/pull/61

v0.1.11 alpha

Prerelease
v0.1.11May 1, 2026

fix: correct public sdk docs in https://github.com/Dhruv2mars/gunmetal/pull/60

v0.1.10 alpha

Prerelease
v0.1.10May 1, 2026

fix: use trusted release publishing in https://github.com/Dhruv2mars/gunmetal/pull/59

v0.1.9 alpha

Prerelease
v0.1.9May 1, 2026

fix: refresh readme quickstart in https://github.com/Dhruv2mars/gunmetal/pull/42

feat: landing page redesign — navbar, dropdowns, mobile, stub pages, favicon in https://github.com/Dhruv2mars/gunmetal/pull/43

[codex] refactor: remove tui and dead scaffold in https://github.com/Dhruv2mars/gunmetal/pull/44

feat: move local web ui to webui route in https://github.com/Dhruv2mars/gunmetal/pull/45

feat: configure agent skills in https://github.com/Dhruv2mars/gunmetal/pull/46

feat: refine product language in https://github.com/Dhruv2mars/gunmetal/pull/47

fix: align product contract issues in https://github.com/Dhruv2mars/gunmetal/pull/57

fix: prepare public release in https://github.com/Dhruv2mars/gunmetal/pull/58

v0.1.8 alpha

Prerelease
v0.1.8Apr 1, 2026

Fixes from three QA cycles:

OpenRouter live key auth and model sync now use endpoints that work with current upstream behavior

/v1/responses now includes top-level output_text

TUI key help text matches the shared-key behavior

TUI provider prompt replaces the prefilled default instead of duplicating it

repeated web Save profile actions now update the matching provider/name profile instead of creating duplicates

Verification

bun run test

bun run check

repeated live CLI, TUI, web UI, API, and OpenWebUI workflow checks

v0.1.7 alpha

Prerelease
v0.1.7Mar 31, 2026

What changed

route Codex and Copilot browser auth through the daemon in CLI and TUI flows

stop sending the unsupported Codex reasoning summary field so OpenWebUI chat works again with Codex models

keep web operator action results visible after auth, sync, key, and delete actions

Verification

bun run test

bun run check

cargo test -p gunmetal-cli

cargo test -p gunmetal-tui

cargo test -p gunmetal-daemon

v0.1.6 alpha

Prerelease
v0.1.6Mar 31, 2026

feat: add perf lab ui in https://github.com/Dhruv2mars/gunmetal/pull/31

fix: remove perf lab and trim request overhead in https://github.com/Dhruv2mars/gunmetal/pull/32

fix: make default api keys work across providers in https://github.com/Dhruv2mars/gunmetal/pull/33

fix: support deleting profiles in https://github.com/Dhruv2mars/gunmetal/pull/34

fix: stabilize auth and shared-key workflows in https://github.com/Dhruv2mars/gunmetal/pull/35

v0.1.5 alpha

Prerelease
v0.1.5Mar 28, 2026

fix: repair vercel web deploy in https://github.com/Dhruv2mars/gunmetal/pull/28

fix: align hosted web metadata in https://github.com/Dhruv2mars/gunmetal/pull/29

fix: tighten release readiness in https://github.com/Dhruv2mars/gunmetal/pull/30

v0.1.4 alpha

Prerelease
v0.1.4Mar 28, 2026

feat: ship web ui and site in https://github.com/Dhruv2mars/gunmetal/pull/25

chore: release 0.1.4 in https://github.com/Dhruv2mars/gunmetal/pull/26

fix: repair release tag script in https://github.com/Dhruv2mars/gunmetal/pull/27

v0.1.3 alpha

Prerelease
v0.1.3Mar 28, 2026

feat: polish user flow in https://github.com/Dhruv2mars/gunmetal/pull/21

Pin actionlint workflow version in https://github.com/Dhruv2mars/gunmetal/pull/22

Fix release checksum lint in https://github.com/Dhruv2mars/gunmetal/pull/23

Prep 0.1.3 release in https://github.com/Dhruv2mars/gunmetal/pull/24

v0.1.2 alpha

Prerelease
v0.1.2Mar 21, 2026

Repair npm install checksums in https://github.com/Dhruv2mars/gunmetal/pull/20

v0.1.1 alpha

Prerelease
v0.1.1Mar 21, 2026

fix: finalize npm release flow in https://github.com/Dhruv2mars/gunmetal/pull/14

fix: add release rerun trigger in https://github.com/Dhruv2mars/gunmetal/pull/15

fix: resolve release tags safely in https://github.com/Dhruv2mars/gunmetal/pull/16

fix: lint release workflow in https://github.com/Dhruv2mars/gunmetal/pull/17

Ship npm CLI install path in https://github.com/Dhruv2mars/gunmetal/pull/18

Prep npm 0.1.1 release in https://github.com/Dhruv2mars/gunmetal/pull/19

v0.1.0 alpha

Prerelease
v0.1.0Mar 21, 2026

feat: bootstrap gunmetal foundation in https://github.com/Dhruv2mars/gunmetal/pull/1

feat: wire codex provider flow in https://github.com/Dhruv2mars/gunmetal/pull/2

feat: add copilot provider flow in https://github.com/Dhruv2mars/gunmetal/pull/3

feat: add openrouter provider flow in https://github.com/Dhruv2mars/gunmetal/pull/4

feat: add zen provider in https://github.com/Dhruv2mars/gunmetal/pull/5

feat: add openai provider in https://github.com/Dhruv2mars/gunmetal/pull/6

feat: add responses endpoint in https://github.com/Dhruv2mars/gunmetal/pull/7

feat: harden product surfaces in https://github.com/Dhruv2mars/gunmetal/pull/8

feat: harden first-run ux in https://github.com/Dhruv2mars/gunmetal/pull/9

feat: add repository guidelines in https://github.com/Dhruv2mars/gunmetal/pull/10