Codex
c622f2b39b
Preserve checkpointed tool calls on agent resume
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
2026-07-08 23:00:50 +00:00
Asim Aslam
48e752bbce
docs: refresh planner priorities for 4403 ( #4404 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 23:34:57 +01:00
Asim Aslam
b9e4bd171f
Improve getting-started harness logs ( #4402 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 23:04:02 +01:00
Asim Aslam
d551996a46
docs: prioritize getting-started contract ( #4400 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 22:37:53 +01:00
Asim Aslam
80d2d7306f
agent: document resume checkpoint limits ( #4397 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 22:01:52 +01:00
Asim Aslam
31e146e61d
docs: refresh planner priorities for 4392 ( #4393 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 20:43:49 +01:00
Asim Aslam
0e3a749556
agent: add workflow run info to tool spans ( #4391 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 20:08:02 +01:00
Asim Aslam
c9f238955c
docs: refresh planner priorities for 4192 ( #4193 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:49:46 +01:00
Asim Aslam
c264589a1f
docs: refresh planner priorities for 4385 ( #4388 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:40:06 +01:00
Asim Aslam
6836b49fa0
docs: resolve planner priorities conflict for 4192 ( #4387 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:39:14 +01:00
Asim Aslam
da5b1a2599
loop-release: bump minor for features, patch for fixes (semver-honest) ( #4377 )
...
The release action always bumped the PATCH, so genuine features (new providers,
`micro loop`, the security role, agent memory, …) all shipped as patches while
the minor stayed frozen at .3 (now on v6.3.18). By semver, backward-compatible
features are MINOR bumps.
Now the bump reflects what shipped, read from the CHANGELOG [Unreleased] section
(kept current by the coherence role):
- `### Added` / `### Changed` -> MINOR (vX.(M+1).0)
- fixes/docs only -> PATCH (vX.M.(P+1))
- breaking (`### Removed` / a "(breaking)" heading / BREAKING) -> skip the
automated release; a MAJOR stays a human decision.
Applied to both go-micro's loop-release.yml and the generic `micro loop`
template (guards a missing CHANGELOG.md -> patch). Verified against the current
CHANGELOG: next release resolves to v6.4.0 (features present), not v6.3.19.
Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-08 19:36:32 +01:00
Asim Aslam
3560208edc
blog: draft v6.3.15 update ( #4022 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:28:58 +01:00
Asim Aslam
5f7f733713
Verify first-agent wayfinding in harness ( #4384 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 19:13:40 +01:00
Asim Aslam
29e49c92ea
docs: refresh planner priorities for 4380 ( #4382 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 18:38:45 +01:00
Asim Aslam
271af4d98e
Stabilize plan-delegate notify recovery ( #4379 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 18:13:19 +01:00
Asim Aslam
66acee0416
docs: refresh planner priorities for 4374 ( #4375 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 17:42:40 +01:00
Asim Aslam
e70111426b
Allow direct first-agent chat prompts ( #4373 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 17:22:23 +01:00
Asim Aslam
0314c8f55b
docs: refresh planner priorities for 4367 ( #4369 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 16:54:36 +01:00
Asim Aslam
b3cc4a4ba4
Fix AtlasCloud minimax tool follow-up retry ( #4366 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 16:28:56 +01:00
Asim Aslam
765a842f2b
docs: refresh planner priorities for 4362 ( #4364 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 16:00:39 +01:00
Asim Aslam
7604cac060
Handle Minimax service tool 400 fallback ( #4361 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 15:28:47 +01:00
Asim Aslam
234da38cd5
docs: refresh planner priorities for 4358 ( #4359 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 14:44:38 +01:00
Asim Aslam
967e1cfd9b
Stabilize conformance marker retry prompt ( #4357 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 14:14:06 +01:00
Asim Aslam
02aac71019
docs: refresh planner priorities for 4351 ( #4352 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 13:44:20 +01:00
Asim Aslam
415e95c0f1
test agent startup resume checkpoints ( #4350 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 13:20:15 +01:00
Asim Aslam
36c42d0cfa
docs: refresh planner priorities for 4345 ( #4346 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 12:50:35 +01:00
Asim Aslam
459dff8e7a
ci: add first-agent CLI wayfinding target ( #4344 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 12:26:26 +01:00
Asim Aslam
6c74ae0f9c
docs: refresh planner priorities for 4340 ( #4342 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 11:55:34 +01:00
Asim Aslam
224e107f1c
Stabilize plan-delegate notify recovery ( #4339 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 11:28:41 +01:00
Asim Aslam
e0b9f1323f
docs: refresh planner priorities for 4335 ( #4337 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 11:00:58 +01:00
Asim Aslam
35d3d99428
Fail agent-flow on missing onboarding side effects ( #4334 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 10:30:24 +01:00
Asim Aslam
656c0ce9d6
docs: refresh planner priorities for 4331 ( #4332 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 10:05:26 +01:00
Asim Aslam
7734f5605d
Verify zero-to-hero deploy dry-run ( #4330 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 09:26:45 +01:00
Asim Aslam
affd61e69b
docs: refresh coherence changelog ( #4326 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 08:57:36 +01:00
Asim Aslam
171da77817
docs: refresh planner priorities for 4319 ( #4320 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 08:03:31 +01:00
Asim Aslam
83a6b2004a
Propagate provider HTTP retry signals ( #4318 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 06:43:28 +01:00
Asim Aslam
ae5ead7914
docs: refresh planner priorities for 4314 ( #4316 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 06:16:36 +01:00
Asim Aslam
a1d17ec984
Avoid recording failed stream turns ( #4313 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 04:57:10 +01:00
Asim Aslam
a8b89c2142
docs: refresh planner priorities for 4308 ( #4310 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 04:06:25 +01:00
Asim Aslam
76fea3f01c
agent: parse function-style text tool calls ( #4307 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 03:29:12 +01:00
Asim Aslam
a5f8ff518d
docs: refresh planner priorities for 4304 ( #4305 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 02:40:13 +01:00
Asim Aslam
cf9c015cf8
ci: add docs wayfinding guard ( #4303 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 02:12:09 +01:00
Asim Aslam
7248270f28
docs: refresh planner priorities for 4300 ( #4301 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 01:48:45 +01:00
Asim Aslam
243d7904e8
Fix plan-delegate notify recovery ( #4299 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-08 01:00:03 +01:00
Asim Aslam
364fb33cc8
docs: refresh planner priorities for 4290 ( #4292 )
...
goreleaser / goreleaser (push) Has been cancelled
Co-authored-by: Codex <codex@openai.com >
v6.3.18
2026-07-07 23:37:43 +01:00
Asim Aslam
7697b2587c
Wire universe harness services to shared broker ( #4289 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 23:08:10 +01:00
Asim Aslam
fa36114d73
docs: refresh planner priorities for 4286 ( #4287 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 22:44:12 +01:00
Asim Aslam
5c5186a230
Add agent debugging quickcheck docs ( #4285 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 22:17:15 +01:00
Asim Aslam
58a76bc32f
docs: refresh planner priorities for 4280 ( #4281 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 21:48:53 +01:00
Asim Aslam
2c562c8827
Add scaffold check to zero-to-hero harness ( #4279 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-07 21:24:27 +01:00