Commit 7acfda4
fix-codex round-3: address PR #687 v4 reviewer demands (cluster-024) — last round
Applied 4 fixes (FIX_DONE:687:round-3:applied-4:rejected-0:blocked-0):
- (A) architect: add missing Refactor (iter15/cluster-024) anchor on
AIGAgentBase.cs:202 documenting the deleted protected ChatAsync helper
surface (subclasses now use ChatStreamAsync + local aggregation only
when needed)
- (A) architect: remove inaccurate Refactor comment from
ScriptGenerateGAgent.GenerateWithReasoningAsync — that method was
already streaming on origin/dev. Only GenerateAsync keeps the
direct-ChatAsync refactor comment
- (A) architect: same removal on WorkflowGenerateGAgent.GenerateWithReasoningAsync
- (A) tests: widen ChatRuntimeStreamingBufferTests source-regression
scan from src/Aevatar.AI.Core only to: src/Aevatar.AI.Core +
src/Aevatar.Studio.Hosting + agents/Aevatar.GAgents.ChatbotClassifier,
ignoring provider-boundary abstractions and comment-only lines
Build pass; Aevatar.AI.Tests 558 pass; Aevatar.Studio.Tests 521 pass;
test_stability_guards pass; git diff --check pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 911d38b commit 7acfda4
4 files changed
Lines changed: 12 additions & 9 deletions
File tree
- src
- Aevatar.AI.Core
- Aevatar.Studio.Hosting/Endpoints
- test/Aevatar.AI.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
395 | 401 | | |
396 | 402 | | |
397 | 403 | | |
| |||
0 commit comments