Releases: AlexMercedCoder/MagCommandCenter
Release list
Mag Command Center 1.0.0-rc.1
Mag Command Center 1.0.0-rc.1
This release candidate turns Mag Command Center into a complete local-first desktop harness for MagAgent 1.0. It is compatible with the stable magent.task.v2, event, memory, OAP 1.0, and AGS 1.0 contracts.
The Windows MSI-compatible native bundle version is 1.0.0-1; the product, source tag, and JavaScript package retain 1.0.0-rc.1.
Major additions
- A first-class workspace with bounded file search and previews, context selection, uploads, Git status/diffs/staging, branch and worktree management, adjacent-project launch commands, and GitHub/GitLab review handoff through their official CLIs.
- Governed graph schedules. Every graph is validated and planned before scheduling; graphs containing human gates wait for explicit approval at every due run.
- Group sessions for two to five OAP identities in sequential, parallel, or coordinator mode, with speaker attribution and separate durable tasks.
- Per-session permission presets, transcript fork/compact/export, searchable project/session/profile/run commands, and configurable keyboard shortcuts.
- A Tools & Extensions center for tool readiness, gateway health, MCP, skills, plugins, and integrity metadata.
- A deliberately narrow extension API and an authenticated HTTPS JSON-RPC client for remote MagAgent runtimes. Remote access tokens are memory-only.
- System/light/dark appearance modes, accent selection, reduced-motion support, a render recovery boundary, and optional keep-awake during active work.
- Lazy-loaded large views, bounded transcripts and command output, paged workspace lists, and 500-node graph performance budgets.
Security and reliability
- Native workspace commands confine all paths to the selected project and reject symlink escapes.
- The command console parses an argument vector and never invokes a shell; redirects, pipes, substitutions, and control operators are inert arguments.
- Uploads, previews, inline context, command output, timeouts, file counts, and transcript rendering are bounded.
- State schema 2 records migrations and creates a one-time
command-center.v1.sqlite3.backupbefore upgrading an existing v1 database. - Project and user extensions cannot register without an explicit trust grant.
- Release CI generates a CycloneDX SBOM, audits dependencies, and attests tagged installer provenance.
Release-candidate limits
- The desktop installers are not Apple-notarized or Windows code-signed until project signing credentials are configured.
- Remote mode is a client contract. Operators must supply an authenticated compatible JSON-RPC gateway; Command Center does not expose a network listener.
- Schedules run while Command Center is open. An unattended daemon is intentionally outside this release candidate.
Validation gates
The candidate is accepted only after formatting, ESLint, TypeScript, unit/component tests with coverage thresholds, production build, Playwright browser-preview smoke tests, Rust formatting/tests/checks, and all four native packaging jobs pass. See TESTING.md and RELEASE_CHECKLIST.md.
v0.5.0
Mag Command Center 0.4.0
Mag Command Center 0.4.0
Status: released 2026-08-19.
Mag Command Center 0.4.0 adds Profile Center for Open Agent Profile v1 identities.
Users can create agents through a guided five-step builder, inspect requested and effective
authority, select providers and discovered models, manage tools, skills, MCP servers, memory,
delegation, context, hooks, and network access, and safely clone, import, export, delete, or
restore revisions.
Chats pin profile name and digest, report revision drift, and use the selected identity for
asks and staged goals. Project crews can assign specialist roles and a coordinator; research,
recipe plans, and Agentic Graph runs carry the active profile back to MagAgent. Profile state
proposals remain reviewable rather than being silently applied. A guarded profile action can
also assign the identity to new Slack, Discord, and Telegram gateway sessions through MagAgent's
shared configuration.
This release requires MagAgent 0.95.0 and its magent.oap-profile.v1 authoring contract.
Release Validation
- Frontend production build passed.
- 48 Vitest tests passed, including profile builder, live model-name normalization,
stdin transport, profile detail, gateway assignment, revision restore, pinned sessions,
and accessibility checks. - Six native Rust tests passed and
cargo fmt --checkis clean. - Linux release packaging produced DEB, RPM, and AppImage artifacts for 0.4.0; the standard
Tauri AppImage completed with resolvable desktop icon metadata and launched with the expected
window geometry. - Repository diff and secret-pattern checks found no credentials in the release changes.
Mag Command Center 0.3.0
Mag Command Center 0.3.0
Mag Command Center 0.3.0 aligns the desktop cockpit with MagAgent 0.91.0's hardened
machine contracts and adds a desktop workbench for Agentic Graph Specification 1.0.
The release also makes chat the primary workflow and groups advanced tools by purpose.
Added
- Open and strictly validate
.agraph.yaml,.agraph.yml, and.agraph.jsonfiles. - Review deterministic graph plans as a scannable node table with type, intelligence tier,
parallel group, projected cost, execution bound, concurrency, and human gates. - Stream graph execution activity through the cancellable desktop process bridge.
- Keep raw plan and run JSON available as collapsible diagnostic details.
- Require a final
Review & Runconfirmation before accepting every graph gate and checkpoint. - Environment Center for optional tool packs, detected provider credentials, prompt-cache guidance, and negotiated contracts.
Changed
- Added AGS task states to the typed desktop execution contract.
- Completed task-v2 lifecycle handling for
ready,awaiting_human,succeeded, andskippedstates. - Grouped navigation into Work, Knowledge, and System with Agent Chat first.
- Added Ctrl/Command+Enter prompt submission while preserving multiline editing.
- Surface invoke and streaming startup failures directly in chat and toast feedback.
- Updated repository and in-app documentation for graph review, safety, and runtime behavior.
- Raised the minimum required MagAgent version to
0.91.0and require desktop CLI v1,
task v2, task-event v1, and memory-recall v2 contracts.
Local Validation
npm test -- --run
npm run build
npm audit
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig cargo fmt --check --manifest-path src-tauri/Cargo.toml
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig cargo test --manifest-path src-tauri/Cargo.toml
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig cargo check --manifest-path src-tauri/Cargo.tomlDistribution Notes
- GitHub Actions builds Linux, macOS Apple Silicon, macOS Intel, and Windows installers.
- Use published MagAgent
0.91.0or newer for the complete desktop contract. - Artifacts remain unsigned until Apple notarization and Windows signing are configured.
Validation Evidence
Validated locally on Linux on 2026-08-11:
- 38 frontend tests passed.
- TypeScript and the production Vite build passed.
- npm reported zero known vulnerabilities.
- Rust formatting and compilation checks passed.
- 6 native Rust tests passed.
- Tauri produced
Mag Command Center_0.3.0_amd64.deband
Mag Command Center-0.3.0-1.x86_64.rpm.
macOS and Windows remain CI artifact gates and are not represented by this Linux validation.
v0.2.0
v0.1.7
Mag Command Center 0.1.5
Mag Command Center 0.1.5 Release Notes
Mag Command Center 0.1.5 adds a desktop entry point for MagAgent's staged orchestrated goal workflow.
Added
- Added Stage Goal in Agent Chat.
- Stage Goal calls
magent goal --orchestrated --jsonfor the active project. - Chat now returns the saved staged plan id, cache key, dry-run command, and run command.
Changed
- Raised the recommended MagAgent version to
0.32.13+. - Updated README, workspace docs, product plan, distribution notes, and in-app docs for the staged-goal workflow.
Compatibility
- MagAgent
0.32.13+is recommended formagent goal-run, staged-plan dry runs, failed-step retry, and backgroundorchestrated_goaldaemon tasks. - The desktop app still shells out to
magent; custom MagAgent installs can be selected by launching withMAGENT_BIN=/path/to/magent. - Linux, macOS Apple Silicon, macOS Intel, and Windows artifacts are built by GitHub Actions.
Known Distribution Notes
- 0.1.5 artifacts are still unsigned.
- macOS may show Gatekeeper warnings until Developer ID signing and notarization are configured.
- Windows may show SmartScreen warnings until code signing is configured and reputation develops.
Mag Command Center 0.1.4
Mag Command Center 0.1.4 Release Notes
Mag Command Center 0.1.4 makes Agent Chat feel more like an operational cockpit over MagAgent 0.32.11.
Added
- Added a Run Cockpit to Agent Chat with model round counts, tool counts, total observed duration, slowest tool, generated artifacts, and permission friction.
- Added in-panel project switching so users can bounce between project-scoped chats without leaving Agent Chat.
- Added resilient cockpit parsing for both structured MagAgent events and streamed terminal lines.
Changed
- Raised the recommended MagAgent version to
0.32.11+for the best timing, artifact verification, and file-write recovery behavior. - Updated README, release checklist, workspace docs, distribution notes, and in-app documentation for the new cockpit flow.
Compatibility
- MagAgent
0.32.11+is recommended. - The desktop app still shells out to
magent; custom MagAgent installs can be selected by launching withMAGENT_BIN=/path/to/magent. - Linux, macOS Apple Silicon, macOS Intel, and Windows artifacts are built by GitHub Actions.
Known Distribution Notes
- 0.1.4 artifacts are still unsigned.
- macOS may show Gatekeeper warnings until Developer ID signing and notarization are configured.
- Windows may show SmartScreen warnings until code signing is configured and reputation develops.
Mag Command Center 0.1.3
Mag Command Center 0.1.3 aligns the desktop first-run experience with MagAgent 0.30.1.
Changed:
- Raised the recommended MagAgent version to 0.30.1+.
- Corrected first-run install and upgrade commands to use the published mag-agent PyPI package name.
- Updated setup diagnostics, in-app documentation, README guidance, and distribution notes for the MagAgent provider credential wizard.
- Clarified that MagAgent 0.30.1 includes the Python 3.14-safe MagGraph dependency path.
Compatibility:
- Linux, macOS Apple Silicon, macOS Intel, and Windows artifacts are built by GitHub Actions.
- Artifacts are unsigned, so macOS Gatekeeper and Windows SmartScreen warnings may appear until signing is configured.
Mag Command Center 0.1.1
Mag Command Center 0.1.1 Release Notes
Mag Command Center 0.1.1 is a focused UI hardening and documentation release.
Highlights
- Fixed layout overflow in the Agent Chat panel where session controls and quick prompts could overlap the right-side event and stream panels.
- Removed horizontal page overflow at desktop widths.
- Improved wrapping for long project paths, button labels, status text, nav labels, and compact cards.
- Added repository screenshots for Projects, Agent Chat, Memory, SQLite, Docs, and dark mode.
- Added a screenshot gallery to the in-app Docs tab.
- Refreshed docs so GitHub readers and in-app users can see the current UI.
Requirements
- MagAgent
0.30.0+is recommended. - The desktop app shells out to
magent; custom MagAgent installs can be selected by launching withMAGENT_BIN=/path/to/magent.
Distribution Notes
- 0.1.1 artifacts are still unsigned.
- macOS may show Gatekeeper warnings until Developer ID signing and notarization are configured.
- Windows may show SmartScreen warnings until code signing is configured and reputation develops.
- In-app updates are not enabled yet; updater support should wait for signed updater artifacts and a stable update endpoint.
Verification
The release workflow runs frontend tests, frontend build, Rust tests, Rust check, platform-native desktop packaging, artifact upload, and draft release asset publication for v* tags.