Skip to content

ProseForge Agent v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 01:28
d7d2ab3

First public release.

Added

  • Real stdio MCP transport: MCP servers now run as actual subprocesses
    speaking JSON-RPC over stdin/stdout (previously placeholder-only).
  • Real local execution environment: the local backend executes commands
    via subprocess under the existing permission ceiling (previously dry-run
    plans only).
  • Real Telegram gateway transport: long-polling getUpdates and
    sendMessage over HTTPS using the shared stdlib HTTP transport.
  • Local HTTP service on port 8765 (stdlib http.server) exposing the
    agent service API (/health, /chat), wired into the Docker
    entrypoint so EXPOSE 8765 is meaningful.
  • Release automation: tag-triggered GitHub Actions workflow that runs the
    test gate, builds sdist/wheel, publishes to PyPI (trusted publishing),
    pushes a Docker image to GHCR, and creates a GitHub Release with
    install scripts attached.

Changed

  • Version bumped to 0.2.0.
  • License declaration unified to Apache-2.0 across README, packaging
    metadata, and the LICENSE file (previously inconsistent).