From eac55bc6ee2d63a7511851e33387bd18d833ddef Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sun, 19 Apr 2026 03:52:48 +0000 Subject: [PATCH] docs: add CHANGELOG entry for PR #748 context path fix Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942671f8..8e166ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix `apm deps list` showing incorrect context file counts by correcting `_count_package_files` to scan `.apm/context/` (singular) instead of `.apm/contexts/` (#748) - Fix `apm marketplace add` silently failing for private repos by using credentials when probing `marketplace.json` (#701) - Pin codex setup to `rust-v0.118.0` for security and reproducibility; update config to `wire_api = "responses"` (#663) - Propagate headers and environment variables through OpenCode MCP adapter with defensive copies to prevent mutation (#622)