Peter Steinberger
|
55d1cf87d7
|
refactor: compute base config schema at runtime
|
2026-05-05 19:55:36 +01:00 |
|
Vincent Koc
|
ac3cd1a0ca
|
Harden Codex harness control surfaces (#77459)
* fix(scripts): find codex protocol source from worktrees
* fix(test): keep codex harness docker caches writable
* fix(test): relax live codex cache mount permissions
* test(codex): add live docker harness debug output
* fix(test): detect numeric ci env in codex docker harness
* fix(codex): skip duplicate agent-command telemetry
* fix(tooling): skip sparse-missing oxlint tsconfig
* fix(tooling): route changed checks through testbox
* fix(qa): keep coverage json source-clean
* fix(test): preflight codex docker auth
* fix(codex): validate bind option values
* fix(codex): parse quoted command arguments
* fix(codex): reject extra control args
* fix(codex): use content for blank bound prompts
* fix(codex): decode local image file urls
* fix(codex): treat local media urls as images
* fix(codex): keep windows media paths local
* fix(codex): reject malformed diagnostics confirmations
* fix(codex): reject malformed resume commands
* fix(codex): reject malformed thread actions
* fix(codex): reject malformed turn controls
* fix(codex): reject malformed model controls
* fix(codex): resolve empty user input prompts
* fix(codex): enforce user input options
* fix(codex): reject ambiguous computer-use actions
* fix(codex): ignore stale bound turn notifications
* test(gateway): close task registries in gateway harness
* test(gateway): route cleanup through task seams
* fix(codex): describe current permission approvals
* fix(codex): disclose command approval amendments
* fix(codex): preserve approval detail under truncation
* fix(codex): propagate dynamic tool failures
* test(codex): align dynamic tool block contract
* fix(codex): reject extra read-only command operands
* fix(codex): escape command readout fields
* fix(codex): escape status probe errors
* fix(codex): narrow formatted thread details
* fix(codex): escape successful status summaries
* fix(codex): escape bound control replies
* fix(codex): escape user input prompts
* fix(codex): escape control failure replies
* fix(codex): escape approval prompt text
* test(codex): narrow escaped reply assertions
* test(codex): complete strict reply fixtures
* test(codex): preserve account fixture literals
* test(codex): align status probe fixtures
* fix(codex): satisfy sanitizer regex lint
* fix(codex): harden command readouts
* fix(codex): harden bound image inputs
* fix(codex): sanitize command failure replies
* test(codex): complete rate limit fixture
* test(tooling): isolate postinstall compile cache fixture
* fix(codex): keep app-server event ownership explicit
---------
Co-authored-by: pashpashpash <nik@vault77.ai>
|
2026-05-05 07:23:41 +09:00 |
|
Peter Steinberger
|
e7bb5d6ddf
|
chore: move swift configs under config
|
2026-05-03 14:51:56 +01:00 |
|
Peter Steinberger
|
d0f0fe97a6
|
chore: move root tool configs
|
2026-05-03 14:42:56 +01:00 |
|
Peter Steinberger
|
1f1686bc4d
|
chore: reduce root cleanup files
|
2026-05-03 14:38:13 +01:00 |
|
Peter Steinberger
|
fbe9e2296f
|
chore: remove redundant npmignore
|
2026-05-03 13:33:40 +01:00 |
|
Peter Steinberger
|
fd5e6ae9f1
|
chore: remove stale root tooling files
|
2026-05-03 13:29:34 +01:00 |
|
Peter Steinberger
|
4760ee4055
|
chore: remove root assets
|
2026-05-03 13:20:26 +01:00 |
|
Peter Steinberger
|
869103684f
|
chore: move swabble into apps
|
2026-05-03 13:10:25 +01:00 |
|
Peter Steinberger
|
b8a4d6a58a
|
test: move root contract fixture
|
2026-05-03 12:48:16 +01:00 |
|
Peter Steinberger
|
5ab4e6f9d9
|
chore: clean up editor metadata
|
2026-05-03 12:39:15 +01:00 |
|
Peter Steinberger
|
02c2160478
|
chore: clean up root clutter
|
2026-05-03 12:20:52 +01:00 |
|
Peter Steinberger
|
6acd588bdd
|
test(ci): update changed gate expectations
|
2026-04-29 23:49:48 +01:00 |
|
Peter Steinberger
|
6350dd5ace
|
fix: include deleted files in changed lanes
|
2026-04-29 10:05:47 +01:00 |
|
Olamiposi
|
c51e315f3a
|
docs: clarify messaging vs full tool profiles (#39954)
* docs: clarify messaging vs full tool profiles
* docs: normalize tools.profile references
* docs: clarify messaging and full tool profiles
---------
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
|
2026-04-27 15:44:17 -07:00 |
|
Peter Steinberger
|
31e529f000
|
ci: guard extension wildcard reexports
|
2026-04-27 20:34:35 +01:00 |
|
Peter Steinberger
|
1ed6d04014
|
ci: guard plugin sdk wildcard reexports
|
2026-04-27 14:52:21 +01:00 |
|
Peter Steinberger
|
bbbc80ddcc
|
ci: guard changelog bot attributions
|
2026-04-27 14:29:41 +01:00 |
|
Peter Steinberger
|
89ab39ca64
|
test: simplify changed test routing
|
2026-04-26 23:58:13 +01:00 |
|
Peter Steinberger
|
9eb0934492
|
test: tighten changed test routing
|
2026-04-26 10:25:04 +01:00 |
|
Peter Steinberger
|
87142b5fb1
|
test: narrow live Docker package script changes
|
2026-04-26 01:59:12 +01:00 |
|
Peter Steinberger
|
099d18f432
|
test: narrow live Docker ACP changed gate
|
2026-04-26 01:48:33 +01:00 |
|
Peter Steinberger
|
e6ab61762a
|
fix(check): pass lock env to changed lint lanes
|
2026-04-25 20:11:08 +01:00 |
|
Peter Steinberger
|
17401e31de
|
fix: avoid changed gate lint self-lock
|
2026-04-25 20:09:00 +01:00 |
|
Vincent Koc
|
f8a41e5e9c
|
fix(test): serialize changed checks locally
|
2026-04-25 04:19:09 -07:00 |
|
Vincent Koc
|
0c9dacf902
|
fix(test): ignore local check opt-out in dev wrappers
|
2026-04-25 03:32:01 -07:00 |
|
Vincent Koc
|
a33f7b7d05
|
fix(test): make changed typechecks sparse-safe
|
2026-04-25 02:02:57 -07:00 |
|
Vincent Koc
|
73d72204a0
|
fix(tooling): harden changed checks for sparse worktrees
|
2026-04-25 00:51:34 -07:00 |
|
Peter Steinberger
|
a2221d6b47
|
test: extend changed-check watchdog
|
2026-04-24 01:31:32 +01:00 |
|
Peter Steinberger
|
f04a3dced0
|
build: update Pi model dependencies
|
2026-04-24 01:24:46 +01:00 |
|
Peter Steinberger
|
e28fca2e11
|
chore: separate commit formatting from changed gate
|
2026-04-23 23:55:52 +01:00 |
|
Peter Steinberger
|
e2f2deae78
|
fix: fail fast on silent changed-test hangs
|
2026-04-23 19:40:25 +01:00 |
|
Peter Steinberger
|
69a4977fc7
|
fix(tooling): keep gitignore changes scoped
|
2026-04-23 05:50:14 +01:00 |
|
Peter Steinberger
|
8d1b3d4578
|
ci: speed up release metadata pre-commit checks
|
2026-04-21 21:56:06 +01:00 |
|
Peter Steinberger
|
d7d1270ced
|
build: keep a2ui bundle stable
|
2026-04-21 04:11:01 +01:00 |
|
Peter Steinberger
|
9d168dd2f3
|
test: cover changed runner routing
|
2026-04-20 18:00:09 +01:00 |
|
Peter Steinberger
|
788b47536c
|
feat: add changed-lane local gate
|
2026-04-20 15:48:20 +01:00 |
|