Skip to content

Releases: CodeAlive-AI/agentic-secrets

Agentic Secrets 0.1.7

Choose a tag to compare

@rodion-m rodion-m released this 02 Jul 18:09
v0.1.7
30d94ee

Test release for validating the self-build updater relaunch path from 0.1.6.

Changes:

  • Version-only test release.
  • Intended to verify that 0.1.6 restarts into the updated app bundle after installing an update.

Minimum macOS Version: 14.0

Agentic Secrets 0.1.6

Choose a tag to compare

@rodion-m rodion-m released this 02 Jul 17:50
v0.1.6
b5d4019

Fixes self-build updater restart behavior.

Changes:

  • Runs the local installer with --no-open during self-build updates so macOS does not reuse the old running process.
  • Adds a relaunch helper that waits for the old UI process to exit, then opens the updated app bundle with open -n.
  • Shows explicit Restarting app progress instead of a stale Installed message in the old process.

Minimum macOS Version: 14.0

Agentic Secrets 0.1.5

Choose a tag to compare

@rodion-m rodion-m released this 02 Jul 17:37
v0.1.5
0de67ef

Fixes the local self-build update path and makes update installation visible in the app.

Changes:

  • Fixes shim IPC health version lookup when launched through the installed symlink without an explicit --version flag.
  • Adds staged update installation feedback in the sidebar and status banner: download, unpack, verify, install, cleanup.
  • Keeps update failure messages actionable with the installer log path.

Minimum macOS Version: 14.0

Agentic Secrets 0.1.4

Choose a tag to compare

@rodion-m rodion-m released this 02 Jul 11:51
v0.1.4
04ccfde

Agentic Secrets 0.1.4

Experimental release for validating the self-build app updater from 0.1.3.

  • Bumps the release metadata to 0.1.4 so the updater can download this release source archive and pass version validation.
  • Keeps the 0.1.3 CLI env delivery and self-build updater behavior.

Minimum macOS Version: 14.0

Agentic Secrets 0.1.3

Choose a tag to compare

@rodion-m rodion-m released this 02 Jul 11:50
v0.1.3
e1a4bec

Agentic Secrets 0.1.3

  • Allows registered non-generic CLIs to receive scrubbed env delivery by default, including unknown non-destructive commands with reusable approval according to the configured authorization mode.
  • Adds per-run custom env values via agentic-secrets cli run <name> --env NAME=VALUE -- ....
  • Adds the self-build app update prompt and source-archive updater path.
  • Fixes local install health checks to use the installed helper version.

Minimum macOS Version: 14.0

Agentic Secrets 0.1.1

Choose a tag to compare

@rodion-m rodion-m released this 19 Jun 19:04
078dbd6

Agentic Secrets 0.1.1 self-build release.\n\nHighlights:\n- Removes alpha channel naming from release metadata.\n- Packages app metadata as Agentic Secrets 0.1.1, build 3.\n- Includes release evidence for commit 078dbd6.\n\nThis release uses the source self-build/ad-hoc signing track. Developer ID signing and notarization remain optional future distribution work.

Agentic Secrets 0.1.0 alpha.2

Pre-release

Choose a tag to compare

@rodion-m rodion-m released this 19 Jun 18:56
613662c

Agentic Secrets 0.1.0 alpha.2 self-build release.\n\nHighlights:\n- Improved CLI Delivery management UX and delivery rules editing.\n- Updated local installer to stop/reopen the UI and restart the broker safely during local updates.\n- Includes release evidence for commit 613662c.\n\nThis is an alpha pre-release using the source self-build/ad-hoc signing track. Developer ID signing and notarization are not part of this release.

Agentic Secrets 0.1.0 alpha.1

Pre-release

Choose a tag to compare

@rodion-m rodion-m released this 18 Jun 23:08
6a4e7cd

Agentic Secrets 0.1.0 alpha.1

Alpha self-build release for local macOS use.

Minimum macOS Version: 14.0

Included

  • Fixes CLI shim PATH ordering for zsh login, interactive, and non-interactive agent shells.
  • Adds a modal restart prompt after CLI registration: quit and reopen Codex, Claude Code, or the agent app with Cmd+Q.
  • Includes arm64 macOS ZIP and DMG app bundle artifacts plus SHA-256 checksums.

Verification

  • swift build
  • swift run agentic-secrets-contract-tests
  • ./script/ui_smoke.sh
  • ./scripts/ci.sh
  • ./scripts/tahoe_compatibility_check.sh
  • ./scripts/check_secret_authority.sh
  • ./scripts/package_release.sh
  • ./scripts/validate_release_artifact.sh build/AgenticSecrets.app
  • codesign --verify --strict --deep --verbose=4 build/AgenticSecrets.app
  • swift run agentic-secrets release-gates: canRelease=true, canRunLocal=true, canDistributeBinary=false
  • swift run agentic-secrets ipc-conformance
  • swift run agentic-secrets mcp-conformance

Distribution note

These artifacts are ad-hoc signed self-build convenience artifacts. They are not Developer ID signed, notarized, or stapled.