Commit graph

66 commits

Author SHA1 Message Date
19e5147abe Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#32) from main into dev 2026-04-03 19:46:15 +00:00
Virgil
02b5c34a17 feat(cgo): extend Call to support eighteen arguments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:46:09 +00:00
453641cd32 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#31) from main into dev 2026-04-03 19:45:12 +00:00
Virgil
47c3638dce feat(cgo): add 17-argument Call wrappers
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:45:06 +00:00
a1869b2ba6 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#30) from main into dev 2026-04-03 19:43:52 +00:00
Virgil
47a652fcfe feat(cgo): support pointer args in Call
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:43:46 +00:00
1d0894ac00 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#29) from main into dev 2026-04-03 19:42:47 +00:00
Virgil
03203d866b docs(core-go-cgo): clarify close cleanup usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:42:40 +00:00
ac716dae09 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#28) from main into dev 2026-04-03 19:41:26 +00:00
Virgil
0aeba0a5db fix(scope): disable cgo finalizers after manual cleanup
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:41:21 +00:00
71fcb276d8 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#27) from main into dev 2026-04-03 19:40:10 +00:00
Virgil
446a02fad9 feat(scope): add buffer close helper for lifecycle symmetry
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:40:03 +00:00
5bccbbe38e Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#26) from main into dev 2026-04-03 19:39:04 +00:00
Virgil
eb0494fddf chore(ax): align exported cgo comments with usage examples
- Update exported API comments to concrete usage examples for Buffer, Scope, and C conversion helpers.
- Emphasize concrete call patterns in Call/Errno/CString/SizeT docs per AX principles.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:38:58 +00:00
6a854dfb27 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#25) from main into dev 2026-04-03 19:38:01 +00:00
Virgil
1f5056d1aa feat(scope): panic on double-free scope teardown
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:37:55 +00:00
ec5c6e64c0 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#24) from main into dev 2026-04-03 19:37:11 +00:00
Virgil
64b4003bb4 fix(cgo): support byte slices in Call argument conversion
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:37:01 +00:00
ba24532d31 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#23) from main into dev 2026-04-03 19:36:05 +00:00
Virgil
375d522b1a feat(cgo): add byte-slice support to Call arguments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:35:58 +00:00
bf8da46669 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#22) from main into dev 2026-04-03 19:34:55 +00:00
Virgil
7588b3d1de feat(cgo): allocate buffer from C heap
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:34:48 +00:00
6ff01ae31a Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#21) from main into dev 2026-04-03 19:34:04 +00:00
Virgil
665456c7e7 feat(call): support numeric C alias args in Call conversion
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:33:57 +00:00
b83b4ed413 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#20) from main into dev 2026-04-03 19:32:41 +00:00
Virgil
9f267f4c05 feat(cgo): normalize Errno for negative return codes
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:32:35 +00:00
5430e72d54 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#19) from main into dev 2026-04-03 19:31:37 +00:00
Virgil
f19b691112 feat(core): make Buffer.IsFreed nil-safe
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:31:31 +00:00
ccefeb13f1 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#18) from main into dev 2026-04-03 19:30:39 +00:00
Virgil
65d3825cad feat(cgo): support common C integer types in Call
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:30:32 +00:00
beca25b604 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#17) from main into dev 2026-04-03 19:29:22 +00:00
Virgil
d3e2f7da1e docs(cgo): add agent-oriented package usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:29:17 +00:00
19dd45be2f Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#16) from main into dev 2026-04-03 19:28:31 +00:00
Virgil
e3a90fd781 feat(scope): add GC finalizer cleanup for buffers
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:28:24 +00:00
8705a6be8b Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#15) from main into dev 2026-04-03 19:27:31 +00:00
Virgil
0d92d53190 docs: align exported API comments with AX examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:27:25 +00:00
efb5b9319f Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#14) from main into dev 2026-04-03 19:26:14 +00:00
Virgil
2fa77a2fe3 feat(scope): add close-compatible scoped cleanup
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:26:08 +00:00
00cbac5da2 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#13) from main into dev 2026-04-03 19:25:13 +00:00
Virgil
9bc20fda95 feat(scope): expose scope cleanup state
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:25:03 +00:00
9ef397ad83 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#12) from main into dev 2026-04-03 19:24:04 +00:00
Virgil
b5e288510f feat(cgo): extend Call for up to 16 arguments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:23:56 +00:00
69705ecdbf Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#11) from main into dev 2026-04-03 19:22:35 +00:00
Virgil
a03afffa36 feat(cgo): add variadic call support beyond eight args
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:22:28 +00:00
6b3691a2e0 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#10) from main into dev 2026-04-03 19:21:34 +00:00
Virgil
08729f9396 feat(cgo): extend Call for up to eight arguments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:21:28 +00:00
85976352ff Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#9) from main into dev 2026-04-03 19:20:39 +00:00
Virgil
f835712e16 feat(cgo): support *Buffer as Call argument
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:20:32 +00:00
33813bc6d5 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#8) from main into dev 2026-04-03 19:19:17 +00:00
Virgil
f14915e645 feat(cgo): map Call non-zero returns to errno
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:19:11 +00:00