Commit graph

  • 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 dev Virgil 2026-04-03 19:46:15 +00:00
  • 02b5c34a17 feat(cgo): extend Call to support eighteen arguments main Virgil 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 Virgil 2026-04-03 19:45:12 +00:00
  • 47c3638dce feat(cgo): add 17-argument Call wrappers Virgil 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 Virgil 2026-04-03 19:43:52 +00:00
  • 47a652fcfe feat(cgo): support pointer args in Call Virgil 2026-04-03 19:43:44 +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 Virgil 2026-04-03 19:42:47 +00:00
  • 03203d866b docs(core-go-cgo): clarify close cleanup usage examples Virgil 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 Virgil 2026-04-03 19:41:26 +00:00
  • 0aeba0a5db fix(scope): disable cgo finalizers after manual cleanup Virgil 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 Virgil 2026-04-03 19:40:10 +00:00
  • 446a02fad9 feat(scope): add buffer close helper for lifecycle symmetry Virgil 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 Virgil 2026-04-03 19:39:04 +00:00
  • eb0494fddf chore(ax): align exported cgo comments with usage examples Virgil 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 Virgil 2026-04-03 19:38:01 +00:00
  • 1f5056d1aa feat(scope): panic on double-free scope teardown Virgil 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 Virgil 2026-04-03 19:37:11 +00:00
  • 64b4003bb4 fix(cgo): support byte slices in Call argument conversion Virgil 2026-04-03 19:36:57 +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 Virgil 2026-04-03 19:36:05 +00:00
  • 375d522b1a feat(cgo): add byte-slice support to Call arguments Virgil 2026-04-03 19:35:54 +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 Virgil 2026-04-03 19:34:55 +00:00
  • 7588b3d1de feat(cgo): allocate buffer from C heap Virgil 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 Virgil 2026-04-03 19:34:04 +00:00
  • 665456c7e7 feat(call): support numeric C alias args in Call conversion Virgil 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 Virgil 2026-04-03 19:32:41 +00:00
  • 9f267f4c05 feat(cgo): normalize Errno for negative return codes Virgil 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 Virgil 2026-04-03 19:31:37 +00:00
  • f19b691112 feat(core): make Buffer.IsFreed nil-safe Virgil 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 Virgil 2026-04-03 19:30:39 +00:00
  • 65d3825cad feat(cgo): support common C integer types in Call Virgil 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 Virgil 2026-04-03 19:29:22 +00:00
  • d3e2f7da1e docs(cgo): add agent-oriented package usage examples Virgil 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 Virgil 2026-04-03 19:28:31 +00:00
  • e3a90fd781 feat(scope): add GC finalizer cleanup for buffers Virgil 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 Virgil 2026-04-03 19:27:31 +00:00
  • 0d92d53190 docs: align exported API comments with AX examples Virgil 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 Virgil 2026-04-03 19:26:14 +00:00
  • 2fa77a2fe3 feat(scope): add close-compatible scoped cleanup Virgil 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 Virgil 2026-04-03 19:25:13 +00:00
  • 9bc20fda95 feat(scope): expose scope cleanup state Virgil 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 Virgil 2026-04-03 19:24:04 +00:00
  • b5e288510f feat(cgo): extend Call for up to 16 arguments Virgil 2026-04-03 19:23:54 +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 Virgil 2026-04-03 19:22:35 +00:00
  • a03afffa36 feat(cgo): add variadic call support beyond eight args Virgil 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 Virgil 2026-04-03 19:21:34 +00:00
  • 08729f9396 feat(cgo): extend Call for up to eight arguments Virgil 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 Virgil 2026-04-03 19:20:39 +00:00
  • f835712e16 feat(cgo): support *Buffer as Call argument Virgil 2026-04-03 19:20:31 +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 Virgil 2026-04-03 19:19:17 +00:00
  • f14915e645 feat(cgo): map Call non-zero returns to errno Virgil 2026-04-03 19:19:11 +00:00
  • 67478485ac Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#7) from main into dev Virgil 2026-04-03 19:18:20 +00:00
  • 42d6b0441e feat(cgo): validate Int conversion against C.int width Virgil 2026-04-03 19:18:15 +00:00
  • 9e6c54d4dd Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#6) from main into dev Virgil 2026-04-03 19:17:22 +00:00
  • c95429fbbd feat(cgo): support six-argument Call invocations Virgil 2026-04-03 19:17:16 +00:00
  • ae24368686 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#5) from main into dev Virgil 2026-04-03 19:16:27 +00:00
  • 215d838fa7 feat(cgo): implement errno mapping helpers Virgil 2026-04-03 19:16:22 +00:00
  • 8afdd48aee Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#4) from main into dev Virgil 2026-04-03 19:15:08 +00:00
  • 14ed08b7f9 feat(cgo): add cgo call wrapper Virgil 2026-04-03 19:15:01 +00:00
  • f07ce8cfc4 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#3) from main into dev Virgil 2026-04-03 19:13:27 +00:00
  • 2e910e91ef feat(scope): add scoped allocation lifecycle API Virgil 2026-04-03 19:13:21 +00:00
  • 279c2f4e13 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#2) from main into dev Virgil 2026-04-03 19:12:31 +00:00
  • a16e4b9a26 feat(cgo): add RFC string conversion utilities Virgil 2026-04-03 19:12:25 +00:00
  • e6e58469e1 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#1) from agent/read-docs-rfc-md-fully--find-one-feature into dev Virgil 2026-04-03 19:11:34 +00:00
  • 530bfd55f9 feat(buffer): implement RFC buffer lifecycle with safety checks Virgil 2026-04-03 19:11:30 +00:00
  • 7b75f95ee7 docs: add RFC specs for agent reference v0.1.0 Virgil 2026-04-03 20:09:13 +01:00
  • bcb5a04787 feat: initial commit Virgil 2026-04-03 20:07:30 +01:00