Asim Aslam
ce29d7104c
Report provider conformance skips per harness ( #4678 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-11 10:16:06 +01:00
Asim Aslam
7f78bbf814
Broaden MiniMax streaming conformance ( #4481 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 19:22:01 +01:00
Asim Aslam
7e0b6fd3fa
Fix AtlasCloud tool streaming capability ( #4477 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 18:32:39 +01:00
Asim Aslam
776fe1a36a
Add agent stream provider conformance ( #4433 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-09 04:56:44 +01:00
Asim Aslam
9dfb35d85a
Guard provider conformance workflow scheduling ( #4120 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-06 04:59:35 +01:00
Asim Aslam
e92978f3eb
Add minimax to provider conformance ( #3794 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 12:30:56 +01:00
Asim Aslam
3a9455f28c
harness: label provider conformance phases ( #3542 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 12:46:11 +01:00
Asim Aslam
e1b3c587aa
Add configurable provider conformance dispatch ( #3459 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 16:31:49 +01:00
Asim Aslam
8994fd03f6
Add A2A fallback provider conformance harness ( #3438 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 12:37:40 +01:00
Asim Aslam
b25a9171c5
ci: fold agent checks into provider conformance ( #3389 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-29 23:08:09 +01:00
Asim Aslam
f8d8cb39a7
Document provider conformance scheduling ( #3303 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-28 22:55:49 +01:00
Asim Aslam
3f45771840
Publish provider conformance summaries ( #3146 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-27 03:29:12 +01:00
Asim Aslam
19818ad638
Expose streaming in provider capabilities ( #3134 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-26 21:18:38 +01:00
Asim Aslam
993ce668b2
Add provider capability markdown export ( #3132 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-26 20:20:08 +01:00
Asim Aslam
af39aac297
Add provider conformance JSON summary ( #3124 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-26 16:31:25 +01:00
Asim Aslam
f1f987cb8d
provider conformance: print capability matrix ( #3092 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-25 22:18:34 +01:00
Asim Aslam
319ff1972b
ci: require live provider conformance keys ( #3072 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-25 13:28:57 +01:00
Asim Aslam
8aeba56839
Harden provider conformance selection ( #3061 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-25 09:47:55 +01:00
Asim Aslam
daacd4830f
harness/new: make conformance timeout honest and contract test cheaper ( #3008 )
...
Follow-up to #3006 :
- provider-conformance: build each harness to a temp binary and run that
instead of 'go run'. 'go run' launches the harness as a child it doesn't
kill on context cancellation, so a timed-out harness (which starts local
services) could be orphaned and outlive the run. Running the built binary
makes the per-run timeout actually terminate the work.
- contract test: skip under -short, and use 'go build ./...' instead of
'go test ./...' (the contract is that the generated service builds). This
keeps the default unit-test suite from shelling out to the toolchain and
the network on every run.
Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-24 11:48:40 +01:00
Asim Aslam
844ab4a14b
Add provider-conformance harness, contract test, and reframe docs to 'agent harness' ( #3006 )
...
* docs: reposition go micro as agent harness
* ci: rename universe workflow to harness
2026-06-24 11:37:43 +01:00