| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-05 | refactor(core): centralize version constant in mozart-core | nsfisis | |
| 2026-05-04 | feat(http): honor config.cafile and config.capath | nsfisis | |
| Composer's config.cafile/config.capath were accepted by the config command but ignored by every HTTP request. Centralize reqwest client construction in mozart_core::http, pre-load the configured CA bundle at startup, and route every callsite (registry, vcs drivers, diagnose, self-update) through the shared builder so user-supplied roots are actually used during HTTPS verification. | |||
| 2026-02-22 | refactor(http): centralize User-Agent string in mozart-core | nsfisis | |
| Add mozart_core::http::user_agent() that returns a consistent "Mozart/<version> (<os>; <arch>)" string. Replace all scattered user-agent definitions across mozart-registry and mozart CLI commands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
