ProseForge Agent v0.2.0
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
localbackend executes commands
via subprocess under the existing permission ceiling (previously dry-run
plans only). - Real Telegram gateway transport: long-polling
getUpdatesand
sendMessageover 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 soEXPOSE 8765is 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).