Codex
f545beb724
docs(priorities): refresh planner queue for 3954
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-04 17:29:35 +00:00
Asim Aslam
f12788bd80
Preserve completed agent plan steps ( #3953 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 17:59:30 +01:00
Asim Aslam
47997134af
docs(priorities): refresh planner queue for 3949 ( #3950 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 17:31:21 +01:00
Asim Aslam
f35274af00
agent: harden AtlasCloud delegate conformance prompt ( #3948 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 17:01:03 +01:00
Asim Aslam
fefe3e5b4a
docs(priorities): refresh planner queue for 3943 ( #3944 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 16:36:35 +01:00
Asim Aslam
b01fd477b5
agent: parse tagged text tool calls ( #3942 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 16:13:07 +01:00
Asim Aslam
dbca408982
docs(priorities): refresh planner queue for 3938 ( #3939 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 15:42:04 +01:00
Asim Aslam
fa9806c5a6
agent: retry missing delegate conformance ( #3937 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 15:20:36 +01:00
Asim Aslam
95e7c387b2
docs(priorities): refresh planner queue for 3932 ( #3933 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 14:36:37 +01:00
Asim Aslam
cc54ae988d
agent: retry conformance when tool is skipped ( #3931 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 14:01:46 +01:00
Asim Aslam
6b86bbb27e
docs(priorities): refresh planner queue for 3927 ( #3928 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 13:34:42 +01:00
Asim Aslam
45624a25e0
Stabilize plan-delegate notify wait ( #3926 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 13:06:43 +01:00
Asim Aslam
e71e0a79fb
docs(priorities): refresh planner queue for 3921 ( #3922 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 12:41:51 +01:00
Asim Aslam
ebc315505b
examples: add smallest first agent ( #3920 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 12:13:08 +01:00
Asim Aslam
100c7e11b9
docs(priorities): refresh planner queue for 3913 ( #3915 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 11:41:35 +01:00
Asim Aslam
96ecf67573
agent: surface checkpoint resume hints in inspect ( #3912 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 11:26:58 +01:00
Asim Aslam
71f4f6ac05
docs(priorities): refresh planner queue for 3907 ( #3909 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 10:51:37 +01:00
Asim Aslam
0dd5ebe789
test(agent): broaden provider conformance scenario ( #3906 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 10:32:49 +01:00
Asim Aslam
b29c8c95b1
docs(priorities): refresh planner queue for 3900 ( #3904 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 10:06:16 +01:00
Asim Aslam
47ff1bc6f5
Add AP2 mandate foundation for A2A ( #3899 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 09:35:01 +01:00
Asim Aslam
6c6ce0e2a7
docs: update coherence changelog ( #3897 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 09:14:57 +01:00
Asim Aslam
d91ac00da9
agent: add operational failure guidance ( #3895 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 08:38:33 +01:00
Asim Aslam
ff94e8b316
docs(priorities): refresh planner queue for 3890 ( #3892 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 08:15:25 +01:00
Asim Aslam
ab0bf29c79
feat(loop): add a security role that vets for vulnerabilities ( #3818 )
...
Adds an opt-in `security` role to `micro loop` and wires it into go-micro's own
loop. On a schedule it dispatches the agent to audit the codebase for real,
exploitable vulnerabilities and file them.
Security gets a deliberately more conservative policy than the other roles,
encoded in .github/loop/prompts/security.md:
- NEVER auto-merges a security change (fixes stay human-reviewed).
- NEVER publishes exploit detail / PoC in a public issue — novel exploitable
findings get a concise `security` + `needs-human` issue (class, location,
impact) routed to private disclosure; only known/public dep CVEs get a
bump PR (no auto-merge).
- Weekly by default (`--security-cron`, 0 6 * * 1); tunable.
The go-micro prompt targets its real attack surface: MCP/A2A gateways, x402
payments, JWT/wrapper auth, provider BaseURL SSRF + key leakage, the agent
tool loop (prompt injection / guardrail bypass), TLS defaults, the loop's own
PAT, and dependency CVEs via govulncheck.
Note: an agent review is not a gate. The deterministic companion — govulncheck
as a required CI check — is a recommended follow-up so known-vulnerable deps
can't merge at all.
Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-04 07:03:08 +01:00
Asim Aslam
96e822d656
Add no-secret debug transcript checkpoint ( #3889 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 06:57:18 +01:00
Asim Aslam
c60c03d485
docs(priorities): refresh planner queue for 3885 ( #3886 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 06:25:38 +01:00
Asim Aslam
7963342999
docs: test first-agent wayfinding ( #3884 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 04:55:59 +01:00
Asim Aslam
593846093f
docs(priorities): refresh planner queue for 3878 ( #3881 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 04:10:29 +01:00
Asim Aslam
5b27c5b239
Fix plan-delegate notify completion race ( #3877 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 03:29:05 +01:00
Asim Aslam
0a10655231
docs(priorities): refresh planner queue for 3873 ( #3874 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 02:49:04 +01:00
Asim Aslam
cc3502d156
Trace agent model streams ( #3872 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 02:17:16 +01:00
Asim Aslam
014a6431f2
docs(priorities): refresh planner queue for 3866 ( #3868 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 01:46:02 +01:00
Asim Aslam
3725a53bf9
Record streamed agent replies in memory ( #3865 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 01:01:04 +01:00
Asim Aslam
b24b19f191
docs(priorities): refresh planner queue for 3862 ( #3863 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-04 00:34:46 +01:00
Asim Aslam
bc732bb513
docs: surface durable agent example ( #3861 )
...
goreleaser / goreleaser (push) Has been cancelled
Co-authored-by: Codex <codex@openai.com >
v6.3.14
2026-07-04 00:02:40 +01:00
Asim Aslam
522786d21d
docs(priorities): refresh planner queue for 3856 ( #3858 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 23:25:03 +01:00
Asim Aslam
84cc4c6e8d
Trace agent run event kinds ( #3855 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 23:00:08 +01:00
Asim Aslam
f96b1014a2
docs(priorities): refresh planner queue for 3852 ( #3853 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 22:34:49 +01:00
Asim Aslam
3cafff8789
Make agent preflight failures actionable ( #3851 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 22:00:02 +01:00
Asim Aslam
69e23eb1f6
docs(priorities): refresh planner queue for 3846 ( #3848 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 21:34:55 +01:00
Asim Aslam
1841599980
Ensure canceled agent runs fail after tool calls ( #3845 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 21:07:58 +01:00
Asim Aslam
6f9994b3ea
docs(priorities): refresh planner queue for 3840 ( #3842 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 20:33:13 +01:00
Asim Aslam
55070f1597
Harden A2A fallback stream validation ( #3839 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 20:03:40 +01:00
Asim Aslam
b3940860b6
docs(priorities): refresh planner queue for 3835 ( #3836 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 19:39:51 +01:00
Asim Aslam
5c38a23fe4
Classify plan-delegate timeout side effects ( #3834 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 19:07:08 +01:00
Asim Aslam
9e7273dde1
docs(priorities): refresh planner queue for 3829 ( #3830 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 18:42:19 +01:00
Asim Aslam
42080b6d6d
Stabilize file store suffix expiry test ( #3828 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 18:18:26 +01:00
Asim Aslam
c3df8b833d
docs(priorities): refresh planner queue for 3823 ( #3824 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 17:38:33 +01:00
Asim Aslam
8694e3a20c
test(store): isolate file store tests ( #3822 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 17:18:57 +01:00
Asim Aslam
9def03d4e3
docs(priorities): refresh planner queue for 3817 ( #3819 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-03 16:51:21 +01:00