Skip to content

Gunmetal v0.1.15 alpha

Latest

Choose a tag to compare

@github-actions github-actions released this 05 May 02:55
· 3 commits to main since this release
c78cd85

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

npm i -g @dhruv2mars/gunmetal
gunmetal setup
gunmetal start

Use gunmetal start --no-open to start the daemon without opening the Dashboard.

Links