Skip to content

Releases: AnimaNigra/ClaudeAgentOrchestrator

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 08:00

Highlights

🧰 New Tools tab

A drawer of small developer utilities, reachable from the top nav (/tools/<tool>). Everything stays on your machine — the codecs run in the browser, the e-mail parser in the local backend.

  • Base64 — encode / decode, UTF-8 safe
  • URL — percent-encode / decode
  • HTML — entity escape / unescape
  • Basic Auth — build or take apart an Authorization: Basic … header
  • JWT — decode header & payload, and verify the signature via SubtleCrypto (HS256/384/512, RS256/384/512, ES256/384/512)
  • UUID — generate UUID v4, one or many, copy all at once
  • Hash — SHA-1 / SHA-256 / SHA-384 / SHA-512 (SHA-1 is flagged as broken)
  • E-mail viewer — open a .eml or .msg (Outlook) file by path, drag-and-drop or file picker; shows headers, a sanitized HTML/text body with inline cid: images resolved, and lets you download attachments

🔔 Notification sound settings

New Settings page (/settings):

  • Volume slider and a Play test sound button
  • Mute all toggle
  • Per-agent mute — a 🔔 / 🔕 button on every agent card silences just that agent; muted agents are listed in Settings, where they can be unmuted individually or all at once
  • Preferences persist in the browser (localStorage). The default volume matches the previous hard-coded level, so nothing changes until you touch the slider.

Fixes & internals

  • Reader: local-path validation is shared between Reader and Tools endpoints; error messages are now consistently English
  • E-mail viewer: overlapping load/download requests no longer race each other; attachment parsing handles null content
  • Build: SkipFrontendBuild=true MSBuild property lets dotnet publish reuse a prebuilt wwwroot (avoids the MSB3030 static-web-assets hash mismatch)
  • .msg / .eml files are ignored repo-wide so real mail can never be committed by accident

Download

ClaudeAgentOrchestrator-win-x64-1.3.0.zip — self-contained Windows build, no .NET install needed. Requires Node.js LTS and the Claude Code CLI; see START-HERE.txt inside the zip.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:21

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:43

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:35