Releases: AnimaNigra/ClaudeAgentOrchestrator
Releases · AnimaNigra/ClaudeAgentOrchestrator
Release list
v1.3.0
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
.emlor.msg(Outlook) file by path, drag-and-drop or file picker; shows headers, a sanitized HTML/text body with inlinecid: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=trueMSBuild property letsdotnet publishreuse a prebuiltwwwroot(avoids the MSB3030 static-web-assets hash mismatch) .msg/.emlfiles 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