Skip to content

Releases: Iniciativas-Alexendros/agent-protonsuite

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:14
cc8e69f

1.3.2 (2026-08-07)

Bug Fixes

  • configure markdownlint and zizmor rules (e52161e)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:12
49fadef

1.3.1 (2026-08-07)

Bug Fixes

  • enable npm publish via OIDC trusted publishing (#98) (49fadef)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:14
de6c49b

1.3.0 (2026-08-07)

Bug Fixes

  • agent: align Calendar stub messages with Proton reality (no CalDAV) (37a48be)
  • docs: document retroactive coverage growth in CHANGELOG [Unreleased] (5b3dabe), closes #68 #pages origin/#pages
  • harden null checks, remove dead code, extract emailFeatures helper (b529931), closes #88
  • repair badges, README, and release workflow (#93) (51f06c9)
  • repair release.yml (remove broken manual commit step) (de6c49b)

Features

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 22:54
1ab960f

1.2.1 (2026-07-20)

Bug Fixes

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 18:08
9e8b798

1.2.0 (2026-07-20)

Features

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 17:34
252b3b6

1.1.0 (2026-07-19)

Features

  • types: enable noImplicitOverride + exactOptionalPropertyTypes in tsconfig (252b3b6)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:19
2646ae0

1.0.1 (2026-07-17)

Bug Fixes

  • sha-256 hash for pass duplicate detection, --force on insert/generate (34ef628)
  • use fs.readdir for pass list, reject '..' paths, fix e2e path (dd9e865)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:28
2fe1119

1.0.0 (2026-07-12)

  • feat!: rebrand to Proton Mail Agent v0.5.0 (20516c0)

Bug Fixes

  • actualizar referencias a Iniciativas-Alexendros/plantillas (e4bb9b3)
  • agent: apply labels via copy and avoid duplicate category folders (41b00ef)
  • agent: drive sync metrics from stderr, ignore-existing on push, README + handler tests (28a752c)
  • agent: log scan errors and use relative paths in DriveAuditor (fa296de)
  • agent: suite-status reports Drive as rclone-backed, not stub (9deb6fa)
  • agent: test drive gate and fix sync copy (eb19616)
  • ci: audit critical-only, install pass in e2e, remove npm publish (c2c594c)
  • config: derive drive enabled from rcloneRemote and use execFileSync in checkDeps (fdbdbbf)
  • deps,ci: nodemailer 6→9 (8 CVEs), unicorn 59→65 (ReDoS) (2fe1119)
  • deps: prevent dependabot major bump grouping (9bcf4f1)
  • docs: correct drive-audit push example and audit output wording (ec19580)
  • knip exit-code, dockerfile runtime install, remove stale dep (8c60861)
  • release: remove @semantic-release/git to fix protected branch GH006 (a77e43a)
  • security: Fases 1-3 de auditoría crítica (#52) (235338b)

Features

  • add bridge MCP tools and integration testing infrastructure (d0e08b4)
  • agent: add check-imap goal and improve Bridge diagnostics (2eb4192)
  • agent: drive goals drive-audit, drive-organize, drive-sync (20e8e56)
  • agent: ecosystem module, full Pass/Drive CLI surface, BridgeClient (1530e6c)
  • agent: state labels and folder-only organization plan (8b45f06)
  • config: drive config schema and DriveClient rclone base (a095d9a)
  • config: drive sync pull/push/status/mount (dcbf108)
  • real Drive MCP tools — audit, status, organize, format-report, sync (2ec23b1)
  • rebrand completo a Proton Suite Agent v0.7.0 (66925c2)
  • tests: add drive-auditor scan, duplicates, format report, organize plan (48055d9)

BREAKING CHANGES

  • package name, repository name and license changed.

v0.1.2 — MCP Registry compatibility (canonical Alexendros casing)

Choose a tag to compare

@Alexendros Alexendros released this 02 May 01:28
d75fca7

What's new

MCP Registry publication · @alexendros/proton-mail-mcp is now discoverable in the official MCP Server Registry under io.github.Alexendros/proton-mail-mcp.

curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.Alexendros/proton-mail-mcp"

Fixes

  • Canonical GitHub username casing in mcpName and server.json name. The registry rejects 0.1.1 with 403 Forbidden: You have permission to publish: io.github.Alexendros/* because the upstream quickstart shows lowercase io.github.my-username/ as example, which is misleading: the actual constraint is exact case-match with gh api user --jq .login.

Notes

  • 0.1.1 exists on npm but never reached the MCP Registry (orphan version due to casing mismatch). Treat 0.1.2 as the first registry-published release.
  • Metadata-only release; no functional/runtime changes vs 0.1.0.
  • Old npm name @alexendros/protonmail-mcp remains deprecated since 0.1.0.

Install

npm install @alexendros/proton-mail-mcp@0.1.2

Or in ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "proton-mail": {
      "command": "npx",
      "args": ["-y", "@alexendros/proton-mail-mcp"],
      "env": {
        "PROTON_USERNAME": "your-proton-email@proton.me",
        "PROTON_PASSWORD": "your-bridge-app-password"
      }
    }
  }
}

Full changelog

See CHANGELOG.md.