release: 0.38.1 — docs(marketplace) two-step fallback
This commit is contained in:
parent
abc2335ea2
commit
a7d19206d7
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -10,6 +10,19 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.38.1] — 2026-05-06
|
||||
|
||||
### Internal
|
||||
- `CLAUDE.md` — `Claude Code marketplace endpoint` section now documents the
|
||||
two-step fallback (system `git clone` + local `claude plugin marketplace
|
||||
add`) for users registering manually against a private-CA Agnes instance.
|
||||
Bun-compiled `claude` ignores the OS trust store and CA env vars on the
|
||||
marketplace HTTPS path, so direct `/plugin marketplace add` over HTTPS can
|
||||
fail with TLS errors on macOS / Windows even when system tools work fine.
|
||||
The dashboard-served setup payload (`app/web/setup_instructions.py`)
|
||||
already branches between the two automatically based on platform; the
|
||||
doc snippet now matches that behavior for manual flows.
|
||||
|
||||
## [0.38.0] — 2026-05-06
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "agnes-the-ai-analyst"
|
||||
version = "0.38.0"
|
||||
version = "0.38.1"
|
||||
description = "Agnes — AI Data Analyst platform for AI analytical systems"
|
||||
requires-python = ">=3.11,<3.14"
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue