Skip to content

v0.0.1-alpha.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 21:50
fe3f738

Overcast v0.0.1-alpha.22

Docker Images

Full image with the web management console:

  • Pull: ghcr.io/neaox/overcast:0.0.1-alpha.22
  • Channel tag: ghcr.io/neaox/overcast:alpha
  • Registry: overcast package

Headless slim image for CI pipelines:

  • Pull: ghcr.io/neaox/overcast-slim:0.0.1-alpha.22
  • Channel tag: ghcr.io/neaox/overcast-slim:alpha
  • Registry: overcast-slim package
docker run --rm -p 4566:4566 -p 4567:4567 ghcr.io/neaox/overcast:0.0.1-alpha.22
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.22

Native Binaries

Download a binary for your platform from the assets below and verify it with SHA256SUMS.

Asset SHA256
overcast-darwin-amd64 28fabb9dcc05ff75b04be920dda7130395f637be09a10021b0bf365f70a4345e
overcast-darwin-arm64 1ebc56944c0d07dc2efe5f823d0d125aa3b79439b4ab947d6fa32aab93bfb3de
overcast-linux-amd64 bee766ae49e7184d78f4a5f771b580c6507de41cab08807685b2289b5f4b132a
overcast-linux-arm64 380517c6df179c45060f1a31e5eebdaaa1760de1c2cb2827fff9ebf346ad7915
overcast-windows-amd64.exe 56a29105b973c1565c93bf9b3e15fbe92ac85bb7992fe9bef6cc210e2eafc41c
overcastd-darwin-amd64 6306dd316a8d23e6cdea783e58acfed47ae5156cf185d3161a2930e6551de2bd
overcastd-darwin-arm64 326eb6696c1d8eaa4c2e857c85c69501e35b75ca4c47b34e11f81761ecec7201
overcastd-linux-amd64 e162893c19aea4f35e23fa3e18ab4e26f1cf633fe06da358b5d45b5083f417ee
overcastd-linux-arm64 fb8db0f5d84ba34d893ae34a4c467187c0d132eb3061e289d9c35a7ee400c73e
overcastd-windows-amd64.exe ad996b434838ec69873ac0795fe5e627f8125412780a3c057d28e88ae10d03b9

Release Notes

Added

  • Agent tooling — repo-local OpenCode skill registration now discovers the Overcast agent skills without manual setup.

Fixed

  • AppSync/CloudFormationCreateApiKey now accepts CDK-style Expires values 365 days from creation without rolling back AWS::AppSync::ApiKey resources.
  • Web UI — the sidebar now defaults to collapsed on narrow viewports, keeps separate narrow/wide collapse preferences across refreshes, and shows immediate tooltips for collapsed icon navigation.

Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.22