Skip to content

Releases: Algomation-AI/ProcessGit

v0.1.4

24 May 07:57
187d888

Choose a tag to compare

ProcessGit v0.1.4

Signed Docker image: ghcr.io/algomation-ai/processgit:0.1.4

  • linux/amd64

Install

docker pull ghcr.io/algomation-ai/processgit:0.1.4

Or via the canonical deploy compose file:

git clone --branch v0.1.4 https://github.com/Algomation-AI/ProcessGit.git
cd ProcessGit
docker compose -f deploy/docker-compose.yml up -d

Verify image signature (Sigstore keyless)

cosign verify ghcr.io/algomation-ai/processgit:0.1.4 \
  --certificate-identity-regexp '^https://github.com/Algomation-AI/ProcessGit/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Changes

Full diff: v0.1.3...v0.1.4

  • Merge pull request #140 from Algomation-AI/docs/v0.1.4-partner-ready-install (187d888) — @rg4444
  • v0.1.4: partner-ready install docs + real-updates default (ad38f41) — @rihards Gailums

v0.1.3

23 May 21:46
c3ab0f6

Choose a tag to compare

ProcessGit v0.1.3

Multi-arch Docker image: ghcr.io/algomation-ai/processgit:0.1.3

  • linux/amd64
  • linux/arm64

Install

docker pull ghcr.io/algomation-ai/processgit:0.1.3

Or via the canonical deploy compose file:

git clone --branch v0.1.3 https://github.com/Algomation-AI/ProcessGit.git
cd ProcessGit
docker compose -f deploy/docker-compose.yml up -d

Verify image signature (Sigstore keyless)

cosign verify ghcr.io/algomation-ai/processgit:0.1.3 \
  --certificate-identity-regexp '^https://github.com/Algomation-AI/ProcessGit/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Changes

Full diff: v0.1.2...v0.1.3

  • Merge pull request #139 from Algomation-AI/fix/git-ssh-dir-perms (c3ab0f6) — @rg4444
  • fix(deploy): create /data/git/.ssh with 0700 before processgit starts (13d0ab7) — @rihards Gailums

v0.1.2

23 May 21:22
65d4c05

Choose a tag to compare

ProcessGit v0.1.2

Multi-arch Docker image: ghcr.io/algomation-ai/processgit:0.1.2

  • linux/amd64
  • linux/arm64

Install

docker pull ghcr.io/algomation-ai/processgit:0.1.2

Or via the canonical deploy compose file:

git clone --branch v0.1.2 https://github.com/Algomation-AI/ProcessGit.git
cd ProcessGit
docker compose -f deploy/docker-compose.yml up -d

Verify image signature (Sigstore keyless)

cosign verify ghcr.io/algomation-ai/processgit:0.1.2 \
  --certificate-identity-regexp '^https://github.com/Algomation-AI/ProcessGit/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Changes

Full diff: v0.1.1...v0.1.2

  • Merge pull request #138 from Algomation-AI/fix/install-wizard-skip (65d4c05) — @rg4444
  • fix(deploy): write app.ini before processgit starts (skip install wizard) (96eb0b4) — @rihards Gailums

v0.1.1

23 May 19:58
3236814

Choose a tag to compare

ProcessGit v0.1.1

Multi-arch Docker image: ghcr.io/algomation-ai/processgit:0.1.1

  • linux/amd64
  • linux/arm64

Install

docker pull ghcr.io/algomation-ai/processgit:0.1.1

Or via the canonical deploy compose file:

git clone --branch v0.1.1 https://github.com/Algomation-AI/ProcessGit.git
cd ProcessGit
docker compose -f deploy/docker-compose.yml up -d

Verify image signature (Sigstore keyless)

cosign verify ghcr.io/algomation-ai/processgit:0.1.1 \
  --certificate-identity-regexp '^https://github.com/Algomation-AI/ProcessGit/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Changes

