Skip to content

Commit 9f074b4

Browse files
committed
feat: Introduce display overlay schema and conformance tests for granular module presentation control across various surfaces.
1 parent 3eee529 commit 9f074b4

File tree

5 files changed

+1007
-7
lines changed

5 files changed

+1007
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.13.1] - 2026-03-23
11+
12+
### Ecosystem
13+
14+
§5.13 Display Overlay (specified in v0.13.0) is now implemented across the official adapter stack:
15+
16+
| Package | Version | What was implemented |
17+
|---------|---------|----------------------|
18+
| `apcore-toolkit` | 0.4.0 | `DisplayResolver` — §5.13 resolve priority chain, MCP alias sanitization/64-char limit, CLI alias validation, `suggested_alias` fallback, `binding_path` file/directory loading |
19+
| `apcore-cli` | 0.3.0 | CLI command routing from `metadata["display"]["cli"]["alias"]`; descriptor cache; JSON output reads display overlay |
20+
| `apcore-mcp` | 0.11.0 | MCP tool name and description from `metadata["display"]["mcp"]`; `guidance` appended to tool description |
21+
| `apcore-a2a` | 0.3.0 | A2A skill id/description/tags from `metadata["display"]["a2a"]`; removed dead `_build_extensions()` |
22+
| `fastapi-apcore` | 0.4.0 | `binding_path` parameter on `create_cli()` / `create_mcp_server()`; `DeprecationWarning` for `simplify_ids=True` |
23+
1024
## [0.13.1] - 2026-03-22
1125

1226
### Changed

0 commit comments

Comments
 (0)