Peter Steinberger
|
fa03d9b913
|
refactor: consolidate coercion helpers (#121366)
* refactor: consolidate coercion helpers
* fix: remove duplicate coercion imports
* fix: preserve serialized coercion guard
* chore: ratchet coercion helper carve-outs
* fix(test): keep gauntlet subprocess startup lean
* fix: preserve imported session timestamp semantics
* fix: preserve catalog timestamp string semantics
* chore: align plugin SDK surface ratchet
* fix: preserve trajectory and SDK string contracts
* fix(test): preserve QA record assertion semantics
* fix: complete standalone record guard rename
* refactor(cron): use canonical string coercion
* fix(acpx): preserve Pi timestamp parsing
* test(channels): adapt custody test harnesses
* test(telegram): classify media harness as test support
* test(acpx): split timestamp contract coverage
* test(channels): support generated custody contracts
* chore: ban the full coercion helper name set
Extends the declaration guard to all eleven consolidated helper names and
renames the cron schedule-identity readNumber wrapper to readScheduleInteger
so the banned generic name cannot regrow.
* fix(scripts): repair release-validation guard drift and lint cause
Restores the renamed isJsonRecord guard in assertTrustedWorkflowHarness after
main added isRecord call sites in parallel, and attaches the caught YAML error
as the thrown error cause (preserve-caught-error was red on main).
* fix: preserve Claude timestamp string semantics
* fix: preserve persisted timestamp string semantics
* fix: preserve date-first timestamp contracts
* fix(openai): harden delegation failure formatting
* chore: close coercion helper guard gaps
* test(openai): model non-error delegation rejection
* chore: refresh plugin SDK API contract
* fix(tasks): use canonical string field reader
* fix(ai): use canonical provider error field coercion
* fix(browser): migrate native bootstrap coercion
* docs(plugin-sdk): clarify text record export compatibility
* fix(gateway): normalize approval execution identity
* test(outbound): isolate message action poll harness
|
2026-08-11 00:02:18 -07:00 |
|
joshavant
|
43b1e375a9
|
fix: preserve healthy incompatible auth profiles
|
2026-08-06 01:48:09 -05:00 |
|
joshavant
|
9702134882
|
fix: settle Gemini CLI auth preparation failures
|
2026-08-06 01:48:09 -05:00 |
|
Vincent Koc
|
9e965073e5
|
Merge remote-tracking branch 'origin/main' into experiment/google-cli-supported-paths
* origin/main: (168 commits)
fix(plugins): keep registry sqlite root consistent (#116427)
fix(cli): keep Gateway auth failures parseable in JSON (#116597)
fix(trajectory): preserve prompts in oversized events (#116220)
test(buzz): add live QA Lab channel lane (#116298)
chore(i18n): refresh native locales (#116567)
feat: add OpenClaw TUI prototype skill (#116583)
fix(update): accept concrete versions selected by ranges (#116585)
fix(agents): preserve locked session model routes
test(qa-lab): preserve Matrix fault proxy identity
fix(ci): extend OpenAI live profile setup budget (#116580)
fix: prevent configured models from stalling startup (#116553)
fix(cli): close MCP listener after one-shot commands
fix(auto-reply): keep explicit NO_REPLY silent (#116548)
test(discord): cover deferred backpressure terminals
fix(discord): cancel backpressured realtime playback
test(discord): cover realtime output backpressure
fix(codex): add remote WebSocket heartbeat and reconnect (#116135)
fix(macos): wait for the current reconnect snapshot (#116550)
fix(outbound): recognize current-source message-tool sends (#116560)
fix(voice-call): type cancelled consult outcomes
...
# Conflicts:
# extensions/google/setup-api.test.ts
# ui/src/e2e/model-setup.e2e.test.ts
|
2026-07-31 09:30:03 +08:00 |
|
Josh Avant
|
ce67ffb70e
|
feat(agents): add tool-free isolated completion (#114343)
* feat: add isolated pure-inference completion
* fix(google): block ambient system prompt writes
* docs: refresh generated map
|
2026-07-30 13:24:45 -05:00 |
|
Vincent Koc
|
c7d1205d51
|
fix(google): guide broken CLI profiles to supported auth
|
2026-07-30 22:40:20 +08:00 |
|
Vito Cappello
|
33dae97b81
|
fix(agents): restore subagent completion delivery on CLI runtimes (#115422)
* fix(agents): deliver tool-free CLI completions
* fix(agents): enforce empty Gemini CLI tool caps
* refactor(agents): remove ineffective Gemini admin settings
* fix(agents): block inherited Gemini MCP servers
* fix(agents): enforce Gemini MCP cap via argv
---------
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>
Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
|
2026-07-28 21:07:02 -05:00 |
|
joshavant
|
8287e21445
|
fix(cron): enforce caps across CLI backends
|
2026-07-24 01:24:03 -05:00 |
|
Dallin Romney
|
de34dfdbe8
|
refactor(plugins): consolidate record guards (#99361)
|
2026-07-02 22:12:53 -07:00 |
|
Ayaan Zaidi
|
5fc9b20d24
|
fix(gemini): stage CLI auth inside run queue
Fixes #98945
|
2026-07-02 08:49:40 -07:00 |
|
Shakker
|
32d0b9c872
|
fix: keep Gemini CLI auth out of warmup
|
2026-06-17 03:31:14 +01:00 |
|