Full diff: v0.1.0...v0.1.1

  • Merge pull request #137 from Algomation-AI/fix/slice4-notfound-signature (3236814) — @rg4444
  • fix(admin/updates): match the current ctx.NotFound signature (384760d) — @rihards Gailums
  • Merge pull request #136 from Algomation-AI/slice-4/admin-updates-ui (0a719de) — @rg4444
  • Slice 4: admin updates UI at /-/admin/updates (aec5d17) — @rihards Gailums
  • Merge pull request #135 from Algomation-AI/cleanup/readme-install-v0.1.x (6ca5eae) — @rg4444
  • Merge pull request #134 from Algomation-AI/cleanup/single-env-and-optional-updater-token (1755402) — @rg4444
  • docs: rewrite Installation section for v0.1.x deployment (44bb36e) — @rihards Gailums
  • deploy: collapse to single .env file, make updater token optional for main app (3ed9fa4) — @rihards Gailums

v0.1.0

23 May 18:39
a8fbeff

Choose a tag to compare

ProcessGit v0.1.0

Multi-arch Docker image: ghcr.io/algomation-ai/processgit:0.1.0

  • linux/amd64
  • linux/arm64

Install

docker pull ghcr.io/algomation-ai/processgit:0.1.0

Or via the canonical deploy compose file:

git clone --branch v0.1.0 https://github.com/Algomation-AI/ProcessGit.git
cd ProcessGit
docker compose -f deploy/docker-compose.yml up -d

Verify image signature (Sigstore keyless)

cosign verify ghcr.io/algomation-ai/processgit:0.1.0 \
  --certificate-identity-regexp '^https://github.com/Algomation-AI/ProcessGit/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Changes

