Skip to content

Commit 06e8aad

Browse files
committed
verification-log: mark 2026-05-09 entry fully Green; live-API smoke passed via CI secret
All 6 chapter builds green at 10.5.2 (run 25599382646). AnthropicVerification harness: PASS claude-opus-4-7, PASS claude-sonnet-4-6, PASS claude-haiku-4-5-20251001 -- all three model IDs confirmed callable against the live API using the ANTHROPIC_API_KEY repository secret.
1 parent 3f81f99 commit 06e8aad

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/verification-log.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Copy this block to start a new entry. Date format `YYYY-MM-DD`.
9494

9595
---
9696

97-
## 2026-05-09 -- Pre-print weekly sweep; MEAI patch bump to 10.5.2; manuscript quality fixes
97+
## 2026-05-09 -- Pre-print weekly sweep; MEAI patch bump to 10.5.2; manuscript quality fixes; live-API smoke green
9898

99-
**Status:** Green -- patch-only version movement; no breaking changes; all manuscript issues found and fixed.
99+
**Status:** **Green** -- all builds pass, all 3 Claude model IDs confirmed callable against live API via CI secret, manuscript quality issues fixed.
100100

101101
### Packages (Critical-5 list)
102102
- [x] `Microsoft.Extensions.AI` -- bumped **10.5.1 → 10.5.2** (patch). `Directory.Packages.props` and `docs/version-matrix.md` updated.
@@ -117,15 +117,15 @@ Copy this block to start a new entry. Date format `YYYY-MM-DD`.
117117
- [x] `Microsoft.Extensions.AI.Ollama` / `.AzureAIInference` -- confirmed NOT referenced in `Directory.Packages.props`; samples use `OllamaSharp` and `Azure.AI.OpenAI` directly.
118118

119119
### Code samples
120-
- [x] CI matrix last-green at companion commit `28d19ca` (2026-05-04). No new commits to companion repo this pass (only `Directory.Packages.props` and `docs/` updated). Will trigger CI with the 10.5.2 bump.
121-
- [x] Live-API smoke tests -- not re-run this pass (Anthropic key rotation pending §2.2). Status unchanged from 2026-05-03 Green entry.
120+
- [x] CI matrix green at companion commit `3f81f99` (2026-05-09). All 6 chapter build jobs pass against MEAI 10.5.2 (run [25599382646](https://github.com/CodeShayk/generative-ai-dotnet-samples/actions/runs/25599382646)).
121+
- [x] **Live-API smoke tests green** -- `workflow_dispatch` run [25599382646](https://github.com/CodeShayk/generative-ai-dotnet-samples/actions/runs/25599382646) ran `tests/AnthropicVerification` against the `ANTHROPIC_API_KEY` repository secret. All three model IDs returned `OK`: `PASS claude-opus-4-7: OK` / `PASS claude-sonnet-4-6: OK` / `PASS claude-haiku-4-5-20251001: OK`.
122122

123123
### URLs
124124
- [x] Full URL audit done 2026-05-03 (114 URLs; 8 broken links fixed). No manuscript URL changes made in this pass beyond the "Last validated" blockquote date update. No new external links added.
125125

126126
### Anthropic API surface
127-
- [x] Model IDs in Appendix B and Chapter 4.2.4 unchanged from 2026-05-03 green entry. No new Anthropic model ID changes observed.
128-
- [x] `Anthropic.SDK` 5.10.0 API surface unchanged.
127+
- [x] All three model IDs cited in `Appendix-B-Model-Quick-Reference.md` and `Chapter-04.md`4.2.4) confirmed callable against the live API via CI: `claude-opus-4-7`, `claude-sonnet-4-6`, `claude-haiku-4-5-20251001` -- each returned `OK`.
128+
- [x] `Anthropic.SDK` 5.10.0 API surface unchanged. `AnthropicClient.Messages` as `IChatClient` with MEAI 10.3.0 override still works end-to-end.
129129

130130
### Issues found / actions taken
131131
- **Manuscript: "Last validated" blockquotes in all six chapters cited `9.x stable`** (stale version string from original drafting). Updated to `10.5.2 (Evaluation 10.5.0)` in `Chapter-01.md` through `Chapter-06.md`. Date updated from `April 2026` to `May 2026`.
@@ -136,10 +136,10 @@ Copy this block to start a new entry. Date format `YYYY-MM-DD`.
136136
- **version-matrix.md** showed `Microsoft.Extensions.AI.Evaluation` at `10.5.1` (incorrect -- the package was never published at that version). Corrected to `10.5.0`.
137137

138138
### Next-pass to-dos
139-
- [ ] Trigger CI on companion repo after the 10.5.2 MEAI bump; verify all 6 chapter build jobs pass.
140-
- [ ] Evaluate `Microsoft.Agents.AI` 1.5.0 and `ModelContextProtocol` 1.3.0 for breaking changes; update pins if CI stays green.
141-
- [ ] Rotate Anthropic API key (§2.2) before re-running live-API smoke tests.
142-
- [ ] Force-update `v1.0-first-print` companion tag to HEAD post-CI.
139+
- [x] ~~Trigger CI on companion repo after the 10.5.2 MEAI bump; verify all 6 chapter build jobs pass.~~ Done -- run 25599382646 green.
140+
- [x] ~~Force-update `v1.0-first-print` companion tag to HEAD post-CI.~~ Done -- tag at `3f81f99`.
141+
- [ ] Evaluate `Microsoft.Agents.AI` 1.5.0 and `ModelContextProtocol` 1.3.0 for breaking changes; update pins if CI stays green (next weekly pass).
142+
- [ ] Rotate Anthropic API key (§2.2) -- user action at <https://console.anthropic.com/>.
143143

144144
---
145145

0 commit comments

Comments
 (0)