Skip to content

Releases: l33tdawg/sage

SAGE v4.3.5

13 Mar 08:06

Choose a tag to compare

SAGE v4.3.5

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • 86764f0 chore: bump server.json to v4.3.4
  • 006920b chore: bump server.json to v4.3.5
  • bf173e4 fix(auth): allow MCP agents to bypass session cookie auth via Ed25519 signatures

SAGE v4.3.4

13 Mar 06:42

Choose a tag to compare

SAGE v4.3.4

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • 163d686 fix(rbac): resolveVisibleAgents fallback to SQLite for dashboard settings

SAGE v4.3.3

13 Mar 06:35

Choose a tag to compare

SAGE v4.3.3

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • c98c64f fix: embedding provider + visible_agents on-chain broadcast

SAGE v4.3.2

13 Mar 06:06

Choose a tag to compare

SAGE v4.3.2

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • 13878b4 fix(rbac): visible_agents not persisted from dashboard PATCH
  • 93aa13c rename sage-sdk to sage-agent-sdk on PyPI
  • af4900d sage-sdk 1.0.0 + CI fix: non-fatal server.json commit

SAGE v4.3.1

13 Mar 05:18

Choose a tag to compare

SAGE v4.3.1

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • e5c0550 feat: /v1/mcp-config endpoint for agent self-configuration
  • b9c123e fix(ci): support deploy_pages_only — skip build jobs, run pages deploy independently
  • 1a6d7f5 fix(dashboard): canvas hover/click respects agent tab filter
  • 85f8342 fix(onboarding): tell agents to run sage-gui mcp install instead of manual config

SAGE v4.3.0

13 Mar 04:24

Choose a tag to compare

SAGE v4.3.0

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • ccd9da9 fix(ci): update docker/build-push-action to v7.0.0 — stale SHA caused Docker job failure
  • deb5b8d v4.3.0: Synaptic Ledger safeguards, bulk operations, automated Docker CI

SAGE v4.2.2

12 Mar 11:32

Choose a tag to compare

SAGE v4.2.2

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • 8c6bcf1 v4.2.2: Isolated-by-default RBAC for agent memory access

SAGE v4.2.1

12 Mar 10:47

Choose a tag to compare

SAGE v4.2.1

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • f38be71 Add Agent Skills definition for skills.sh discovery
  • 268cb76 Bump GitHub Actions to Node.js 24-compatible versions
  • 129a7f6 Move skill to repo root for skills.sh discovery
  • ccbca34 v4.2.1: Fix on-chain agent registration — canonical body hash mismatch

SAGE v4.2.0

12 Mar 09:50

Choose a tag to compare

SAGE v4.2.0

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • 943bd26 Fix lint: remove invalid gosec taint rules from config, add nolint annotations
  • d1ecea2 add MCP server badge
  • 16f3355 v4.2.0: Fix upgrade hang, bulk seeding, malformed URLs, hook auto-install, lint cleanup

SAGE v4.1.1

12 Mar 06:45

Choose a tag to compare

SAGE v4.1.1

Sovereign Agent Governed Experience — persistent, governed memory for AI agents.

Quick Start (sage-gui)

# Download and extract for your platform, then:
./sage-gui setup    # Interactive setup wizard
./sage-gui serve    # Start your personal memory node

See the README for full documentation.

Changelog

  • f5ffc29 Fix Linux desktop bundle: strip v prefix from version in tarball name
  • 80f59b9 Fix lint: gosec G306, govet shadow, noctx in sage-launcher
  • fcfceb1 v4.1.1: Release pipeline — lint gate, workflow_dispatch, fix deploy-pages deps