Initial release.

  • Merge pull request #133 from Algomation-AI/fix/release-notes-sigpipe (a8fbeff) — @rg4444
  • ci: fix release-notes step SIGPIPE under set -o pipefail (84f4669) — @rihards Gailums
  • Merge pull request #132 from Algomation-AI/fix/release-amd64-only-and-node24 (d6b89cf) — @rg4444
  • ci: drop arm64 from release builds, opt into Node 24, bump timeout (332eab5) — @rihards Gailums
  • Merge pull request #131 from Algomation-AI/slice-3b/real-docker-ops (c1fd5c3) — @rg4444
  • Merge pull request #130 from Algomation-AI/slice-3/compose-integration (ee7a142) — @rg4444
  • Merge pull request #129 from Algomation-AI/slice-3/workflow-build-updater-image (945dfca) — @rg4444
  • Slice 3B: replace updater docker stubs with real CLI implementations (83c9b2d) — @rihards Gailums
  • deploy: wire the processgit-updater sidecar into docker-compose (daa711f) — @rihards Gailums
  • ci: build & sign processgit-updater image paired with the main image (8beac69) — @rihards Gailums
  • Merge pull request #128 from Algomation-AI/slice-3/updater-sidecar (68695c8) — @rg4444
  • Slice 3A: processgit-updater sidecar (state machine + HTTP API + cosign verify) (ff62b65) — @rihards Gailums
  • Merge pull request #127 from Algomation-AI/slice-2/workflow-emit-release-json (a213e75) — @rg4444
  • ci: emit signed release.json from the release workflow (b2a1474) — @rihards Gailums
  • Merge pull request #126 from Algomation-AI/slice-2/release-manifest-and-update-check (b26be65) — @rg4444
  • Merge pull request #125 from Algomation-AI/slice-1/release-workflow (ef1c1c6) — @rg4444
  • Slice 2A: release.json manifest schema, generator, and processgit update check (77c5197) — @rihards Gailums
  • ci: add release workflow (semver tag -> GHCR + cosign + GH Release) (60b4f51) — @rihards Gailums
  • Merge pull request #124 from Algomation-AI/slice-1/makefile-rename (9f905a0) — @rg4444
  • Makefile: finish gitea-* -> processgit-* rename in release targets (9f8ac4c) — @rihards Gailums
  • Fix DMN/CMMN viewer crash on canvas-less views (e986f22) — @rihards Gailums
  • Align licensing: LICENSE + README consistent with LICENSE-COMMERCIAL (40e404a) — @rihards Gailums
  • Rewrite LICENSE-COMMERCIAL: public-sector clause + Gitea carve-out (d102a3f) — @rihards Gailums
  • Fix commercial-license contact: algomation.ai -> algomation.io (16f0965) — @rihards Gailums
  • Document UAPF ecosystem scope: layered standard + /uapf-ip endpoint (b3e13f6) — @rihards Gailums
  • Add per-repo UAPF-IP endpoint (/{user}/{repo}/uapf-ip) (5c279ac) — @rihards Gailums
  • Update ChatPanel.vue (e8c50eb) — @rg4444
  • Update docker-compose.yml (fada8e2) — @rg4444
  • Update docker-compose.yml (0d419d5) — @rg4444
  • update (f63d8ea) — @rg4444
  • Merge pull request #113 from Algomation-AI/claude/fix-array-string-conversion-cRAMw (7d3526f) — @rg4444
  • fix: guard README inline markup view against empty FileContent (f68dc5f) — @claude
  • Merge pull request #112 from Algomation-AI/codex/add-readme-preview-below-header-div (73ed69a) — @rg4444
  • Render README preview directly below README header (1cd1f12) — @rg4444
  • Merge pull request #111 from Algomation-AI/codex/update-api-swagger-for-processgit (f15f2c3) — @rg4444
  • Update Swagger branding and document MCP endpoint (9f2d194) — @rg4444
  • Merge pull request #110 from Algomation-AI/codex/find-landing-page-location (96782a7) — @rg4444
  • Redesign landing page content and layout (3b6dcf4) — @rg4444
  • Merge pull request #109 from Algomation-AI/claude/remove-sensitive-readme-refs-N4HIO (e3e6d18) — @rg4444
  • Add Mermaid and Markdown editor to built-in viewer inventory (f389462) — @claude
  • Merge pull request #108 from Algomation-AI/claude/remove-sensitive-readme-refs-N4HIO (4a97c64) — @rg4444
  • Remove sensitive DVS, VDVC, and Latvian government references from README (4766284) — @claude
  • Merge pull request #107 from Algomation-AI/claude/update-readme-viewers-pa9bm (f1903c0) — @rg4444
  • Update README with comprehensive file viewers, custom viewer roadmap, and MCP/AI integrations (cb9f931) — @claude
  • Merge pull request #106 from Algomation-AI/codex/apply-bug-fixes-and-updates-to-files (a568a13) — @rg4444
  • Fix chat config loading and API key resolution (9aa87ac) — @rg4444
  • Merge pull request #105 from Algomation-AI/claude/fix-chat-panel-instructions-3RTvk (ca8d438) — @rg4444
  • fix: use agent config in ChatPanel instead of hardcoded defaults (5f552d1) — @claude
  • Merge pull request #104 from Algomation-AI/codex/fix-undefined-method-mustfloat64-error (113e9c2) — @rg4444
  • Fix chat monthly budget config parsing (00c42b7) — @rg4444
  • Merge pull request #103 from Algomation-AI/claude/processgit-chatbot-integration-QWbzq (86592f2) — @rg4444
  • feat: add chat panel frontend, file tree integration, tests, and docs (a4c24d4) — @claude
  • feat: add chatbot integration backend - config parser, history, API handler (ea0a481) — @claude
  • Add tests for XML parsing and entity extraction (bc73227) — @rg4444
  • Enhance XML parsing to include child element attributes (c3fbefa) — @rg4444
  • Merge pull request #102 from Algomation-AI/claude/add-mermaid-viewer-iwcE4 (c0a46de) — @rg4444
  • Add Mermaid diagram viewer and editor for .mmd files (7710590) — @claude
  • Merge pull request #101 from Algomation-AI/claude/restore-mcp-popups-OsYrA (aecf1da) — @rg4444
  • Style MCP popups with white background, border, shadow, and padding (b834a71) — @claude
  • Merge pull request #100 from Algomation-AI/claude/restore-mcp-popups-OsYrA (a4d3d5a) — @rg4444
  • Fix MCP popups: hide by default and use vanilla JS instead of Fomantic (c191b1a) — @claude
  • Merge pull request #99 from Algomation-AI/claude/restore-mcp-popups-OsYrA (c4faf9b) — @rg4444
  • Update pnpm lockfile and add webpack build assets (5f9db2a) — @claude
  • Restore full interactive MCP popups with Copy URL and Test Connection (db7f240) — @claude
  • Merge pull request #98 from Algomation-AI/claude/processgit-ui-improvements-iVCe8 (675e5ee) — @rg4444
  • Fix MCP UI positioning: replace broken popups with data-tooltips (8a44eda) — @claude
  • Merge pull request #97 from Algomation-AI/claude/processgit-ui-improvements-iVCe8 (b83aa2d) — @rg4444
  • Add MCP Server UI indicators to file viewer and repo header (6b4b18f) — @claude
  • Merge pull request #96 from Algomation-AI/claude/remove-rss-feeds-GzYlG (a824faf) — @rg4444
  • Remove all RSS and Atom feed support completely (fb80079) — @claude
  • Remove RSS feed support, migrate all feeds to Atom-only (6e722f4) — @claude
  • licensing: introduce dual-license model (2873e7b) — @rg4444
  • Merge pull request #95 from Algomation-AI/claude/fix-empty-capabilities-vzfSc (2dbcd8e) — @rg4444
  • Fix empty capabilities object in MCP initialize response (66a89be) — @claude
  • Merge pull request #94 from Algomation-AI/claude/fix-sse-json-format-UV9aU (9656afe) — @rg4444
  • Fix SSE endpoint event to send JSON object instead of plain string (0eacd51) — @claude
  • Merge pull request #93 from Algomation-AI/claude/add-router-options-method-BFnoe (9c02e8b) — @rg4444
  • Fix MCP route: use Methods() instead of undefined Options() (4b349d3) — @claude
  • Merge pull request #92 from Algomation-AI/claude/fix-mcp-cors-options-fDMH5 (f2dbae0) — @rg4444
  • Fix MCP CORS by adding OPTIONS route (ddb570c) — @claude
  • Merge pull request #91 from Algomation-AI/claude/fix-cors-error-XQddy (053f6f5) — @rg4444
  • Add CORS headers to MCP endpoint for browser clients (e2fa93c) — @claude
  • Merge pull request #90 from Algomation-AI/claude/add-sse-support-G9SVS (a7d6d68) — @rg4444
  • feat(mcp): add SSE support for Claude Desktop compatibility (dda093c) — @claude
  • Merge pull request #89 from Algomation-AI/claude/fix-csrf-signin-WQeIJ (f0b7d96) — @rg4444
  • Fix: Remove code reader permission check from MCP endpoint (9588750) — @claude
  • Update web.go (ff5cde4) — @rg4444
  • Merge pull request #88 from Algomation-AI/claude/add-mcp-server-support-w57ON (a9e17fe) — @rg4444
  • Fix initialization cycle in MCP tool registry (c1d5a51) — @claude
  • Merge pull request #87 from Algomation-AI/claude/add-mcp-server-support-w57ON (aaabee2) — @rg4444
  • Add MCP (Model Context Protocol) server support (8e8378c) — @claude
  • Revise README for improved clarity and detail (06e0dbd) — @rg4444
  • Merge pull request #86 from Algomation-AI/codex/fix-graphlib-error-for-named-edges (a562949) — @rg4444
  • Enable multigraph for XSD layout (d211961) — @rg4444
  • Merge pull request #85 from Algomation-AI/codex/improve-xsd-visual-rendering-aesthetics (090f903) — @rg4444
  • Improve XSD visual layout and styling (aa55881) — @rg4444
  • Merge pull request #84 from Algomation-AI/codex/add-xsd-visual-editor-for-processgit-tun2lg (ab2c553) — @rg4444
  • Merge branch 'main' into codex/add-xsd-visual-editor-for-processgit-tun2lg (bde838b) — @rg4444
  • Remove dagre dependency for XSD viewer (43a6f7c) — @rg4444
  • Merge pull request #83 from Algomation-AI/codex/add-xsd-visual-editor-for-processgit (62f27ce) — @rg4444
  • Add XSD visual viewer (3d80a62) — @rg4444
  • Merge pull request #82 from Algomation-AI/codex/implement-iframe-height-adjustments (ee5439a) — @rg4444
  • Adjust ProcessGit viewer height and XML view (7d42715) — @rg4444
  • Merge pull request #81 from Algomation-AI/codex/update-codex-instructions-for-fetch-proxy (1544b5e) — @rg4444
  • Add iframe fetch proxy allowlist (4642282) — @rg4444
  • Merge pull request #80 from Algomation-AI/codex/create-de...
Read more