Skip to content

agent-feedback v1.0.0

Choose a tag to compare

@foae foae released this 06 Sep 18:59
· 2 commits to main since this release
e7069aa

First stable release of agent-feedback: a self-hosted Go/PostgreSQL inbox for AI coding-agent review results and tooling/documentation friction reports.

Included

  • JSON REST API for immutable submissions, deduplication, filtering, retrieval, and processed-state tracking.
  • Companion Bash skill with credential redaction, local failed-write spooling, recovery, and querying.
  • Public setup and API documentation, deployment configuration, backup/recovery guidance, and MIT licensing.
  • Linux/amd64 and Linux/arm64 container builds.

Verification

The tagged commit passed CI: formatting/vet/build and generated SQL cleanliness, PostgreSQL race/integration tests, live HTTP contract checks, ShellCheck, hermetic client tests, and multi-architecture container publication.
CI: https://github.com/foae/agent-feedback/actions/runs/34053149811

Deployment

This service is intended for a single trust domain, not an internet-facing multi-tenant service. Read the README security and privacy guidance before collecting real telemetry. The companion skill has its own version number.

Container image for this release: ghcr.io/foae/agent-feedback:e7069aa265122aa4865993ae016760d0874b65b0

Known maintenance item

GitHub Actions reports Node.js 20 deprecation warnings for existing action versions; all jobs passed. Updating those action versions is separate from the readiness fix.