joshp123
c8f8e92aba
fix: test bundled public surface loading
...
CI / linux (push) Has been cancelled
CI / macos (push) Has been cancelled
The stable and dogfood OpenClaw source pins need different public-surface hardlink patch shapes while upstream is still catching up. Select the right patch per source and make package contents import the OpenAI provider policy public surface, which is the path the gateway uses before a model run.
Tests: nix fmt --accept-flake-config; git diff --check; remote mac-mini nix build .#checks.aarch64-darwin.package-contents-dogfood --no-link; remote mac-mini nix build .#checks.aarch64-darwin.package-contents --no-link
Co-authored-by: Codex <noreply@openai.com>
2026-05-09 01:50:13 +08:00
joshp123
0b25e889a5
fix: keep dogfood public surface hardlink-safe
...
Dogfood now points at an OpenClaw commit with the broader plugin hardlink work merged, but the bundled public-surface loader still needs nix-openclaw's package-root hardlink compatibility patch. Keep that patch active for dogfood and add a package-content check that fails if the compiled loader rejects hardlinked package files again.
Tests: nix fmt --accept-flake-config; git diff --check; remote mac-mini nix build .#checks.aarch64-darwin.package-contents-dogfood --no-link; remote mac-mini nix build .#checks.aarch64-darwin.package-contents --no-link; remote mac-mini nix build .#checks.aarch64-darwin.default-instance --no-link
Co-authored-by: Codex <noreply@openai.com>
2026-05-09 01:30:55 +08:00
joshp123
26c58273e7
fix: add OpenClaw dogfood gateway build
...
What:\n- expose temporary dogfood package outputs pinned to an upstream OpenClaw commit with the Nix-mode fixes merged\n- let source pins disable downstream patches that are already upstream\n- build current upstream plugin assets through upstream asset hooks, while keeping the 2026.5.7 path working\n- supply the fs-safe Git dependency as an immutable Nix source for the dogfood build\n\nWhy:\n- private deployments need to dogfood upstream fixes before the next OpenClaw release without making the published stable package depend on runtime npm work\n\nTests:\n- remote Mac mini: nix build --accept-flake-config .#openclaw-gateway-dogfood --no-link\n- remote Mac mini: nix build --accept-flake-config .#openclaw-dogfood --no-link\n- remote Mac mini: nix build --accept-flake-config .#checks.aarch64-darwin.default-instance --no-link\n- remote Mac mini: nix build --accept-flake-config .#checks.aarch64-darwin.package-contents --no-link\n\nCo-authored-by: Codex <noreply@openai.com>
2026-05-09 00:37:43 +08:00
joshp123
11d69d8a1c
feat: package npm runtime plugins for Nix
...
Add a hash-backed npm runtime plugin path that lowers OpenClaw-style npm sources into immutable plugin roots and wires them through the existing Home Manager plugin resolver. Keep flake-backed customPlugins unchanged and document the boundary for agents and maintainers.
Tests: nix build .#checks.aarch64-darwin.default-instance --no-link; nix flake check --no-build; git diff --check
Co-authored-by: Codex <noreply@openai.com>
2026-05-08 18:29:45 +08:00
joshp123
30002b7ded
test: cover default OpenClaw instance on Darwin
...
Move the default-instance check into the common check set so Darwin evaluates the plugin/config generation path too. Keep the Linux systemd assertion and add the Darwin launchd assertion for the Home Manager module.
Tests:
- nix build --accept-flake-config .#checks.aarch64-darwin.default-instance .#checks.aarch64-darwin.package-contents .#checks.aarch64-darwin.config-validity --no-link --option narinfo-cache-negative-ttl 0
- nix build --accept-flake-config .#checks.x86_64-linux.default-instance --no-link --option narinfo-cache-negative-ttl 0
- nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link --option narinfo-cache-negative-ttl 0
- nix build --impure --accept-flake-config .#darwinConfigurations.mac-mini.system --no-link --override-input nix-openclaw path:/Users/josh/code/nix/nix-openclaw --option narinfo-cache-negative-ttl 0
Co-authored-by: Codex <noreply@openai.com>
2026-05-08 13:37:09 +08:00
joshp123
faaf1021c3
fix: separate plugin discovery from enablement
...
Align the openclawPlugin.plugins contract with OpenClaw itself: load paths control discovery, while plugins.entries.<id>.enabled controls activation.
Rename the contract field to enabled, reject the accidental enable spelling, and keep plugin roots on plugins.load.paths even when their generated activation default is false.
Extend the eval fixture to prove enabled=false defaults, user overrides from true to false, and user overrides from false to true.
Tests: nix build --accept-flake-config .#checks.x86_64-linux.default-instance --no-link --print-out-paths; nix eval --accept-flake-config --raw .#checks.aarch64-darwin.package-contents.drvPath; nix build --accept-flake-config .#checks.aarch64-darwin.package-contents --no-link --dry-run; nix build --impure --accept-flake-config .#darwinConfigurations.mac-mini.system --no-link --override-input nix-openclaw path:/Users/josh/code/nix/nix-openclaw --dry-run
Upstream review: fetched openclaw/openclaw origin/main at 36f847a60e and checked plugin discovery/config semantics before finalizing the contract.
Co-authored-by: Codex <noreply@openai.com>
2026-05-08 12:10:32 +08:00
joshp123
e7d60654b8
fix: package OpenClaw runtime plugin tree
...
Install and validate OpenClaw's dist-runtime tree so bundled runtime plugins such as ACPX are present in the Nix gateway output.
Extend the existing plugin flake contract with immutable OpenClaw plugin roots, wire those roots into generated config, and add eval fixtures proving default enablement, user overrides, and disabled entries.
Document the boundary: curated plugin artifacts are CI/Garnix-cached by nix-openclaw, while arbitrary npm or ClawHub specs need deterministic lock/hash-backed Nix artifacts cached by the user's store/cache instead of runtime npm installs.
Tests: nix build --accept-flake-config .#checks.x86_64-linux.default-instance --no-link --print-out-paths; nix eval --accept-flake-config --raw .#checks.aarch64-darwin.package-contents.drvPath; nix build --accept-flake-config .#checks.aarch64-darwin.package-contents --no-link --dry-run; nix build --impure --accept-flake-config .#darwinConfigurations.mac-mini.system --no-link --override-input nix-openclaw path:/Users/josh/code/nix/nix-openclaw --dry-run
Co-authored-by: Codex <noreply@openai.com>
2026-05-08 12:00:05 +08:00
openclaw-ci
63ff54b656
🤖 codex: mirror OpenClaw stable source v2026.5.7
...
What:
- update nix-openclaw to the latest stable OpenClaw source release
- refresh generated config options from that source
- keep the macOS app pin on the newest public app artifact
Why:
- keep source-built OpenClaw current without blocking on public macOS app asset lag
Tests:
- nix build .#checks.x86_64-linux.ci --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config
- scripts/hm-activation-macos.sh
2026-05-07 23:41:24 +00:00
openclaw-ci
a9494d1b8b
🤖 codex: mirror OpenClaw stable source v2026.5.7
...
CI / linux (push) Waiting to run
CI / macos (push) Waiting to run
What:
- update nix-openclaw to the latest stable OpenClaw source release
- refresh generated config options from that source
- keep the macOS app pin on the newest public app artifact
Why:
- keep source-built OpenClaw current without blocking on public macOS app asset lag
Tests:
- nix build .#checks.x86_64-linux.ci --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config
- scripts/hm-activation-macos.sh
2026-05-07 21:46:51 +00:00
joshp123
44ae6995de
Trigger CI after yolo promotion
...
What:
- let the yolo promote job dispatch the CI workflow after pushing main
- grant the promote job actions:write for workflow_dispatch
Why:
- GitHub suppresses push-triggered workflows created by GITHUB_TOKEN, so yolo-promoted commits otherwise lack a CI run on the final main SHA
Tests:
- scripts/check-flake-lock-owners.sh
- node scripts/select-openclaw-release.test.mjs
- bash -n scripts/update-pins.sh
- ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f) }' .github/workflows/*.yml
- GITHUB_ACTIONS=true scripts/update-pins.sh select
- nix flake show --accept-flake-config
Co-authored-by: Codex <noreply@openai.com>
2026-05-07 11:04:00 +02:00
openclaw-ci
a2ea92cce2
🤖 codex: mirror OpenClaw stable source v2026.5.6
...
CI / macos (push) Waiting to run
CI / linux (push) Waiting to run
What:
- update nix-openclaw to the latest stable OpenClaw source release
- refresh generated config options from that source
- keep the macOS app pin on the newest public app artifact
Why:
- keep source-built OpenClaw current without blocking on public macOS app asset lag
Tests:
- nix build .#checks.x86_64-linux.ci --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config
- scripts/hm-activation-macos.sh
2026-05-06 19:06:42 +00:00
joshp123
4ed579792e
docs: record OpenClaw plugin investigations
...
What:
- document the QMD/mcporter packaging decision for maintainers
- capture the native OpenClaw plugin gap and proposed nix-openclaw fix
Why:
- preserve the Discord investigation so the feature work can resume later
- distinguish PR #81 's bundled manifest fix from external native plugin support
Tests:
- git diff --check: pass
- nix build .#checks.aarch64-darwin.package-contents --no-link: pass
Co-authored-by: Codex <noreply@openai.com>
2026-05-06 16:37:48 +02:00
joshp123
73e9320cac
Replace read-only workspace directories
...
Chmod existing materialized OpenClaw workspace targets before removal so Nix can update copied skill directories from previous generations.
Tests: manual materializer smoke replacing read-only directory; nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
2026-05-06 16:09:52 +02:00
joshp123
794cf476d9
Make materialized workspace entries declarative
...
Configured OpenClaw documents and skills are Nix-owned targets. Replace them during activation instead of blocking on stale copied files from older generations.
Tests: manual materializer smoke replacing an existing writable target; nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
2026-05-06 16:03:25 +02:00
joshp123
2d0a67d190
Adopt read-only managed workspace files
...
Allow the workspace materializer to replace read-only existing targets when the state manifest is missing, while still refusing writable user-owned files. This keeps Nix-owned OpenClaw docs deployable across module upgrades.
Tests: manual materializer smoke for read-only adopt and writable refusal; nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
2026-05-06 16:00:36 +02:00
joshp123
ab4bbf5dba
Force Nix-owned OpenClaw config links
...
Home Manager should replace the generated openclaw.json target because Nix owns that file. Without force=true, Darwin deploys can fail when the existing config symlink points at the previous generation.
Tests: nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
2026-05-06 15:57:12 +02:00
joshp123
cbe10a8eb9
Report installed OpenClaw command names
...
Render TOOLS.md from actual package outputs instead of requested tool attrs, and include per-instance runtime packages so agent docs match the commands on PATH.
Tests: nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link
2026-05-06 15:54:29 +02:00
joshp123
68b04bd0b3
Allow direct OpenClaw package module use
...
Do not require the nix-openclaw overlay when a downstream Home Manager config explicitly supplies the OpenClaw package. This keeps consumer hosts thin and lets them use flake package outputs directly.
Tests: nix eval --accept-flake-config .#checks.x86_64-linux.default-instance.drvPath; nix build --accept-flake-config .#checks.aarch64-darwin.config-validity --no-link
2026-05-06 14:52:16 +02:00
joshp123
694349643f
Update bundled plugin tools pin
...
Point Home Manager bundled plugin sources at the current nix-openclaw-tools commit so Darwin QMD plugin installs use the fixed packaged tool.
Tests: nix eval --accept-flake-config .#checks.x86_64-linux.default-instance.drvPath; nix build --accept-flake-config .#checks.aarch64-darwin.config-validity --no-link
2026-05-06 14:47:32 +02:00
joshp123
54e09bce18
Expose runtime tools to OpenClaw Codex harness
...
Add Home Manager runtimePackages/environment options that feed the gateway wrapper without polluting the user PATH. Link the same runtime package set into Codex's isolated agent home so shell calls from the Codex harness see Nix-managed plugin and helper CLIs.
Tests: ./scripts/check-flake-lock-owners.sh; nix flake show --accept-flake-config; nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link; nix build --accept-flake-config .#checks.aarch64-darwin.qmd-runtime .#checks.aarch64-darwin.bin-surface .#checks.aarch64-darwin.package-contents --no-link; nix eval --accept-flake-config .#checks.x86_64-linux.default-instance.drvPath; ./scripts/hm-activation-macos.sh
2026-05-06 14:44:56 +02:00
joshp123
fd30aad492
Publish OpenClaw packages from Garnix
...
Green CI alone is not enough for downstream Nix consumers: the user-facing and gateway package outputs must be top-level Garnix artifacts so machines can substitute them without local OpenClaw builds.
Tests: git diff --check
2026-05-06 13:24:56 +02:00
joshp123
7cbc79ce52
Install only bundled plugin manifests
...
The gateway runtime loads built plugins from dist/extensions, so the source extensions tree only needs manifest metadata for compatibility. Copy only openclaw.plugin.json files and assert the memory-core manifest exists in both compatibility and runtime trees.
Tests: sh -n nix/scripts/gateway-install.sh nix/scripts/check-package-contents.sh; git diff --check; nix build --dry-run .#checks.aarch64-darwin.package-contents .#checks.x86_64-linux.package-contents --accept-flake-config
2026-05-06 13:08:57 +02:00
joshp123
0dae522382
Build gateway outside the output tree
...
Use a normal temporary build root and copy only final runtime outputs into the Nix output. This avoids the Garnix stall caused by recursively deleting the temporary OpenClaw source tree from inside $out during install.
Tests: sh -n nix/scripts/build-root.sh nix/scripts/gateway-install.sh; git diff --check; nix build --dry-run .#checks.aarch64-darwin.qmd-runtime .#checks.x86_64-linux.qmd-runtime --accept-flake-config
2026-05-06 12:59:49 +02:00
joshp123
87f883a6c8
Speed up gateway build-root cleanup
...
Move the temporary output build root out of the final output instead of recursively deleting it during install, and time the final wrapper/cleanup steps so Garnix logs show where gateway builds stall.
Tests: sh -n nix/scripts/build-root.sh nix/scripts/gateway-install.sh; git diff --check; nix build --dry-run .#checks.aarch64-darwin.qmd-runtime .#checks.x86_64-linux.qmd-runtime --accept-flake-config
2026-05-06 12:51:50 +02:00
joshp123
cb9ec56612
Bound pnpm store extraction threads
...
Use NIX_BUILD_CORES for zstd extraction instead of --threads=0. Garnix macOS builders were hanging in the pnpm-store extraction step on the fresh OpenClaw gateway build.
Tests: git diff --check. Full package proof is delegated to Garnix because the fresh v2026.5.5 gateway source build is intentionally not run locally.
2026-05-06 12:26:35 +02:00
joshp123
6a5352eba7
Avoid duplicate gateway shebang patch
...
Remove the install-phase patchShebangs pass over node_modules/.bin. The build phase already runs patchShebangs before packaging, and the second pass can hang Garnix while not materially changing the output.
Tests: git diff --check. Full package proof is delegated to Garnix because the fresh v2026.5.5 gateway source build is intentionally not run locally.
2026-05-06 12:07:58 +02:00
joshp123
e4aad2be37
Use fixed OpenClaw tools QMD package
...
Update nix-openclaw-tools to the Darwin QMD package that provides xcbuild for node-gyp in Garnix.
Tests: nix build .#checks.aarch64-darwin.qmd-runtime --no-link --accept-flake-config before rebasing onto the v2026.5.5 source bump; nix build .#checks.x86_64-linux.qmd-runtime --no-link --accept-flake-config before rebasing onto the v2026.5.5 source bump; git diff --check. The v2026.5.5 Darwin gateway build is left to CI/Garnix to avoid a large local source build.
2026-05-06 11:45:02 +02:00
openclaw-ci
b46482a4df
🤖 codex: mirror OpenClaw stable source v2026.5.5
...
What:
- update nix-openclaw to the latest stable OpenClaw source release
- refresh generated config options from that source
- keep the macOS app pin on the newest public app artifact
Why:
- keep source-built OpenClaw current without blocking on public macOS app asset lag
Tests:
- nix build .#checks.x86_64-linux.ci --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config
- scripts/hm-activation-macos.sh
2026-05-06 09:27:39 +00:00
joshp123
3a0c35bf68
Fix QMD model prewarm activation
...
Use QMD's real update/embed/query commands instead of the nonexistent qmd pull path, and keep the activation script in nix/scripts instead of inline Nix.
Tests: nix build .#checks.aarch64-darwin.config-validity .#checks.aarch64-darwin.qmd-runtime --no-link; nix eval .#checks.x86_64-linux.qmd-runtime.name; scripts/check-flake-lock-owners.sh; git diff --check
2026-05-06 11:09:33 +02:00
joshp123
7f55c0bd7b
Pin safe-write Python in OpenClaw wrapper
...
Bundle a Nix Python path inside the OpenClaw batteries wrapper for the safe-write helper. This avoids macOS /usr/bin/python3 triggering the Xcode command-line-tools shim on headless hosts, without exposing Python on the user PATH.
Tests: nix build .#checks.aarch64-darwin.qmd-runtime --no-link; nix eval .#checks.x86_64-linux.qmd-runtime.name; scripts/check-flake-lock-owners.sh; git diff --check
2026-05-06 10:37:25 +02:00
joshp123
32f0772a59
Use upstream QMD on Linux
...
Keep the QMD package internal to OpenClaw, but source it from upstream tobi/qmd on Linux and from the repaired nix-openclaw-tools package on Darwin until upstream Darwin packaging works.
Tests: scripts/check-flake-lock-owners.sh; nix build .#checks.aarch64-darwin.qmd-runtime --no-link; nix eval .#packages.x86_64-linux.qmd.outPath; nix eval .#packages.aarch64-darwin.qmd.outPath; git diff --check
2026-05-06 10:31:54 +02:00
joshp123
505c50fa58
Use upstream QMD on Linux
...
Keep upstream tobi/qmd as the Linux QMD package while retaining the nix-openclaw-tools Darwin repair package until upstream Darwin is fixed. This preserves the batteries-included runtime path without forking the Linux package surface.
Tests: nix build '.#checks.aarch64-darwin.qmd-runtime' --accept-flake-config --no-link; nix eval --option eval-cache false --raw '.#checks.x86_64-linux.qmd-runtime.name' --accept-flake-config; nix eval --option eval-cache false --raw '.#checks.aarch64-darwin.qmd-runtime.name' --accept-flake-config; git diff --check
2026-05-06 10:01:46 +02:00
joshp123
d56fa8a75c
consume QMD through OpenClaw tools
...
What:
- consume QMD from nix-openclaw-tools instead of a separate upstream flake input
- expose QMD as an internal OpenClaw battery on Darwin and Linux
- add an opt-in Home Manager qmd model prewarm activation
- keep plugin packages off the user's shell PATH by default while preserving the runtime PATH
Why:
- nix-openclaw-tools owns reproducible tool packages and cacheable plugin metadata
- nixos-config should configure OpenClaw, not hand-wire runtime tools
Tests:
- nix build .#checks.aarch64-darwin.package-contents --accept-flake-config --no-link
- nix build .#checks.aarch64-darwin.qmd-runtime --accept-flake-config --no-link
- nix build .#checks.aarch64-darwin.bin-surface .#checks.aarch64-darwin.config-validity .#checks.aarch64-darwin.gateway-smoke --accept-flake-config --no-link
- nix eval .#checks.x86_64-linux.default-instance.drvPath --accept-flake-config
2026-05-06 09:44:37 +02:00
joshp123
0a70262dda
run OpenClaw runtime postbuild in Nix
...
What:
- run upstream runtime-postbuild after tsdown in the gateway build
- assert runtime-model-auth stable alias points at a real generated target
Why:
- bundled provider auth imports need the upstream stable runtime alias materialized in the Nix package
- package-contents should catch missing runtime aliases before deployment
Tests:
- nix build .#checks.aarch64-darwin.package-contents --accept-flake-config --no-link
- nix build .#checks.aarch64-darwin.qmd-runtime --accept-flake-config --no-link
- nix build .#checks.aarch64-darwin.bin-surface .#checks.aarch64-darwin.config-validity .#checks.aarch64-darwin.gateway-smoke --accept-flake-config --no-link
2026-05-06 09:44:36 +02:00
joshp123
5e186c192f
docs: split maintainer agent guidance
...
Move public maintainer policy and automation guidance into maintainers/, shrink root AGENTS.md into an audience router, and ignore internal .agent scratch state.
Delete tracked internal ExecPlans from .agent and scrub personal/private references from public RFC examples.
Checks: git diff --cached --check; scripts/check-flake-lock-owners.sh; node scripts/select-openclaw-release.test.mjs; bash -n scripts/update-pins.sh; ruby -e 'require "yaml"; YAML.load_file(".github/workflows/yolo-update.yml"); YAML.load_file(".github/workflows/ci.yml")'
2026-05-06 09:29:46 +02:00
joshp123
d213d242e7
docs: define OpenClaw Nix boundaries
2026-05-06 08:53:40 +02:00
joshp123
879885aecd
docs: separate public and maintainer agent guidance
...
Clarify that AGENTS.md is maintainer operating guidance for the public packaging repo, not consumer onboarding or private deployment policy.
Remove the private bot reference, generalize recovery wording, and keep automation focused on the public split-track publishing invariant.
Checks: git diff --check -- AGENTS.md; scripts/check-flake-lock-owners.sh
2026-05-06 08:14:30 +02:00
joshp123
51c69b6181
docs: define maintainer automation end state
...
Describe the daily nix-openclaw maintainer run by desired publishing state instead of enumerated failure modes.
The automation must restore split-track freshness for latest source gateway and latest published macOS app, or report the exact blocker.
Checks: git diff --check -- AGENTS.md; scripts/check-flake-lock-owners.sh
2026-05-06 07:53:25 +02:00
joshp123
0995d25074
docs: clarify nix-openclaw freshness policy
...
Define daily maintainer automation health as split-track freshness: gateway tracks latest stable source, while the Darwin app tracks the newest published public macOS zip.
This prevents expected source/app version differences from being treated as failures, while requiring pipeline repair when either track is stale.
Checks: git diff --check -- AGENTS.md; scripts/check-flake-lock-owners.sh
2026-05-06 07:39:24 +02:00
joshp123
ce0da31f81
fix: skip QMD bundle on Darwin
...
QMD currently pulls a native better-sqlite3 rebuild that fails on Garnix Darwin because node-gyp cannot find Xcode/CLT in the builder.
Keep QMD bundled and checked on Linux, but omit it from Darwin packages until the QMD package is Darwin-cacheable.
Tests: nix eval --accept-flake-config --json .#checks.aarch64-darwin --apply 'builtins.attrNames'; nix eval --accept-flake-config --json .#checks.x86_64-linux --apply 'builtins.attrNames'; nix build --accept-flake-config .#checks.aarch64-darwin.ci --no-link --print-build-logs
2026-05-05 23:11:58 +02:00
joshp123
e93384082a
fix: keep Nix OpenClaw config immutable
...
CI / linux (push) Has been cancelled
CI / macos (push) Has been cancelled
What:
- make the downstream Nix-mode auto-enable patch runtime-only and remove broken degraded-state references
- allow plugin-owned channels.<id> config in generated Home Manager options
- add Telegram channel config coverage to the config validity check
- document the Nix/OpenClaw boundary in AGENTS.md
Why:
- Nix-owned openclaw.json must not be mutated at runtime
- plugin channel config should stay valid even when upstream core schema does not type every plugin-owned channel key
- future agents need the boundary documented in the packaging repo
Tests:
- patch -d /tmp/openclaw-v2026.5.4 -p1 --dry-run < nix/patches/skip-plugin-auto-enable-persist-in-nix-mode.patch: passed
- generator round-trip against OpenClaw 325df3ef produced no diff: passed
- nix eval --accept-flake-config --raw .#checks.aarch64-darwin.config-validity.drvPath: passed
- nix eval --accept-flake-config --raw .#checks.x86_64-linux.config-options.drvPath: passed
- nix build --accept-flake-config .#checks.aarch64-darwin.config-validity --no-link --print-build-logs: passed
2026-05-05 22:26:40 +02:00
joshp123
3abd2d14cb
feat: bundle QMD for opt-in local memory
...
Make QMD the Nix-supported batteries-included local memory backend by pinning the upstream QMD flake and adding qmd to the private openclaw wrapper PATH.
Keep QMD opt-in through upstream OpenClaw config with memory.backend = qmd, and document that builtin memorySearch.provider = local remains an escape hatch rather than the primary supported Nix path.
Also point nix run .#openclaw at the batteries-included bundle so app execution gets the same internal runtime PATH as the package.
Tests: sh -n nix/scripts/check-openclaw-qmd-runtime.sh; scripts/check-flake-lock-owners.sh; git diff --check; nix flake show --accept-flake-config --json; nix build .#checks.aarch64-darwin.qmd-runtime .#checks.aarch64-darwin.bin-surface .#packages.aarch64-darwin.openclaw --accept-flake-config --no-link --print-out-paths; nix build .#checks.x86_64-linux.qmd-runtime --accept-flake-config --no-link --print-out-paths; nix build .#checks.aarch64-darwin.ci --accept-flake-config --no-link --print-out-paths; nix build .#packages.x86_64-linux.openclaw .#checks.x86_64-linux.bin-surface --accept-flake-config --no-link --print-out-paths; scripts/hm-activation-macos.sh; nix build .#checks.x86_64-linux.gateway-smoke --accept-flake-config --no-link --print-out-paths; nix run .#openclaw --accept-flake-config -- --version; bash -n scripts/update-pins.sh; node --check scripts/select-openclaw-release.mjs; node --check scripts/select-openclaw-release.test.mjs; node scripts/select-openclaw-release.test.mjs
2026-05-05 20:24:25 +02:00
joshp123
4a918c46ee
fix: allow package public surface hardlinks
...
OpenClaw v2026.5.4 resolves bundled plugin public artifacts under the package-root extension surface. In the Nix store those artifacts may be hardlinked, so allow hardlinks for resolved module paths inside OPENCLAW_PACKAGE_ROOT while keeping the existing hardlink rejection elsewhere.
Tests: nix build .#checks.aarch64-darwin.gateway-smoke --accept-flake-config --no-link --print-out-paths; nix build .#checks.aarch64-darwin.ci --accept-flake-config --no-link --print-out-paths; nix build .#packages.x86_64-linux.openclaw .#checks.x86_64-linux.bin-surface .#checks.x86_64-linux.gateway-smoke --accept-flake-config --no-link --print-out-paths; scripts/check-flake-lock-owners.sh; scripts/hm-activation-macos.sh
2026-05-05 19:22:50 +02:00
openclaw-ci
8264853833
🤖 codex: mirror OpenClaw stable source v2026.5.4
...
What:
- update nix-openclaw to the latest stable OpenClaw source release
- refresh generated config options from that source
- keep the macOS app pin on the newest public app artifact
Why:
- keep source-built OpenClaw current without blocking on public macOS app asset lag
Tests:
- nix build .#checks.x86_64-linux.ci --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config
- scripts/hm-activation-macos.sh
2026-05-05 17:01:48 +00:00
joshp123
8c6267b2c3
fix: decouple source and mac app release pins
...
Select the latest stable OpenClaw source release independently from the newest public macOS app artifact. Report app lag instead of skipping source releases without desktop assets, and teach yolo to materialize source/app pins separately.
Tests: bash -n scripts/update-pins.sh; node --check scripts/select-openclaw-release.mjs scripts/select-openclaw-release.test.mjs; node scripts/select-openclaw-release.test.mjs; GITHUB_ACTIONS=true scripts/update-pins.sh select; ruby -e 'require "yaml"; YAML.load_file(".github/workflows/yolo-update.yml")'; nix flake show --accept-flake-config --json; git diff --check
2026-05-05 18:22:33 +02:00
joshp123
eb9a52bf96
fix: keep runtime tools internal
...
Expose only the openclaw command from the default package while keeping bundled runtime tools on the wrapper PATH. Remove the public openclaw-tools package output and document runtime tools as implementation detail.
Tests: nix build .#packages.aarch64-darwin.openclaw .#checks.aarch64-darwin.bin-surface .#packages.x86_64-linux.openclaw .#checks.x86_64-linux.bin-surface --accept-flake-config --no-link --print-out-paths; nix build .#checks.aarch64-darwin.ci --accept-flake-config --no-link --print-out-paths; git diff --check --cached
2026-05-05 18:14:08 +02:00
joshp123
33f8f87571
docs: codify trunk maintainer workflow
...
Make the repo-local agent rules explicit: work on main by default, push surgical commits directly, and verify CI per pushed commit.
This prevents completed nix-openclaw maintainer work from being parked on Codex branches.
Tests: git diff --check
2026-05-05 15:48:56 +02:00
joshp123
c6a4cfc9d7
fix: keep plugin auto-enable declarative in Nix mode
...
Patch the gateway startup path so OPENCLAW_NIX_MODE skips plugin auto-enable persistence instead of replacing a Nix-managed config symlink.
Plugins remain a declarative Nix config choice under the Home Manager module; runtime auto-enable can still report what it would have changed.
Tests: git diff --cached --check; patch -p1 --dry-run against pinned OpenClaw source; nix build .#packages.aarch64-darwin.openclaw-gateway --accept-flake-config --no-link --print-out-paths; OPENCLAW_NIX_MODE symlink-clobber smoke against the native gateway; nix build .#packages.x86_64-linux.openclaw-gateway --accept-flake-config --no-link --print-out-paths
2026-05-05 15:48:56 +02:00
joshp123
2149201a95
fix: keep workspace materialization sources in closure
...
Generate a Nix-owned source/target manifest for workspace documents and skills, then pass that manifest to the activation helper.
This keeps document and plugin source paths in the Home Manager generation closure so the NixOS VM can actually copy them during activation.
Tests: helper smoke; git diff --check; nix build .#checks.x86_64-linux.default-instance --accept-flake-config --no-link --print-out-paths; nix build .#checks.x86_64-linux.hm-activation.nodes.machine.system.build.toplevel --accept-flake-config --no-link --print-out-paths
2026-05-05 15:45:11 +02:00
joshp123
7471da32e5
fix: materialize workspace docs and skills
...
What:
- copy Nix-managed documents and skills into the OpenClaw workspace as real files
- replace Home Manager symlink installs with an activation-time materialization helper
- extend checks to assert custom plugin skills and document files are not symlinks
Why:
- OpenClaw rejects workspace files that resolve back into the Nix store
- custom plugin skills and documents must satisfy the gateway workspace boundary
Tests:
- git diff --cached --check: passed
- nix/modules/home-manager/openclaw-materialize-workspace-files.sh smoke: copied docs and skill dirs as non-symlinks, rerun idempotent
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.default-instance --accept-flake-config --no-link --print-out-paths: /nix/store/2zihci7mhlk3mcbczmyw0s401n162vk7-openclaw-default-instance-1
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.hm-activation --accept-flake-config --no-link --print-out-paths: materialization assertions passed; later gateway open-port wait timed out under local TCG VM after 900s
2026-05-05 15:00:07 +02:00
the sun gif man
bf7764385a
Revise contributions section in README
...
Updated contribution guidelines to emphasize Discord communication and clarify PR process.
2026-05-05 14:51:45 +02:00
joshp123
e739f5888f
fix: install bundled gateway skills
...
What:
- copy upstream bundled skills into the gateway package output
- make package-contents require bundled SKILL.md files under lib/openclaw/skills
Why:
- upstream bundled skills are part of the runnable OpenClaw package contract
- package checks should catch missing skills before users hit runtime failures
Tests:
- git diff --cached --check: passed
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.package-contents --accept-flake-config --no-link --print-out-paths: /nix/store/zqwb4x85cwww8fx5gzj0asxy1ic5i373-openclaw-package-contents-unstable-8b2a6e57
2026-05-05 13:18:39 +02:00
joshp123
8b24b5d515
fix: generate usable secret provider options
...
What:
- flatten source-discriminated object unions when the variants have different fields
- regenerate secrets.providers as one submodule with a source enum and nullable variant fields
- add a default-instance regression for file-backed secret providers
Why:
- Nix cannot reliably merge attrsOf oneOf submodules for secrets.providers
- the generated module should preserve upstream config shape while staying evaluable
Tests:
- git diff --cached --check: passed
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.default-instance --accept-flake-config --no-link --print-out-paths: /nix/store/2zihci7mhlk3mcbczmyw0s401n162vk7-openclaw-default-instance-1
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.config-options --accept-flake-config --no-link --print-out-paths: /nix/store/4yrjhllg88ydyf70yqnkdmndbrv7y2c6-openclaw-source-checks-unstable-8b2a6e57
2026-05-05 13:07:48 +02:00
joshp123
216f835d24
fix: preserve default gateway mode
...
What:
- strip generated null defaults before merging user and instance OpenClaw config
- assert the default generated config keeps gateway.mode = "local"
Why:
- generated submodule defaults should not silently erase package-owned base config
- the default Home Manager instance must remain runnable without extra gateway config
Tests:
- git diff --cached --check: passed
- temporary worktree with only this staged patch: nix build #checks.x86_64-linux.default-instance --accept-flake-config --no-link --print-out-paths: /nix/store/2zihci7mhlk3mcbczmyw0s401n162vk7-openclaw-default-instance-1
2026-05-05 12:33:06 +02:00
joshp123
3333bb831e
docs: repair agent-first onboarding
...
What:
- export the agent-first flake template
- remove unsupported Intel macOS setup claims
- replace stale Discord channel links with the public invite path
- simplify the advanced dual-instance example and sync plugin docs
Why:
- make the documented first-run path match the flake users actually consume
- avoid sending users toward unsupported systems or dead Discord links
Tests:
- git diff --cached --check: passed
- nix flake show --json --accept-flake-config | jq -e '.templates."agent-first"': passed
- nix flake init -t /Users/josh/code/nix-openclaw#agent-first --accept-flake-config: wrote flake.nix and documents/
- rg stale onboarding strings in README.md AGENTS.md templates/agent-first/flake.nix docs: no matches
2026-05-05 12:30:36 +02:00
joshp123
e16f9743fd
chore: rename first-party tools flake input
...
What:
- replace nix-steipete-tools with nix-openclaw-tools across flake wiring
- pass first-party tool packages through the overlay and package set explicitly
- update the bundled plugin catalog for the renamed tool repo
Why:
- keep nix-openclaw aligned with the upstream OpenClaw tool repo rename
- avoid stale steipete naming in package and plugin resolution
Tests:
- git diff --cached --check: passed
- scripts/check-flake-lock-owners.sh: passed
- nix eval --raw .#packages.x86_64-linux.openclaw-tools.name --accept-flake-config: openclaw-tools
- nix eval --json --impure --expr '<overlay toolNames eval>': returned node/pnpm/core plus gogcli, goplaces, summarize, camsnap, sonoscli
2026-05-05 12:29:59 +02:00
joshp123
ecfb1dc936
ci: update GitHub Actions runtimes
...
What:
- bump actions/checkout from v4 to v6 in CI and yolo workflows
- bump DeterminateSystems/nix-installer-action from v13 to v22
Why:
- remove Node 20 action runtime warnings before GitHub's Node 24 migration window
- keep the packaging pipelines on maintained action runtimes
Tests:
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); YAML.load_file(".github/workflows/yolo-update.yml")'
- git diff --check
2026-05-05 10:59:39 +02:00
joshp123
ba7d1573a4
ci: focus OpenClaw checks on Nix package contract
...
What:
- replace the misleading gateway test check with a source-checks build/config-options check
- remove the full upstream Vitest suite from the hard Nix promotion gate
- document that yolo validates the Nix-owned package contract, not upstream source test health
Why:
- the current full packageable upstream release builds as a package but has failing upstream Vitest cases when rebuilt from source
- nix-openclaw should block on packaging, smoke startup, config generation, module activation, and app artifacts rather than an upstream-owned unit test suite
Tests:
- git diff --check
- bash -n scripts/update-pins.sh scripts/hm-activation-macos.sh nix/modules/home-manager/openclaw-launchd-relink.sh nix/scripts/source-checks-build.sh nix/scripts/source-checks-check.sh nix/scripts/config-options-check.sh
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); YAML.load_file(".github/workflows/yolo-update.yml")'
- nix eval --accept-flake-config --raw .#checks.x86_64-linux.source-checks.drvPath
- nix eval --accept-flake-config --raw .#checks.x86_64-linux.ci.drvPath
- nix flake show --accept-flake-config --all-systems --json
- scripts/check-flake-lock-owners.sh
- node scripts/select-openclaw-release.test.mjs
- scripts/hm-activation-macos.sh
- nix build --accept-flake-config -L .#checks.aarch64-darwin.ci
2026-05-05 10:52:55 +02:00
joshp123
94fa2e2ef3
ci: use standard Linux runners
...
Blacksmith Linux hung twice during final verification while the same check passed once in between. Move Linux validation back to ubuntu-latest and keep explicit timeouts so the packaging gate favors reliability over runner speed.
Verification: git diff --check; ruby YAML parse
2026-05-05 10:34:18 +02:00
joshp123
9c2b207501
ci: bound yolo release validation
...
Apply the same timeout discipline to the automated OpenClaw pin updater so release validation cannot hang indefinitely before rewriting main.
Verification: git diff --check; ruby YAML parse
2026-05-05 10:17:17 +02:00
joshp123
c8782f7631
ci: bound OpenClaw packaging checks
...
Add explicit CI timeouts around the Linux and macOS packaging gates so a wedged OpenClaw build fails inspectably instead of hanging indefinitely.
Verification: git diff --check; ruby YAML parse
2026-05-05 10:07:08 +02:00
joshp123
d9b42b0f77
test: cover OpenClaw plugin surface
...
Fix the documented minimal Home Manager plugin option to use customPlugins, remove the stale duplicate skill-file builder, and assert duplicate plugin skill paths against the paths Home Manager actually installs.
Add local plugin fixtures so the default-instance check covers the agent-facing customPlugins path and duplicate skill collisions.
2026-05-05 09:29:34 +02:00
joshp123
123f0a7cc4
docs: harden maintainer automation context
...
What:
- move the completed OpenClaw packaging ExecPlan out of the pending slot
- document recursive self-review and the macOS Home Manager activation gate for daily maintenance
- make macOS app publishing explicitly out of scope for nix-openclaw automation
- replace an unclear README ownership label with release automation
Why:
- future maintainer runs need enough durable context to repair nix-openclaw without relearning this thread
- missing upstream macOS assets should be classified, not turned into a competing release process
Tests:
- git diff --check
- node scripts/select-openclaw-release.test.mjs
- bash -n scripts/update-pins.sh
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/yolo-update.yml"); YAML.load_file(".github/workflows/ci.yml")'
- scripts/check-flake-lock-owners.sh
- nix flake show --accept-flake-config
2026-05-05 08:37:36 +02:00
joshp123
a468354c55
fix: harden OpenClaw Nix release packaging
...
What:
- make openclaw the canonical agent-first package surface and document the maintainer automation contract
- select the newest full packageable OpenClaw stable release and report newer assetless stable releases
- validate public CLI config, smoke-test gateway runtime, and share source checks across gateway tests/config option generation
- fix Nix-store hardlink runtime handling and Linux builder scratch space
- add daily Codex maintainer automation for direct-to-main repair after full gates
- block yolo promotion if promote materializes a different diff than validation
Why:
- keep nix-openclaw reliable for macOS and Linux users while upstream release assets lag source tags
- make yolo and daily automation uphold one clean Nix package contract
Tests:
- node scripts/select-openclaw-release.test.mjs
- bash -n scripts/update-pins.sh
- sh -n nix/scripts/build-root.sh nix/scripts/gateway-install.sh nix/scripts/gateway-prebuild.sh nix/scripts/gateway-tests-check.sh nix/scripts/source-checks-check.sh
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/yolo-update.yml")'
- scripts/check-flake-lock-owners.sh
- GITHUB_ACTIONS=true scripts/update-pins.sh select
- nix flake show --accept-flake-config
- nix build .#checks.aarch64-darwin.ci --accept-flake-config --max-jobs 1 -L
- nix build .#checks.x86_64-linux.ci --accept-flake-config --max-jobs 1 -L
2026-05-05 08:00:13 +02:00
joshp123
53aac0dce0
fix(gateway-tests): follow upstream vitest config path
...
CI / linux (push) Has been cancelled
CI / macos (push) Has been cancelled
OpenClaw v2026.4.14 moved the gateway Vitest config under test/vitest/, but
our Nix gateway test seam still hard-coded the old root-level path. Linux CI
therefore failed before tests even started.
Prefer the old path when present, but fall back to the new upstream path so the
stable release mirror works across both layouts.
Tests:
- bash -n nix/scripts/gateway-tests-check.sh
2026-04-14 18:15:58 +02:00
joshp123
ed86924dd3
fix(release): hash the app zip the way fetchzip expects
...
The stable mirror had advanced main to v2026.4.14 with an app hash that only
matched prefetch output, not the unpacked tree hash that fetchzip validates.
That left macOS CI red on the pinned stable release.
Compute the app hash from the unpacked zip contents in update-pins.sh and fix
the current v2026.4.14 app pin to the actual fetchzip hash.
Tests:
- bash -n scripts/update-pins.sh
- nix build .#openclaw-app --accept-flake-config -L
2026-04-14 18:15:54 +02:00
joshp123
34e5f011b9
fix(ci): validate stable release bumps before promotion
...
What:
- split the stable-release updater into read-only selection and pin materialization modes
- rewrite yolo into select, validate-linux, validate-macos, and promote jobs
- fail yolo when the newest stable release is incomplete instead of silently sticking
- update maintainer docs to describe the new safe promotion policy
Why:
- stop direct yolo pushes from moving main without the same Linux and macOS proof as CI
- keep mirroring the newest stable release while making broken upstream releases visible
Tests:
- bash -n scripts/update-pins.sh
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/yolo-update.yml"); puts "yaml-ok"'
- GITHUB_ACTIONS=true GH_TOKEN="$(gh auth token)" scripts/update-pins.sh select
- temp copy pinned to v2026.4.11: scripts/update-pins.sh select emits v2026.4.14 tuple
2026-04-14 18:10:25 +02:00
openclaw-ci
b023ed119f
🤖 codex: mirror OpenClaw stable release v2026.4.14
...
What:
- update nix-openclaw to the latest stable OpenClaw release
- refresh the gateway source pin, app asset pin, and generated config options
Why:
- keep nix-openclaw aligned with upstream stable releases instead of upstream main churn
Tests:
- nix build .#openclaw-gateway --accept-flake-config
2026-04-14 15:20:34 +00:00
openclaw-ci
13deaaf73f
🤖 codex: mirror OpenClaw stable release v2026.4.11
...
CI / linux (push) Has been cancelled
CI / macos (push) Has been cancelled
What:
- update nix-openclaw to the latest stable OpenClaw release
- refresh the gateway source pin, app asset pin, and generated config options
Why:
- keep nix-openclaw aligned with upstream stable releases instead of upstream main churn
Tests:
- nix build .#openclaw-gateway --accept-flake-config
2026-04-12 01:05:06 +00:00
openclaw-ci
a003810ddd
🤖 codex: mirror OpenClaw stable release v2026.4.10
...
CI / linux (push) Waiting to run
CI / macos (push) Waiting to run
What:
- update nix-openclaw to the latest stable OpenClaw release
- refresh the gateway source pin, app asset pin, and generated config options
Why:
- keep nix-openclaw aligned with upstream stable releases instead of upstream main churn
Tests:
- nix build .#openclaw-gateway --accept-flake-config
2026-04-11 04:50:58 +00:00
joshp123
c2e8301f51
fix(ci): resolve vitest entrypoint in gateway tests
...
CI / linux (push) Waiting to run
CI / macos (push) Waiting to run
What:
- restore the direct vitest entrypoint lookup in nix/scripts/gateway-tests-check.sh
- execute the discovered vitest module with node instead of relying on pnpm exec lookup
Why:
- the history rewrite dropped one real recovery fix and reintroduced the gateway-tests runner failure on Linux
- the green line already proved the direct-entrypoint approach works reliably in the Nix check environment
Tests:
- verified failing CI run 24246896697: ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "vitest" not found
2026-04-10 16:08:44 +02:00
joshp123
4e93f4ac56
feat(releases): mirror OpenClaw stable releases
...
What:
- switch the pin updater from upstream-main commit selection to upstream stable release selection
- restore Yolo Update Pins as an hourly stable-release poller
- update maintainer and README docs to describe stable-release mirroring and the recovery lesson
Why:
- OpenClaw stable is already tag-based upstream, and nix-openclaw should mirror that release line directly
- this removes the old latest-green-main churn model and keeps source + app pins tied to one published upstream release
Tests:
- bash -n scripts/update-pins.sh
- GITHUB_ACTIONS=true GH_TOKEN="$(gh auth token)" scripts/update-pins.sh
2026-04-10 16:05:01 +02:00
joshp123
0d60673f02
fix(gateway-tests): mock provider and web-search plugin surfaces
...
Why:
- disabling bundled plugins globally fixed provider leakage but broke send tests that rely on bundled channels
- Linux gateway tests need bundled channels, but not real provider model augmentation or web search/fetch provider discovery
What:
- keep the gateway test env unchanged
- patch gateway test mocks to stub provider model augmentation to []
- patch gateway test mocks to stub runtime and public-artifact web search/fetch provider discovery to []
- keep the change in the Nix postpatch seam only
Tests:
- sh -n nix/scripts/gateway-postpatch.sh
- nix eval --raw --accept-flake-config .#checks.x86_64-linux.gateway-tests.src.outPath
2026-04-10 16:03:09 +02:00
joshp123
659c9f5973
chore: repin openclaw to v2026.4.9
...
Move nix-openclaw to the current OpenClaw daily release and refresh the
release-coupled generated artifacts.
Also fix the Nix build wrapper for A2UI bundling by running the same tsc +
rolldown steps directly instead of relying on upstream's nested pnpm runner,
which exits silently inside the Nix build environment.
Verification:
- nix build .#openclaw-gateway --accept-flake-config -L
- nix build .#checks.aarch64-darwin.ci --accept-flake-config -L
- scripts/hm-activation-macos.sh (expected local USER mismatch: josh vs runner)
2026-04-10 16:03:01 +02:00
joshp123
aa27809dc5
fix(nix): align the gateway build and test contract with upstream artifacts
...
What:
- harden the package build against broken prune symlinks and missing plugin metadata
- make the config-options and gateway test checks call the installed CLIs directly
- restore the bundled runtime-deps staging patch for Nix builds
- rebuild the test prebuild around the exact generated artifacts the Nix checks consume
Why:
- the release recovery failures were not random product regressions; they were Nix-owned build and test contract drift
- nix-openclaw needed the same plugin manifests, plugin-sdk artifacts, runtime deps staging, and local CLI resolution that upstream assumes
Tests:
- final green CI run on main: 24217118174
2026-04-10 16:02:51 +02:00
joshp123
88a4647384
fix(ci): move linux onto the larger blacksmith runner
...
What:
- move the Linux CI job to blacksmith-16vcpu-ubuntu-2404
- switch Linux Nix installation to cachix/install-nix-action
Why:
- the recovery line exhausted disk on ubuntu-latest during the Linux aggregator build
- the larger runner kept the normal parallel build graph intact and the cachix installer worked reliably there
Tests:
- final green CI run on main: 24217118174
2026-04-10 16:02:46 +02:00
joshp123
e97594cd50
ci: reset main onto clean recovery line
...
What:
- restore one visible CI workflow
- add CI concurrency and Linux failure-log dumping
- disable yolo during release recovery
- delete the old split workflow_run files
Why:
- cut away the post-reset churn immediately
- keep one readable contract on main
- prevent any updater mutation during recovery
Tests:
- git diff --check
2026-04-09 19:31:45 +02:00
openclaw-ci
64d4106668
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 16:38:06 +00:00
openclaw-ci
b915c422f4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 15:40:36 +00:00
openclaw-ci
990b572c3c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 13:49:56 +00:00
openclaw-ci
632bb133f6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 12:35:47 +00:00
openclaw-ci
d562894125
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 09:31:35 +00:00
openclaw-ci
2605856f77
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 08:29:54 +00:00
openclaw-ci
fd33ccd2bf
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 07:34:56 +00:00
openclaw-ci
f072f3714a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 03:17:40 +00:00
openclaw-ci
6481ec521d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 01:46:49 +00:00
openclaw-ci
8c1fd05c7a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-18 00:55:44 +00:00
openclaw-ci
feb5895dcc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 22:21:05 +00:00
openclaw-ci
c2aaf58d1d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 20:24:11 +00:00
openclaw-ci
082d03efcc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 19:35:00 +00:00
openclaw-ci
cf1486ed48
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 18:33:51 +00:00
openclaw-ci
734d2ac859
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 17:34:58 +00:00
openclaw-ci
f569001ded
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 16:38:23 +00:00
openclaw-ci
57df329849
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 15:36:14 +00:00
openclaw-ci
874649d990
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 14:39:08 +00:00
openclaw-ci
b918448180
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 12:35:03 +00:00
openclaw-ci
062945f265
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 11:28:01 +00:00
openclaw-ci
314c9d8e23
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 10:33:46 +00:00
openclaw-ci
439b5a67fd
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 10:08:22 +00:00
openclaw-ci
730adebd1e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 09:07:07 +00:00
openclaw-ci
87e7260d8e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 08:03:15 +00:00
openclaw-ci
4c107be1f6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 06:10:37 +00:00
openclaw-ci
d2d16be2af
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 05:04:45 +00:00
openclaw-ci
4b1b9fb299
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-17 02:54:22 +00:00
openclaw-ci
83fc5534a9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 21:56:17 +00:00
openclaw-ci
f17d8ba5b8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 20:56:05 +00:00
openclaw-ci
9f1084f76f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 17:17:55 +00:00
openclaw-ci
8cdfd30e0c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 15:16:26 +00:00
openclaw-ci
961ac0f06c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 13:51:52 +00:00
openclaw-ci
eb76f589ff
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 11:10:46 +00:00
openclaw-ci
dc8ec6f766
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 09:13:50 +00:00
openclaw-ci
e1dc63afd9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 05:57:36 +00:00
openclaw-ci
23978beac1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-16 03:35:07 +00:00
openclaw-ci
fd6a7306da
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 23:42:20 +00:00
openclaw-ci
373f89ba57
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 22:43:03 +00:00
openclaw-ci
4136401fbf
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 20:44:51 +00:00
openclaw-ci
e5c180f176
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 19:40:23 +00:00
openclaw-ci
c26b45793a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 16:48:17 +00:00
openclaw-ci
681d984288
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 14:44:55 +00:00
openclaw-ci
78c88f009c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 11:39:10 +00:00
openclaw-ci
3446aa3e22
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 09:49:20 +00:00
openclaw-ci
caf5755de9
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 08:55:10 +00:00
openclaw-ci
3d784abe7f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 07:14:40 +00:00
openclaw-ci
2d2dc144ad
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 05:44:59 +00:00
openclaw-ci
c984b3e393
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-15 03:30:13 +00:00
openclaw-ci
488260e0a8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 23:40:49 +00:00
openclaw-ci
7850eac853
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 21:40:13 +00:00
openclaw-ci
b16bde62d3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 19:39:30 +00:00
openclaw-ci
d6de9e5e67
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 18:57:45 +00:00
openclaw-ci
4c40ee0ac1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 17:41:00 +00:00
openclaw-ci
846246e91e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 14:43:47 +00:00
openclaw-ci
865c970afa
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 13:16:08 +00:00
openclaw-ci
99b5e15e5c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 11:37:26 +00:00
openclaw-ci
69e2d42fe0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 10:44:00 +00:00
openclaw-ci
f40ededb24
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 08:51:58 +00:00
openclaw-ci
606418c4d5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 07:51:31 +00:00
openclaw-ci
4ef7776eb3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 07:06:19 +00:00
openclaw-ci
f1efd50ca7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 05:59:23 +00:00
openclaw-ci
19724e370d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 04:53:46 +00:00
openclaw-ci
7b621d7f29
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-14 02:50:36 +00:00
openclaw-ci
042aa82642
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 23:42:35 +00:00
openclaw-ci
9f98b82943
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 22:42:19 +00:00
openclaw-ci
36a8842472
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 21:47:31 +00:00
openclaw-ci
c7c1e5a9e7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 20:53:38 +00:00
openclaw-ci
e0120c3709
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 19:43:57 +00:00
openclaw-ci
8aa60d5a38
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 19:02:19 +00:00
openclaw-ci
df77061a7f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 17:51:08 +00:00
openclaw-ci
376aa32db0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 16:57:13 +00:00
openclaw-ci
8ad43deaf8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 15:58:10 +00:00
openclaw-ci
a2bfe2a626
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 14:59:40 +00:00
openclaw-ci
b49874ed1e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 13:24:40 +00:00
openclaw-ci
bd37c77e0c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 11:43:29 +00:00
openclaw-ci
e15b04e90f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 09:56:58 +00:00
openclaw-ci
aa3390b570
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 08:58:44 +00:00
openclaw-ci
4d218944d1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 07:12:16 +00:00
openclaw-ci
2e83020fd3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 06:02:53 +00:00
openclaw-ci
81d703a00a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 04:57:15 +00:00
openclaw-ci
41835c3b42
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-13 02:52:26 +00:00
openclaw-ci
f94eda6be7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 23:43:36 +00:00
openclaw-ci
36efa52624
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 22:41:38 +00:00
openclaw-ci
c52847004e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 21:48:24 +00:00
openclaw-ci
ff30440860
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 20:52:24 +00:00
openclaw-ci
7f6e664dab
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 19:09:57 +00:00
openclaw-ci
46d9d14d65
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 18:01:55 +00:00
openclaw-ci
269c5163df
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 16:13:30 +00:00
openclaw-ci
fd492c6933
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 15:05:34 +00:00
openclaw-ci
50decbe2b4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 13:26:45 +00:00
openclaw-ci
725bc6e0cf
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 11:42:25 +00:00
openclaw-ci
27872342d5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 10:57:43 +00:00
openclaw-ci
e0d7ad6426
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 10:04:11 +00:00
openclaw-ci
c52fc90c54
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 09:00:58 +00:00
openclaw-ci
b862d654b1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 07:13:11 +00:00
openclaw-ci
3ebbc65c55
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 06:04:42 +00:00
openclaw-ci
27a29df0a6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 04:59:44 +00:00
openclaw-ci
8fe456207b
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-12 02:54:15 +00:00
openclaw-ci
1b4bf09f8c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 23:40:09 +00:00
openclaw-ci
f1704422d3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 22:40:37 +00:00
openclaw-ci
764b4f827d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 21:46:32 +00:00
openclaw-ci
57253324d3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 20:49:28 +00:00
openclaw-ci
7dc847afc0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 19:53:00 +00:00
openclaw-ci
e65690c856
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 19:09:10 +00:00
openclaw-ci
ae705b8880
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 18:02:29 +00:00
openclaw-ci
a3b71dfacf
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 17:07:55 +00:00
openclaw-ci
8eeb832796
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 15:03:35 +00:00
openclaw-ci
e701ee7e5f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 13:29:01 +00:00
openclaw-ci
d35904e4d8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 10:58:39 +00:00
openclaw-ci
2dc793a274
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 10:00:29 +00:00
openclaw-ci
93e9cfdc9a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 07:10:44 +00:00
openclaw-ci
4ec03e75d5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 06:02:33 +00:00
openclaw-ci
cec4a53fc4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-11 04:54:42 +00:00
openclaw-ci
b48016df09
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 23:44:30 +00:00
openclaw-ci
d27c6a1b3a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 22:43:36 +00:00
openclaw-ci
60f4d78459
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 21:41:35 +00:00
openclaw-ci
ad6400395b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 20:49:22 +00:00
openclaw-ci
10e6a0715d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 19:51:31 +00:00
openclaw-ci
71d409fe32
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 17:59:17 +00:00
openclaw-ci
81b7e6811b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 15:11:41 +00:00
openclaw-ci
9bc3b14186
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 13:26:36 +00:00
openclaw-ci
97b539d4f4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 11:45:18 +00:00
openclaw-ci
dfafd6cc5b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 10:00:49 +00:00
openclaw-ci
a29d1420c2
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 07:54:44 +00:00
openclaw-ci
e56d012657
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 07:07:58 +00:00
openclaw-ci
133c9060ff
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 05:59:47 +00:00
openclaw-ci
08338f0f69
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 04:53:45 +00:00
openclaw-ci
7be64cd9c9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-10 02:50:26 +00:00
openclaw-ci
ebee5d2352
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 23:41:24 +00:00
openclaw-ci
48e091da9e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 22:44:25 +00:00
openclaw-ci
2e4b0529e3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 20:51:15 +00:00
openclaw-ci
34d4647871
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 19:52:40 +00:00
openclaw-ci
75c9417ab8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 19:09:19 +00:00
openclaw-ci
0547b7c517
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 16:13:27 +00:00
openclaw-ci
e12950b0f3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 15:08:12 +00:00
openclaw-ci
ad519160df
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 13:28:43 +00:00
openclaw-ci
43bd8eef38
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 11:44:49 +00:00
openclaw-ci
b39fc7f507
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 09:01:34 +00:00
openclaw-ci
6d6f93c179
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 07:59:54 +00:00
openclaw-ci
7251d3f74a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 06:10:01 +00:00
openclaw-ci
0d3ded9603
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 05:05:04 +00:00
openclaw-ci
4dc61b2cb9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-09 02:58:04 +00:00
openclaw-ci
d1f651b30f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 23:37:49 +00:00
openclaw-ci
22a66d212b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 19:36:13 +00:00
openclaw-ci
2b813ad781
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 18:53:17 +00:00
openclaw-ci
26d88d3d1c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 17:37:31 +00:00
openclaw-ci
d68a479958
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 16:44:25 +00:00
openclaw-ci
ab67e92005
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 15:38:20 +00:00
openclaw-ci
4b92cd6103
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 14:39:24 +00:00
openclaw-ci
cdde387df9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 11:34:38 +00:00
openclaw-ci
20e73c6312
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 10:40:27 +00:00
openclaw-ci
05dde40234
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 09:42:46 +00:00
openclaw-ci
9c9f76f958
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 08:48:08 +00:00
openclaw-ci
8c42ac7102
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 07:00:43 +00:00
openclaw-ci
ae8199dc7b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 05:57:02 +00:00
openclaw-ci
de1e28f877
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 04:55:58 +00:00
openclaw-ci
a4cdb6afd6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-08 02:56:56 +00:00
openclaw-ci
9249523f63
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 23:36:41 +00:00
openclaw-ci
ec5ff4a24b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 21:34:40 +00:00
openclaw-ci
d1d843badb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 20:40:05 +00:00
openclaw-ci
e0d47bbb75
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 19:34:19 +00:00
openclaw-ci
c0429e372a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 18:52:01 +00:00
openclaw-ci
8395ff3097
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 17:35:35 +00:00
openclaw-ci
6f172e3f9f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 16:43:23 +00:00
openclaw-ci
045c07a14c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 15:37:02 +00:00
openclaw-ci
885e0de37a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 14:38:25 +00:00
openclaw-ci
0cab5f9ab5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 13:10:01 +00:00
openclaw-ci
a9468871d5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 11:34:05 +00:00
openclaw-ci
800cb6c690
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 10:38:56 +00:00
openclaw-ci
4694b4e54b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 09:42:34 +00:00
openclaw-ci
afc2a81019
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 07:41:08 +00:00
openclaw-ci
7240815dab
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 06:59:18 +00:00
openclaw-ci
03bb947aff
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 05:50:06 +00:00
openclaw-ci
69916b2ebc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 04:41:46 +00:00
openclaw-ci
f704240b5f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-07 02:44:10 +00:00
openclaw-ci
aee4e0558d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 23:40:16 +00:00
openclaw-ci
8141468385
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 22:44:26 +00:00
openclaw-ci
baf7895238
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 21:42:02 +00:00
openclaw-ci
2ad3fae24b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 20:48:02 +00:00
openclaw-ci
f5d79f4905
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 19:44:37 +00:00
openclaw-ci
e8a3ca7231
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 19:03:41 +00:00
openclaw-ci
73d3a07f64
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 17:51:06 +00:00
openclaw-ci
5ed5853798
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 16:59:38 +00:00
openclaw-ci
b5a994be61
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 15:53:41 +00:00
openclaw-ci
2b65c57f04
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 14:54:15 +00:00
openclaw-ci
92c89ebe88
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 13:21:01 +00:00
openclaw-ci
bd00261cbc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 10:54:06 +00:00
openclaw-ci
b7e1fd7df4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 09:56:23 +00:00
openclaw-ci
c98d5f0925
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 08:56:11 +00:00
openclaw-ci
cc3dd647e4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 07:07:17 +00:00
openclaw-ci
df7f1919c7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 05:58:59 +00:00
openclaw-ci
89b9b6895b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 04:53:12 +00:00
openclaw-ci
58c4cae97c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-06 02:50:09 +00:00
openclaw-ci
8946ea7007
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 23:16:48 +00:00
openclaw-ci
1f8f49b275
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 21:51:28 +00:00
openclaw-ci
4902f1a66f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 20:53:43 +00:00
openclaw-ci
a4b2dba828
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 20:09:18 +00:00
openclaw-ci
faa5c60c7f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 16:02:35 +00:00
openclaw-ci
9f2e652177
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 15:02:22 +00:00
openclaw-ci
d0438c203e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 13:25:43 +00:00
openclaw-ci
a8bed29f98
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 10:58:19 +00:00
openclaw-ci
97001f8789
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 10:01:01 +00:00
openclaw-ci
a80fbbe1ac
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 09:00:07 +00:00
openclaw-ci
9d3e92376c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 07:09:14 +00:00
openclaw-ci
b95a2c2bbf
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 06:01:10 +00:00
openclaw-ci
8b3b01f720
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 04:55:53 +00:00
openclaw-ci
cb061e5346
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-05 02:53:01 +00:00
openclaw-ci
10e4d73318
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 23:43:12 +00:00
openclaw-ci
febe56e66b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 21:50:26 +00:00
openclaw-ci
948085aee3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 20:47:07 +00:00
openclaw-ci
efb416770d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 19:07:05 +00:00
openclaw-ci
e54b4a72eb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 17:03:06 +00:00
openclaw-ci
17055a419a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 14:54:02 +00:00
openclaw-ci
584ad1556a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 13:21:54 +00:00
openclaw-ci
203ee30747
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 11:43:27 +00:00
openclaw-ci
d6b17b3462
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 10:54:31 +00:00
openclaw-ci
77f95b2d31
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 09:57:57 +00:00
openclaw-ci
be03e9c1f1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 07:51:55 +00:00
openclaw-ci
dafc8ce959
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 07:06:03 +00:00
openclaw-ci
6844be5659
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 05:59:10 +00:00
openclaw-ci
91388017b5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 04:52:11 +00:00
openclaw-ci
2d5b49dffe
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-04 02:49:56 +00:00
openclaw-ci
146be916d6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 23:40:34 +00:00
openclaw-ci
c87ec7a5b7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 21:46:42 +00:00
openclaw-ci
c005cf946b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 19:51:49 +00:00
openclaw-ci
76068fdf8e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 17:57:39 +00:00
openclaw-ci
76c0804664
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 17:05:39 +00:00
openclaw-ci
8acd74a46b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 15:59:24 +00:00
openclaw-ci
85888390e6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 15:01:38 +00:00
openclaw-ci
c006693ce5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 13:22:49 +00:00
openclaw-ci
8c8bae02d1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 11:44:42 +00:00
openclaw-ci
8e25eef3f1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 10:57:19 +00:00
openclaw-ci
bf98cf6573
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 10:00:45 +00:00
openclaw-ci
31efb28909
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 07:55:41 +00:00
openclaw-ci
e1011d51af
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 07:09:31 +00:00
openclaw-ci
8efac106b7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 06:02:05 +00:00
openclaw-ci
b227ebbaf6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 04:58:16 +00:00
openclaw-ci
e9225f59cb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-03 02:57:19 +00:00
openclaw-ci
3460fa878a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 23:40:03 +00:00
openclaw-ci
c0e79a5d05
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 22:42:16 +00:00
openclaw-ci
c07498701c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 21:48:18 +00:00
openclaw-ci
5f038b79cb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 20:52:23 +00:00
openclaw-ci
12fbd5361e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 19:49:03 +00:00
openclaw-ci
1d142fc533
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 19:06:11 +00:00
openclaw-ci
8571d76667
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 17:58:33 +00:00
openclaw-ci
11c2839883
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 17:05:04 +00:00
openclaw-ci
a091baebe8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 15:55:43 +00:00
openclaw-ci
9c1b2d4ad1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 14:59:20 +00:00
openclaw-ci
f2bbd0d960
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 13:24:13 +00:00
openclaw-ci
10b2ed77d6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 11:41:54 +00:00
openclaw-ci
0d8e9e7d72
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 11:00:41 +00:00
openclaw-ci
943b983c1f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 10:05:15 +00:00
openclaw-ci
90b7a77c87
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 09:01:04 +00:00
openclaw-ci
c884a16f00
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 07:14:57 +00:00
openclaw-ci
7440567bd1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 06:07:20 +00:00
openclaw-ci
3027087818
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 04:59:52 +00:00
openclaw-ci
527d46df34
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-02 02:53:55 +00:00
openclaw-ci
d3a67150f7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 23:36:51 +00:00
openclaw-ci
abd7c5ff0e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 22:38:50 +00:00
openclaw-ci
e807eb4b77
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 21:36:13 +00:00
openclaw-ci
ce85b55569
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 20:41:14 +00:00
openclaw-ci
eff22020f0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 19:34:09 +00:00
openclaw-ci
594f88ccfb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 18:52:05 +00:00
openclaw-ci
4ba6319ebc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 17:36:25 +00:00
openclaw-ci
4d9eb961cd
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 16:43:28 +00:00
openclaw-ci
ce56cc5881
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 15:36:27 +00:00
openclaw-ci
c746965646
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 14:38:16 +00:00
openclaw-ci
aa661f72a6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 13:10:30 +00:00
openclaw-ci
c2623871c8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 11:32:06 +00:00
openclaw-ci
9f564ea4b7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 10:39:51 +00:00
openclaw-ci
626e600679
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 09:42:43 +00:00
openclaw-ci
80373ef96a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 07:02:05 +00:00
openclaw-ci
2b1e71bd01
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 05:25:26 +00:00
openclaw-ci
397cec55c1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-03-01 03:23:40 +00:00
openclaw-ci
74cdab9527
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 23:34:53 +00:00
openclaw-ci
260393e73a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 22:37:19 +00:00
openclaw-ci
16f1167066
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 21:34:33 +00:00
openclaw-ci
00c4d73a26
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 20:39:24 +00:00
openclaw-ci
69d42f0167
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 18:50:23 +00:00
openclaw-ci
9d3474c8e0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 17:33:37 +00:00
openclaw-ci
f00513c30e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 16:41:04 +00:00
openclaw-ci
a6cc274260
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 15:35:55 +00:00
openclaw-ci
7283f62107
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 13:07:30 +00:00
openclaw-ci
382fd80a66
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 10:38:30 +00:00
openclaw-ci
e7756a7cd8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 09:39:19 +00:00
openclaw-ci
2e7328edcb
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 08:43:46 +00:00
openclaw-ci
55310808f3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 07:38:45 +00:00
openclaw-ci
edd7380c68
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 06:56:46 +00:00
openclaw-ci
8ac6079fb7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 05:44:08 +00:00
openclaw-ci
5cfa93a076
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 04:24:40 +00:00
openclaw-ci
d6c5bdc12e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-28 02:39:40 +00:00
openclaw-ci
565507643b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 23:37:58 +00:00
openclaw-ci
6e9bc40eec
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 22:38:16 +00:00
openclaw-ci
6e34f3f3ba
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 21:41:28 +00:00
openclaw-ci
018e1e8ace
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 19:43:43 +00:00
openclaw-ci
531151e34d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 19:01:57 +00:00
openclaw-ci
f95429513f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 17:51:28 +00:00
openclaw-ci
0dd419c2a9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 16:56:26 +00:00
openclaw-ci
16d12d14b6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 15:51:54 +00:00
openclaw-ci
5e5d28a695
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 14:55:12 +00:00
openclaw-ci
f37a4e184d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 13:22:42 +00:00
openclaw-ci
e9a99f60dc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 10:55:34 +00:00
openclaw-ci
ceffcf45ee
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 09:58:47 +00:00
openclaw-ci
84a606a1c8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 08:58:36 +00:00
openclaw-ci
283cfaeaca
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 07:10:00 +00:00
openclaw-ci
9127e02698
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 06:03:52 +00:00
openclaw-ci
addf0a03c4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 04:55:52 +00:00
openclaw-ci
ef468a7de2
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-27 02:57:47 +00:00
openclaw-ci
b967152466
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 23:42:45 +00:00
openclaw-ci
7b7dd0e001
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 22:49:51 +00:00
openclaw-ci
849e8d4bf2
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 21:46:25 +00:00
openclaw-ci
3e7b845582
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 20:54:10 +00:00
openclaw-ci
92d380cb75
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 19:54:43 +00:00
openclaw-ci
8b4f86bf36
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 19:08:41 +00:00
openclaw-ci
475e6986a7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 17:15:15 +00:00
openclaw-ci
554e09563d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 16:05:00 +00:00
openclaw-ci
7b3b7590dc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 15:11:34 +00:00
joshp123
15a35bc58d
fix(ci): fail stale yolo runs and unblock offline A2UI build
...
What:
- export node_modules/.pnpm/node_modules/.bin in gateway build before canvas:a2ui:bundle
so rolldown is found in sandbox/offline builds
- track openclaw bump failure in scripts/update-pins.sh and fail the workflow when
openclaw upstream is ahead but no openclaw pin update was produced
Why:
- yolo was reporting success while silently restoring old pins
- openclaw bump attempts were repeatedly failing at A2UI bundling, keeping pins stale
Tests:
- bash -n scripts/update-pins.sh
- bash -n nix/scripts/gateway-build.sh
2026-02-26 16:07:31 +01:00
openclaw-ci
b1be22b2d0
🤖 codex: bump nix-steipete-tools
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-26 13:59:28 +00:00
openclaw-ci
fbef208719
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-21 07:01:58 +00:00
openclaw-ci
494dcc360c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-21 05:55:00 +00:00
openclaw-ci
8ff0e2582e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-21 04:47:16 +00:00
openclaw-ci
820d0709fa
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-21 02:46:53 +00:00
openclaw-ci
ba0b84b482
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 23:41:05 +00:00
openclaw-ci
d963ce954c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 21:38:16 +00:00
openclaw-ci
79071558e2
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 19:44:19 +00:00
openclaw-ci
eabd8deab9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 19:04:53 +00:00
openclaw-ci
dccd3cebf0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 17:52:56 +00:00
openclaw-ci
8ac857d730
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 16:57:22 +00:00
openclaw-ci
b6dcb57f95
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 14:55:59 +00:00
openclaw-ci
0e94d92dbd
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 13:22:59 +00:00
openclaw-ci
a01fe9acff
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 10:54:55 +00:00
openclaw-ci
ce4387e90a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 08:57:32 +00:00
openclaw-ci
4680ec6cd1
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 07:14:00 +00:00
openclaw-ci
0f2e923094
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 06:05:47 +00:00
openclaw-ci
71fd6f4534
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 04:58:16 +00:00
openclaw-ci
d685b699f3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-20 02:53:10 +00:00
openclaw-ci
41824bcf9d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 23:43:23 +00:00
openclaw-ci
cd109e2b54
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 22:47:56 +00:00
openclaw-ci
9165d0228d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 21:46:17 +00:00
openclaw-ci
91bf78a135
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 20:47:31 +00:00
openclaw-ci
c6cc749128
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 19:49:53 +00:00
openclaw-ci
de2fef944e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 19:08:07 +00:00
openclaw-ci
837ae2d0d7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 17:09:19 +00:00
openclaw-ci
fe4bd06b3a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 11:51:41 +00:00
openclaw-ci
b682bf6c07
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 11:00:40 +00:00
openclaw-ci
31ded5c1b3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 10:04:28 +00:00
openclaw-ci
e55458cde4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 09:01:18 +00:00
openclaw-ci
61c93964cd
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 08:02:10 +00:00
openclaw-ci
444013a9b3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 06:15:19 +00:00
openclaw-ci
ac653c1396
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 05:05:24 +00:00
openclaw-ci
0807d61c10
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-19 02:58:27 +00:00
openclaw-ci
fd20aa20df
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 23:42:48 +00:00
openclaw-ci
2dfbeee333
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 22:49:20 +00:00
openclaw-ci
3fd87e299b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 21:49:49 +00:00
openclaw-ci
d2f8af5880
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 20:57:31 +00:00
openclaw-ci
eacc1a26a4
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 19:12:06 +00:00
joshp123
49958c1902
🤖 chore: bump bundled steipete plugin source to locked commit
...
What:
- update bundled steipete source rev in openclaw HM module to c110209720cbc6c87fccb6c1e1c2b79b1d719245
- update corresponding narHash
Why:
- consume nix-steipete-tools commit that adds flake.lock for goplaces/gogcli subflakes
- remove downstream lockfile mutation warnings during consumer eval/deploy
Tests:
- nix eval --impure --raw .#packages.aarch64-darwin.openclaw.name
2026-02-18 09:26:37 -08:00
openclaw-ci
6d5d2c9b44
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 17:19:18 +00:00
openclaw-ci
e299edf13d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 16:05:44 +00:00
openclaw-ci
5a1d557c4b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 15:00:16 +00:00
openclaw-ci
a58fe5501b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 13:30:30 +00:00
openclaw-ci
4e82d13be5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 11:52:22 +00:00
openclaw-ci
0c569c2f13
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 11:00:47 +00:00
openclaw-ci
2f4c4c34a9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 10:03:43 +00:00
openclaw-ci
ee3df04b40
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 08:00:06 +00:00
openclaw-ci
e29a8cc562
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 06:14:03 +00:00
openclaw-ci
e6a527cc26
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 05:05:40 +00:00
joshp123
9c02944dd1
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 20:39:10 -08:00
joshp123
38edf67292
🤖 refactor: hard-break legacy plugin options and unify bundled catalog
...
What:
- remove legacy option migrations for programs.openclaw.firstParty/plugins
- add explicit removed-option failures pointing to bundledPlugins/customPlugins
- add plugin-catalog.nix as single source of truth for bundled plugins
- generate bundled option toggles, source map, linux check selection, and tool list from the catalog
- update docs/wording from first-party to bundled plugins
Why:
- enforce forward-only API changes with fail-fast errors
- eliminate duplicated plugin lists drifting across module/check/tool surfaces
- keep consumer configuration mental model simple: bundledPlugins + customPlugins only
Tests:
- nix flake check --no-build (pass)
2026-02-17 19:51:06 -08:00
openclaw-ci
d97f568377
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-18 02:58:54 +00:00
openclaw-ci
c93f90ad8a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 23:42:19 +00:00
openclaw-ci
2c7a1993b9
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 22:48:09 +00:00
openclaw-ci
c58eea515b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 21:48:11 +00:00
openclaw-ci
83ac049753
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 20:53:54 +00:00
openclaw-ci
6662afb55f
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 19:13:48 +00:00
openclaw-ci
4ad8f1df67
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 17:13:48 +00:00
openclaw-ci
d8407b7149
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 16:05:11 +00:00
openclaw-ci
a6dca87556
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 15:02:05 +00:00
openclaw-ci
e52747808e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 13:28:00 +00:00
openclaw-ci
7425e6770e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 11:52:06 +00:00
openclaw-ci
02a8e40d6d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 10:04:05 +00:00
openclaw-ci
0eac419399
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 09:02:04 +00:00
openclaw-ci
d5308d2a67
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 07:16:40 +00:00
openclaw-ci
63046dd763
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 06:10:01 +00:00
openclaw-ci
ba566add95
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 05:04:15 +00:00
openclaw-ci
f1138375d2
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-17 03:42:56 +00:00
openclaw-ci
e54a3afba4
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 22:48:26 +00:00
openclaw-ci
2cb3f41347
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 21:41:36 +00:00
openclaw-ci
ae799225b3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 20:45:09 +00:00
openclaw-ci
454e1549a0
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 19:42:11 +00:00
openclaw-ci
1d0c76d84c
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 19:04:46 +00:00
openclaw-ci
9a62be32e8
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 17:52:08 +00:00
openclaw-ci
669e836148
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 17:00:35 +00:00
openclaw-ci
a4a4e3ba11
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 15:55:24 +00:00
openclaw-ci
0d012a5022
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 14:57:46 +00:00
openclaw-ci
720b57138e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 13:37:45 +00:00
openclaw-ci
7551945933
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 11:07:59 +00:00
openclaw-ci
a39b769ac5
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 10:08:30 +00:00
openclaw-ci
62b43a822b
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 09:09:52 +00:00
openclaw-ci
f9151a988a
🤖 codex: bump nix-steipete-tools
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 07:32:10 +00:00
joshp123
8d7489b093
🤖 fix: bump openclaw pin to reasoning replay fix
...
What:
- update nix-openclaw openclaw source pin to openclaw merge commit 68ea0639
- refresh source hash for the new upstream revision
Why:
- propagate the OpenAI reasoning replay follower-id fix into nix-openclaw packages
- unblock downstream clawdinator roll-forward to the fixed openclaw build
Tests:
- nix build .#openclaw-gateway --accept-flake-config
2026-02-15 23:15:02 -08:00
joshp123
d1314e9c5c
🤖 nix: keep gateway speedups and drop cache-only workflow
...
What:
- set `dontFixup = true` for `openclaw-gateway`
- speed install phase by moving build outputs instead of deep-copying node_modules
- add lightweight dangling-symlink integrity check in gateway install script
- remove `.github/workflows/cache-only.yml`
Why:
- keep the high-value packaging/build speed improvements
- keep one minimal safety guard when fixup is skipped
- remove flaky cache orchestration that adds CI latency and merge-SHA timeout failures
Tests:
- not run locally (per-request: CI-only validation due local NixOS issues)
- will validate via GitHub Actions/Garnix on push to main
2026-02-15 21:12:21 -08:00
openclaw-ci
36a8b0fc6d
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 05:11:56 +00:00
openclaw-ci
e7c05cebf7
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-16 03:24:11 +00:00
openclaw-ci
f0625a67b3
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 23:40:11 +00:00
openclaw-ci
bfe94d5f1a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 22:44:50 +00:00
joshp123
2a9a3be47b
nixos: add openclaw-gateway module
...
Adds services.openclaw-gateway NixOS module:
- systemd service for │
◇ Doctor warnings ──────────────────────────────────────╮
│ │
│ - State dir migration skipped: target already exists │
│ (/Users/josh/.openclaw). Remove or merge manually. │
│ │
├────────────────────────────────────────────────────────╯
- deep-merged config attrset -> /etc/openclaw/openclaw.json
- configurable unit name, env, preStart, and PATH
This lets downstream stacks (clawdinators) avoid re-implementing the gateway service.
2026-02-15 14:32:00 -08:00
joshp123
0eac830c65
chore: profile gateway build (break down pnpm build steps)
2026-02-15 14:12:16 -08:00
openclaw-ci
57bafcd598
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 21:38:58 +00:00
openclaw-ci
e28e35b1fc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 20:43:04 +00:00
openclaw-ci
4422e0b767
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 19:39:13 +00:00
joshp123
3feb491321
ci: aggregate checks to avoid duplicate gateway builds
2026-02-15 11:03:07 -08:00
openclaw-ci
1a6753a1c6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 18:55:10 +00:00
joshp123
e01b23c2a5
chore: add build step timings + minor build/install tweaks
2026-02-15 10:26:27 -08:00
openclaw-ci
3cb21cd49e
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 15:44:55 +00:00
openclaw-ci
06aeac8fbc
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 14:42:31 +00:00
openclaw-ci
5e4c8c1e1a
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 13:15:24 +00:00
openclaw-ci
3993c50689
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 09:46:06 +00:00
joshp123
b469a3ce73
perf: speed up gateway builds (shared pnpm deps, fetcher v3, targeted rebuild)
2026-02-15 00:31:28 -08:00
openclaw-ci
a05a1ed7d6
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 07:49:35 +00:00
joshp123
c3d3be60ac
style: nix fmt (nixfmt-tree) + exclude generated config options
2026-02-14 23:24:32 -08:00
joshp123
f8681411dd
refactor: share gateway build plumbing + stamp config-options provenance
2026-02-14 23:24:31 -08:00
openclaw-ci
4d999080ca
🤖 codex: bump openclaw pins
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 07:07:20 +00:00
joshp123
585ce70684
chore: add nix fmt formatter + switch to fetchPnpmDeps
2026-02-14 22:05:31 -08:00
openclaw-ci
255e3a6c26
🤖 codex: bump pins (tools + openclaw)
...
What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)
Why:
- keep the flake fresh automatically
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
2026-02-15 05:34:28 +00:00
joshp123
309fa7a19c
chore: derive gateway/check versions from pinned rev; dedupe node-addon-api
2026-02-14 21:01:47 -08:00
joshp123
807a6563ab
chore: make update-pins best-effort for tools vs openclaw
2026-02-14 20:13:41 -08:00
openclaw-ci
772be3e113
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-15 03:21:27 +00:00
joshp123
b94a14db48
chore: bump nix-steipete-tools (goplaces v0.3.0)
2026-02-14 19:16:22 -08:00
joshp123
e98f3f9e74
chore: bump nix-steipete-tools
2026-02-14 19:05:08 -08:00
openclaw-ci
c5036d67bc
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-15 00:01:54 +00:00
openclaw-ci
f105871a9c
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 23:06:57 +00:00
openclaw-ci
8c206a611d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 21:39:45 +00:00
openclaw-ci
56792757b0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 20:53:12 +00:00
joshp123
2b3c43d1d0
revert: pause cachix migration; restore garnix CI
2026-02-14 11:38:43 -08:00
openclaw-ci
bab32bb1a1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 19:11:26 +00:00
openclaw-ci
0debcf3590
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 16:48:23 +00:00
openclaw-ci
840b5cf011
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 15:39:49 +00:00
openclaw-ci
943783a7f4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 14:43:04 +00:00
openclaw-ci
f5f27c44e3
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 13:13:48 +00:00
openclaw-ci
c4e06d9014
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 11:34:40 +00:00
openclaw-ci
03a6fab714
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 10:43:55 +00:00
openclaw-ci
d1aa79f246
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 07:45:04 +00:00
joshp123
0412a39a4c
ci: remove garnix config
2026-02-13 23:34:10 -08:00
joshp123
d6e127d1ba
ci: build and push nix outputs to cachix
2026-02-13 23:33:43 -08:00
joshp123
876af1e732
ci: rename cache warming workflow
2026-02-13 23:29:47 -08:00
joshp123
ae0c7fbafa
ci: add nix build cache smoke workflow
2026-02-13 23:29:21 -08:00
joshp123
03d4e8403e
ci: debug workflow parse (smoke only)
2026-02-13 23:27:46 -08:00
joshp123
8f42d20c1c
ci: simplify workflow name
2026-02-13 23:26:32 -08:00
joshp123
a7bbec254e
ci: simplify build-and-cache workflow (push only)
2026-02-13 23:25:33 -08:00
joshp123
d7dd0aa144
ci: fix workflow name parsing and cache-only trigger
2026-02-13 23:23:11 -08:00
joshp123
a93112edb7
ci: fix nix build & cache workflow parsing/push gating
2026-02-13 23:21:01 -08:00
joshp123
33f8b9b73c
ci: run cache-warming builds only on main/yolo
2026-02-13 23:13:36 -08:00
joshp123
507b50a853
ci: replace garnix cache warmup with github actions + cachix
...
- Add Nix Build & Cache workflow (linux + macOS) to build repo targets and optionally push to Cachix
- Rework Cache Only to verify Cachix outputs after build workflow completes
- Update README pipeline docs to reflect GHA + Cachix
2026-02-13 23:12:42 -08:00
openclaw-ci
c59c48fe42
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 05:58:59 +00:00
openclaw-ci
a118c729bc
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 04:53:22 +00:00
openclaw-ci
5c7b289aab
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-14 02:53:01 +00:00
openclaw-ci
a5c18be401
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 22:51:42 +00:00
openclaw-ci
e9d792f550
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 21:52:32 +00:00
openclaw-ci
d05de3fa40
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 20:56:40 +00:00
openclaw-ci
5209137dd9
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 19:55:41 +00:00
openclaw-ci
5f8f8ab050
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 19:08:21 +00:00
openclaw-ci
003936445d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 17:55:26 +00:00
openclaw-ci
28ca02abfd
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 17:11:35 +00:00
openclaw-ci
843f18a204
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 16:06:56 +00:00
openclaw-ci
eaad26c684
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 13:26:36 +00:00
openclaw-ci
ed48468088
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 05:30:24 +00:00
openclaw-ci
f891c3d6d0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-13 03:21:10 +00:00
openclaw-ci
2f4a848deb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 23:43:54 +00:00
openclaw-ci
14cda9ee40
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 22:49:07 +00:00
openclaw-ci
32f38a8f59
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 21:49:19 +00:00
openclaw-ci
a09db7bcb5
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 20:52:34 +00:00
openclaw-ci
943e63aa43
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 19:20:47 +00:00
openclaw-ci
e7908411bb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 17:17:19 +00:00
openclaw-ci
400571c7bb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 16:09:51 +00:00
openclaw-ci
4500ac4ef4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 15:04:07 +00:00
openclaw-ci
8b38f9efd1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 13:46:01 +00:00
openclaw-ci
5b5e33c877
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 10:05:34 +00:00
openclaw-ci
8bcd38bdd6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 09:05:00 +00:00
openclaw-ci
501bbfaf4b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 07:19:52 +00:00
openclaw-ci
ef3f0b2b39
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 05:42:13 +00:00
openclaw-ci
97b7a734c6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-12 03:20:50 +00:00
openclaw-ci
d39ab537c4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 23:46:38 +00:00
openclaw-ci
7f3b5ffc2c
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 20:56:01 +00:00
openclaw-ci
b66df4af41
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 19:20:47 +00:00
openclaw-ci
c198ab1806
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 17:18:55 +00:00
openclaw-ci
a91815afd1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 15:10:04 +00:00
openclaw-ci
53d6441e79
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 11:11:01 +00:00
openclaw-ci
8b1479c5d2
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 10:09:06 +00:00
openclaw-ci
3854971525
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 09:06:23 +00:00
openclaw-ci
50fce1d50d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 05:46:12 +00:00
openclaw-ci
c75b30ee14
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-11 03:26:00 +00:00
openclaw-ci
0825fde7b6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 23:55:33 +00:00
openclaw-ci
79f2012b6e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 21:59:17 +00:00
openclaw-ci
d970efc0d8
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 21:01:35 +00:00
openclaw-ci
5597f65045
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 19:25:51 +00:00
openclaw-ci
fc803c070f
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 17:19:17 +00:00
openclaw-ci
7ed7d8e158
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 15:17:10 +00:00
openclaw-ci
b31b980512
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 13:51:39 +00:00
openclaw-ci
6c0f9945d7
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 11:10:15 +00:00
openclaw-ci
be56af2abb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 09:11:52 +00:00
openclaw-ci
4deb6606e4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 07:23:58 +00:00
openclaw-ci
27869bcdfc
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 05:47:01 +00:00
openclaw-ci
3df5eb9c35
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-10 03:27:33 +00:00
openclaw-ci
e234267191
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 23:53:43 +00:00
openclaw-ci
77b56b3250
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 22:56:24 +00:00
openclaw-ci
3385f9fca1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 21:55:49 +00:00
openclaw-ci
988e98bd1a
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 20:59:29 +00:00
openclaw-ci
3561b5bbcd
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 18:02:38 +00:00
openclaw-ci
5a6f0da3d0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 16:11:55 +00:00
openclaw-ci
4e75e8a02d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 15:07:58 +00:00
openclaw-ci
d732687e63
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 09:09:37 +00:00
openclaw-ci
b6014fd597
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 07:23:15 +00:00
openclaw-ci
477c30e14d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 05:45:38 +00:00
openclaw-ci
4d01743f02
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-09 03:19:21 +00:00
openclaw-ci
e54573327f
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 22:43:54 +00:00
openclaw-ci
4b58a7e736
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 21:41:24 +00:00
Josh Palmer
05bcb565f2
Docs: note macOS privacy permissions
...
Golden paths now explicitly call out that TCC privacy permissions cannot be fully declarative on unmanaged Macs.
2026-02-08 12:30:33 -08:00
openclaw-ci
2f11930080
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 19:38:19 +00:00
openclaw-ci
eed4df4ff4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 18:56:23 +00:00
Josh Palmer
43c26623d8
Fix config validity check for bundled validators
...
Gateway bundles now export validateConfigObjectWithPlugins (often aliased) instead of dist/config/validation.js. Detect and use the exported plugin-aware validator.
2026-02-08 10:47:09 -08:00
Josh Palmer
2cb22671dc
Golden paths + safer workspace + mac app Nix mode
...
- Add golden paths doc and link from README\n- Default workspaceDir to stateDir/workspace and pin agents.defaults.workspace when unset\n- Fix macOS app defaults domain and add openclaw.nixMode toggle
2026-02-08 10:45:22 -08:00
openclaw-ci
90ff91f3be
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 17:41:21 +00:00
openclaw-ci
ea7c6a7429
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 16:48:22 +00:00
openclaw-ci
600d6761c4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 14:44:29 +00:00
openclaw-ci
883006ba7b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 13:14:38 +00:00
openclaw-ci
868b8fcdf6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 11:37:01 +00:00
openclaw-ci
9f5f2c0523
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 10:44:21 +00:00
openclaw-ci
ae917f4b99
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 07:50:56 +00:00
openclaw-ci
10ed82014b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 07:07:18 +00:00
openclaw-ci
e7643614b2
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 05:40:55 +00:00
openclaw-ci
342f059292
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-08 03:34:45 +00:00
openclaw-ci
440618f392
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 23:43:56 +00:00
openclaw-ci
045caf6bcf
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 21:39:59 +00:00
openclaw-ci
d3b173939d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 20:43:38 +00:00
openclaw-ci
847a7dc6e6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 18:55:03 +00:00
openclaw-ci
34f5f3ad7d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 16:47:40 +00:00
openclaw-ci
ec08e0fcc6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 14:41:26 +00:00
openclaw-ci
75ed382768
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 10:43:10 +00:00
openclaw-ci
49472c77ac
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 08:49:38 +00:00
openclaw-ci
f95e5d61ac
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 07:44:05 +00:00
openclaw-ci
ad3593aae1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 07:01:01 +00:00
openclaw-ci
55b27dfcb4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 04:49:54 +00:00
openclaw-ci
e0bc0aece7
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-07 02:50:05 +00:00
openclaw-ci
49a54cd802
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 23:40:13 +00:00
openclaw-ci
90510505a4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 22:42:29 +00:00
openclaw-ci
287c9a34c6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 21:45:28 +00:00
openclaw-ci
d9971220bc
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 19:50:12 +00:00
openclaw-ci
aa2b12935e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 19:07:53 +00:00
openclaw-ci
f623994ebb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 17:55:15 +00:00
openclaw-ci
9125be5e82
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 17:03:18 +00:00
openclaw-ci
6f5ce1e5da
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 15:56:57 +00:00
openclaw-ci
ddccf1c060
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 14:56:21 +00:00
openclaw-ci
ba298f62bb
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 07:12:39 +00:00
openclaw-ci
7b5e7a86f4
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 06:06:22 +00:00
openclaw-ci
1a4804a872
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 04:58:48 +00:00
openclaw-ci
e8f67bc2cf
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-06 02:54:29 +00:00
openclaw-ci
77c4354fca
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 23:38:17 +00:00
openclaw-ci
e9f0ef2878
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 22:45:04 +00:00
openclaw-ci
fadfadbcf0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 21:50:29 +00:00
DJTBOT
a52fe152e9
docs: standardize OpenClaw casing
...
What:
- replace "Openclaw" -> "OpenClaw" in user-facing docs, module descriptions, and messages
Why:
- consistent product naming after upstream rename
Tests:
- none (string-only change)
2026-02-05 13:11:45 -08:00
DJTBOT
f9ad193d28
chore: remove legacy moltbot/clawdbot compatibility
...
What:
- drop MOLTBOT_* and CLAWDBOT_* env wiring from HM + wrappers
- update gateway log-dir patch to target current upstream logger.ts
- update config options generator to require OpenClawSchema only
- update hello-world plugin example env var + module path
- rename RFC filename to remove moltbot naming
Why:
- upstream is OpenClaw; keep nix-openclaw opinionated + clean
Tests:
- bash -n scripts/update-pins.sh
2026-02-05 13:05:01 -08:00
openclaw-ci
011898d676
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 21:00:35 +00:00
DJTBOT
99b8afffab
chore: roll forward to OpenClaw rename
...
What:
- update pin bump workflow to select OpenClaw-*.zip (not legacy Clawdbot assets)
- modernize updater to use `nix flake update --update-input …`
- standardize HM app install paths to OpenClaw.app
Why:
- upstream renamed Clawdbot -> OpenClaw; we should pin the current artifacts
- ensure pin bumps pull in upstream model catalog / pi updates
Tests:
- bash -n scripts/update-pins.sh
2026-02-05 12:57:09 -08:00
openclaw-ci
3f341c54da
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 20:50:44 +00:00
openclaw-ci
71bf50ade1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 19:46:48 +00:00
openclaw-ci
fe45285860
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 19:05:47 +00:00
openclaw-ci
c30d78cd3e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 18:00:57 +00:00
openclaw-ci
e85394e575
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 17:06:07 +00:00
openclaw-ci
4c4a7cb03b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 15:56:51 +00:00
openclaw-ci
d81cd071a1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 11:47:47 +00:00
openclaw-ci
76b389b884
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 10:58:44 +00:00
openclaw-ci
6f66837a8b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 10:01:19 +00:00
openclaw-ci
34e9bc3b6d
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 09:01:17 +00:00
openclaw-ci
b91a0a3e3b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 07:18:41 +00:00
openclaw-ci
e0f3ef2c43
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-05 02:54:09 +00:00
openclaw-ci
1699505b69
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 23:41:43 +00:00
openclaw-ci
1de8cd60e0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 22:43:42 +00:00
openclaw-ci
8565315ba0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 21:46:58 +00:00
DJTBOT
19821fc123
🤖 chore: bump nix-steipete-tools for gogcli fix
...
What:
- update bundled plugin pin to include gogcli skill path fix
Why:
- allow gogcli plugin to build with skills/gog
Tests:
- nix flake check --option max-jobs 1 --option cores 1
2026-02-04 13:31:04 -08:00
openclaw-ci
c53a06fee5
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 20:52:55 +00:00
DJTBOT
9236816a21
🤖 chore: bump nix-steipete-tools for apple maps current location
...
What:
- update nix-steipete-tools pin for Apple Maps current-location guidance
- refresh first-party source pin
Why:
- ensure Apple Maps links show Go button on iOS
Tests:
- nix flake check --accept-flake-config
2026-02-04 12:47:29 -08:00
DJTBOT
354c587efe
🤖 chore: bump nix-steipete-tools for apple maps modes
...
What:
- update nix-steipete-tools pin for expanded Apple Maps link guidance
- refresh first-party source pin
Why:
- keep goplaces skill aligned with all Apple Maps transport modes
Tests:
- nix flake check --accept-flake-config
2026-02-04 12:02:36 -08:00
openclaw-ci
f679c1e5a7
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 19:07:18 +00:00
DJTBOT
48b5bee635
Add default-instance check
...
- validate implicit default instance wires systemd unit name
- run new check in garnix
Tests: not run (not requested)
2026-02-04 11:05:16 -08:00
DJTBOT
90d5c0b2c6
🤖 chore: bump nix-steipete-tools for metric directions
...
What:
- update nix-steipete-tools pin for goplaces units support
- refresh first-party source pin
Why:
- ship metric directions output by default
Tests:
- nix flake check --accept-flake-config
2026-02-04 10:45:02 -08:00
DJTBOT
2d2bb37276
Add top-level systemd/launchd defaults
...
- add launchd.label and systemd.unitName options for implicit default instance
Tests: not run (not requested)
2026-02-04 10:37:42 -08:00
DJTBOT
ba3dd6d431
🤖 chore: update goplaces skill guidance pin
...
What:
- bump nix-steipete-tools pin for updated goplaces skill
- refresh first-party pin in HM lib
Why:
- enforce steps + metric guidance for directions
Tests:
- nix flake check --accept-flake-config
2026-02-04 10:30:07 -08:00
DJTBOT
f578b82ace
🤖 feat: rename plugin option namespaces
...
What:
- add bundledPlugins/customPlugins options
- alias firstParty/plugins to new names
- update docs + checks to new naming
Why:
- clearer split between bundled and custom plugins
Tests:
- not run (config/docs change)
2026-02-04 10:27:41 -08:00
DJTBOT
a21a3a6e72
🤖 feat: allow first-party plugin config
...
What:
- add firstParty.<name>.config option
- pass config into first-party plugin entries
- document first-party config example
Why:
- support batteries-included plugins with env/settings
Tests:
- not run (config/docs change)
2026-02-04 09:50:22 -08:00
DJTBOT
f0a828f821
🤖 chore: bump nix-steipete-tools for goplaces directions
...
What:
- update nix-steipete-tools pin for directions-enabled goplaces
- refresh first-party source pin
Why:
- ship new goplaces CLI + skill guidance in nix-openclaw
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-04 09:31:11 -08:00
openclaw-ci
5bbfcbf3ec
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 17:06:15 +00:00
DJTBOT
e7e6390ce7
🤖 chore: bump nix-steipete-tools for goplaces guidance
...
What:
- update nix-steipete-tools pin to include goplaces skill guidance updates
- refresh first-party source pin
Why:
- keep bundled skill aligned with directions/nearby guidance
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-04 08:56:39 -08:00
DJTBOT
60735823e7
🤖 fix: preserve *_FILE env paths in wrapper
...
What:
- keep *_FILE env vars as file paths when sourced from files
- continue reading file contents for non-*_FILE envs
Why:
- plugins like padel/xuezh expect *_FILE to stay as a path
Tests:
- not run (config change)
2026-02-04 07:19:33 -08:00
openclaw-ci
259b27a34f
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 14:57:19 +00:00
openclaw-ci
08df45ef92
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 13:25:34 +00:00
openclaw-ci
85cd7fd9a3
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 11:44:54 +00:00
openclaw-ci
4a00561d3e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 10:02:31 +00:00
openclaw-ci
f6eb39ccce
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 09:00:57 +00:00
openclaw-ci
5b776bd7f9
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 07:10:10 +00:00
openclaw-ci
714e3aa5e8
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 06:02:28 +00:00
openclaw-ci
1124dac5d3
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 04:52:49 +00:00
openclaw-ci
31fb378d0e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-04 02:52:14 +00:00
DJTBOT
92da8eb051
🤖 fix: use coreutils cat for plugin env files
...
What:
- read plugin env files via absolute coreutils cat path
Why:
- avoid missing cat in systemd user PATH
Tests:
- nix flake check
2026-02-03 18:29:45 -08:00
DJTBOT
f75bf2a73f
🤖 fix: parse KEY=VALUE env files
...
What:
- strip KEY= prefix when reading env values from files
Why:
- support EnvironmentFile-style secrets with plugin env loading
Tests:
- nix flake check
2026-02-03 18:18:53 -08:00
DJTBOT
38fe080ee1
🤖 fix: merge home.file entries via mkMerge
...
What:
- build home.file attrset with lib.mkMerge
Why:
- ensure plugin skill files are retained during merge
Tests:
- nix flake check
2026-02-03 17:56:57 -08:00
DJTBOT
49b12aed93
🤖 fix: emit plugin skills in home.file
...
What:
- merge plugin skill directories into generated skill files
- drop redundant pluginSkillsFiles merge
Why:
- ensure plugin skills land in workspace for discovery
Tests:
- nix flake check
2026-02-03 17:44:30 -08:00
DJTBOT
964606db72
🤖 fix: place plugin skills at top-level workspace
...
What:
- link plugin skill directories directly under workspace/skills
Why:
- ensure Openclaw can discover plugin skills (no nested paths)
Tests:
- nix flake check
2026-02-03 17:39:25 -08:00
DJTBOT
58483027d4
🤖 chore: bump nix-steipete-tools for goplaces env fix
...
What:
- update nix-steipete-tools pin after relaxing goplaces requiredEnv
- refresh first-party source pin
Why:
- avoid HM activation failures when goplaces is enabled by default
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-03 15:25:21 -08:00
DJTBOT
eb8a14e22b
🤖 chore: bump nix-steipete-tools for goplaces skill
...
What:
- update nix-steipete-tools pin for goplaces skill sync
- refresh first-party source pin
Why:
- bundle the ClawHub goplaces skill in nix-openclaw
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-03 15:07:45 -08:00
DJTBOT
b2c1f9b0cc
🤖 feat: load plugin env from secret files
...
What:
- read plugin env values from files when paths exist
Why:
- support requiredEnv secrets without embedding values in Nix
Tests:
- nix flake check
2026-02-03 14:46:39 -08:00
openclaw-ci
981c4da24e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 22:45:20 +00:00
DJTBOT
513b315c08
🤖 chore: bump nix-steipete-tools pin
...
What:
- update nix-steipete-tools rev/hash
- sync first-party plugin source pins
Why:
- pick up goplaces requiredEnv change
Tests:
- nix flake check
2026-02-03 14:41:07 -08:00
DJTBOT
0e69d74edb
🤖 ci: drop linux hm activation from garnix
...
What:
- remove hm-activation linux check from garnix build list
Why:
- keep HM activation checks consolidated in GitHub Actions
- avoid split CI signal between Garnix and Actions
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-03 14:01:17 -08:00
openclaw-ci
e06b35e11b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 21:49:40 +00:00
DJTBOT
9d8751d092
🤖 ci: add linux hm activation workflow
...
What:
- add GitHub Actions workflow for x86_64-linux HM activation check
Why:
- unify HM coverage in CI alongside macOS
- avoid relying on Garnix for test signal
Tests:
- nix build .#checks.x86_64-linux.hm-activation --print-build-logs --accept-flake-config (ok; eval warnings)
2026-02-03 13:49:14 -08:00
DJTBOT
d03a90a0e6
🤖 fix: enable goplaces on linux
...
What:
- default goplaces first-party toggle to true
- include goplaces in linux first-party allowlist
Why:
- ship goplaces across macOS and Linux by default
- keep first-party plugin set consistent
Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
2026-02-03 13:24:32 -08:00
DJTBOT
2ba0b0c92f
Add goplaces toolchain + Linux-safe config checks
...
- add goplaces to extended tools and update nix-steipete-tools pin
- default goplaces plugin to Darwin + drop linux-first-party enablement
- resolve config validation module from hashed dist bundles
Tests: nix flake check --option max-jobs 1 --option cores 1 (root@djtbot-1)
2026-02-03 13:22:12 -08:00
openclaw-ci
232e13fc53
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 20:55:45 +00:00
openclaw-ci
f458561560
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 19:14:32 +00:00
DJTBOT
90a1bbfe86
🤖 feat: enable goplaces first-party plugin
...
What:
- pin nix-steipete-tools to include goplaces plugin
- add goplaces to first-party sources and defaults
- update docs and linux first-party allowlist
Why:
- ship goplaces by default across macOS/Linux
- keep first-party plugin set consistent
Tests:
- nix flake check --accept-flake-config (aborted: offline fetch)
2026-02-03 19:37:30 +01:00
openclaw-ci
9df3202029
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 18:08:37 +00:00
DJTBOT
4f0b44385a
🤖 docs: warn about symlink adoption
...
What:
- clarify that adopted workspace docs should be copied with symlinks dereferenced
Why:
- prevent broken Nix store links when moving docs across machines
Tests:
- not run (docs-only change)
2026-02-03 18:50:40 +01:00
openclaw-ci
f55e591330
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 17:09:10 +00:00
openclaw-ci
a2c2cd4a1e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 15:00:23 +00:00
openclaw-ci
f3064ba99f
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 13:25:54 +00:00
DJTBOT
eb90f3b813
🤖 docs: manage extended Openclaw documents
...
What:
- sync optional docs (IDENTITY/USER/LORE/HEARTBEAT/PROMPTING-EXAMPLES) into workspaces when present
- extend document guard to cover optional files
- document optional docs in README
Why:
- keep workspace docs Nix-managed without manual home.file wiring
- avoid broken Mac symlinks when dogfooding on Linux
Tests:
- nix flake check (warnings: uncommitted tree, ignored flake config, unknown flake output)
2026-02-03 13:02:05 +01:00
DJTBOT
885cf1d176
Point config validity at packaged dist
...
- use openclaw-gateway output for dist/config/validation.js
Tests: not run (CI)
2026-02-03 12:29:48 +01:00
DJTBOT
73640da232
Fix check runners for Nix sandbox
...
- run config-validity script via node path
- switch package-contents script to /bin/sh
Tests: not run (CI)
2026-02-03 12:24:45 +01:00
DJTBOT
902e6b01a1
Run new checks in Garnix
...
- add config-validity and package-contents checks to Garnix build list
Tests: not run (CI)
2026-02-03 12:16:10 +01:00
DJTBOT
55392709ae
Add config validity check
...
- validate module-generated config against Openclaw schema
- add config-validity check and Node validation script
Tests: not run (CI)
2026-02-03 11:55:15 +01:00
DJTBOT
adefa5cd41
Add package-contents check
...
- add check script for extensions/docs/templates and module symlinks
- wire package-contents check into flake outputs
Tests: not run (CI)
2026-02-03 11:18:15 +01:00
openclaw-ci
f8f9749cd0
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 09:58:22 +00:00
openclaw-ci
20a1809f1e
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 08:57:15 +00:00
openclaw-ci
91d20779c2
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 07:55:37 +00:00
openclaw-ci
e04ce8c24a
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 07:08:26 +00:00
openclaw-ci
402fe3d239
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 06:04:02 +00:00
openclaw-ci
87aaf26727
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 04:59:31 +00:00
openclaw-ci
17b587d8fd
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-03 02:57:12 +00:00
DJTBOT
d0b60bdabb
HM activation: disable plugins in test config
...
- set plugins.enabled = false for the hm-activation instance
Tests: not run (CI)
2026-02-03 01:41:08 +01:00
openclaw-ci
55a529da31
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-02 23:15:20 +00:00
DJTBOT
44e9dc1081
HM activation: fix journal capture
...
- run journalctl as alice and fix redirect order
Tests: not run (CI)
2026-02-03 00:00:44 +01:00
DJTBOT
101b91cad7
HM activation: capture status/journal
...
- write systemctl status + journalctl output to files and tail them at end
Tests: not run (CI)
2026-02-02 23:42:28 +01:00
DJTBOT
5ea82f1f0b
HM activation: trim + reorder diagnostics
...
- send journal/status output later and shorten journal output
- drop unused per-log tails/ps noise
Tests: not run (CI)
2026-02-02 23:25:40 +01:00
DJTBOT
260f0a86ec
HM activation: stderr test diagnostics
...
- send status/journal/logs output to stderr for CI visibility
Tests: not run (CI)
2026-02-02 23:08:14 +01:00
DJTBOT
71adb34a3b
HM activation: stderr systemctl output
...
- send systemctl file dumps + sizes to stderr for CI log visibility
Tests: not run (CI)
2026-02-02 22:50:41 +01:00
DJTBOT
a87621e32d
HM activation: show systemctl log sizes
...
- print byte counts for captured systemctl output files
Tests: not run (CI)
2026-02-02 22:33:04 +01:00
DJTBOT
c58ba34be7
HM activation: persist systemctl output
...
- write systemctl show/cat output to /tmp and dump it as root
Tests: not run (CI)
2026-02-02 22:15:15 +01:00
DJTBOT
ad0095352d
HM activation: mark env/unit output
...
- add explicit markers for Environment and unit file output
- cap unit file dump to 200 lines
Tests: not run (CI)
2026-02-02 21:57:36 +01:00
DJTBOT
a2f46df82e
HM activation: capture unit file output
...
- show Environment property explicitly
- dump unit file (capped) for missing env lines
Tests: not run (CI)
2026-02-02 21:38:47 +01:00
DJTBOT
c8b9e37c1c
HM activation: dump unit Environment lines
...
- print Environment entries from systemctl show + cat output
Tests: not run (CI)
2026-02-02 21:17:36 +01:00
DJTBOT
1ffe9bf095
HM activation: trim env dump output
...
- drop unit cat output
- show Environment line only for readability
Tests: not run (CI)
2026-02-02 20:59:43 +01:00
DJTBOT
38053f548f
HM activation: adjust node report + env logging
...
- use --report-signal=SIGABRT in NODE_OPTIONS
- move Environment dump to the end of failure output
Tests: not run (CI)
2026-02-02 20:41:21 +01:00
DJTBOT
4ac2ed1a7b
HM activation: log systemd environment
...
- dump openclaw-gateway Environment to confirm node report vars
Tests: not run (CI)
2026-02-02 20:24:07 +01:00
DJTBOT
80f11fe2d8
HM activation: ensure /tmp/openclaw exists
...
- create /tmp/openclaw before starting the gateway so node reports/logs can write
Tests: not run (CI)
2026-02-02 20:05:09 +01:00
DJTBOT
de9805c7cc
HM activation: enable node crash reports
...
- emit node-report JSON on SIGABRT/fatal errors to debug gateway core dumps
Tests: not run (CI)
2026-02-02 19:47:09 +01:00
openclaw-ci
3732a17fd7
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-02 17:55:18 +00:00
DJTBOT
d9bf68ad36
Gateway: link hasown for form-data
...
- add hasown symlink workaround for form-data in pnpm layout
- include docs/reference templates in install output
Tests: not run (CI)
2026-02-02 18:21:53 +01:00
openclaw-ci
ad51e0fe02
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-02 16:59:30 +00:00
DJTBOT
b3dae6fc87
Gateway: skip node-llama-cpp download in rebuild
...
- set NODE_LLAMA_CPP_SKIP_DOWNLOAD during pnpm rebuild to avoid networked postinstall
Tests: not run (CI)
2026-02-02 17:29:01 +01:00
DJTBOT
8beca48611
Gateway: link combined-stream at root
...
- ensure root node_modules/combined-stream exists for Node resolution
Tests: not run (CI)
2026-02-02 15:43:40 +01:00
DJTBOT
e70c7f7609
Gateway: link combined-stream for form-data
...
- ensure form-data packages can resolve combined-stream in pnpm layout
Tests: not run (CI)
2026-02-02 15:17:41 +01:00
DJTBOT
9f8c90d2d6
Gateway: stub clipboard on headless Linux
...
- add clipboard wrapper + patch script for Linux builds
- apply patch during gateway install
- drop hm-activation debug/probe env and restore test script
Tests: not run (CI)
2026-02-02 14:46:21 +01:00
openclaw-ci
1c70ed9a7f
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 23:39:20 +00:00
DJTBOT
2c7c52601d
hm-activation: resolve clipboard via paths
...
- resolve clipboard using require.resolve(paths=...) from pi package dir
Tests: not run (CI)
2026-02-02 00:18:19 +01:00
DJTBOT
635ba48862
hm-activation: locate pi in pnpm store
...
- find pi-coding-agent path via pnpm store instead of require.resolve
- use dist/index.js as createRequire base
Tests: not run (CI)
2026-02-02 00:14:48 +01:00
DJTBOT
ce472c20ac
hm-activation: resolve pi entrypoint
...
- resolve pi-coding-agent entrypoint instead of package.json
Tests: not run (CI)
2026-02-02 00:12:29 +01:00
DJTBOT
6fda6f4d5c
hm-activation: fix probe quoting
...
- escape module names inside node -e strings
Tests: not run (CI)
2026-02-02 00:10:55 +01:00
DJTBOT
42ca9f2f1a
hm-activation: resolve clipboard via pi require
...
- resolve clipboard with createRequire from pi-coding-agent context
- log pnpm clipboard directories for missing dependency triage
Tests: not run (CI)
2026-02-02 00:07:53 +01:00
DJTBOT
4f0c4ae34e
hm-activation: resolve openclaw symlink
...
- resolve openclaw binary symlink to find gateway package root
- log resolved paths on fail-fast probe
Tests: not run (CI)
2026-02-02 00:03:06 +01:00
DJTBOT
6f114412d8
hm-activation: fix openclaw bin detection
...
- parse gateway wrapper with grep to locate openclaw binary path
Tests: not run (CI)
2026-02-01 23:59:30 +01:00
openclaw-ci
4ca18fab96
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 22:44:29 +00:00
openclaw-ci
e6374a3925
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 21:37:18 +00:00
DJTBOT
d951b61d49
hm-activation: fail-fast clipboard probes
...
- add early clipboard require/hasText probes using gateway wrapper node
- dump module paths and ldd info when probes fail for headless diagnosis
Tests: not run (CI)
2026-02-01 22:34:07 +01:00
openclaw-ci
fac23a20c1
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 20:46:59 +00:00
DJTBOT
ac5f182954
hm-activation: send gateway output to journal
...
- override StandardOutput/StandardError to journal for CI visibility
Tests: not run (CI)
2026-02-01 20:40:35 +01:00
DJTBOT
be22bbca69
hm-activation: keep NODE_OPTIONS simple
...
- use NODE_OPTIONS=--no-addons only to avoid systemd parse errors
Tests: not run (CI)
2026-02-01 20:21:19 +01:00
DJTBOT
f73a5c7a43
hm-activation: quote node options, capture status output
...
- escape NODE_OPTIONS spaces to avoid systemd env parse errors
- redirect systemctl/journalctl output for log visibility
Tests: not run (CI)
2026-02-01 20:03:34 +01:00
openclaw-ci
72b7decf76
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 18:54:44 +00:00
DJTBOT
ff819964b1
hm-activation: add systemd state + node traces
...
- dump user unit status/show/cat when gateway port never opens
- add node trace flags for clearer startup errors
Tests: not run (CI)
2026-02-01 19:43:31 +01:00
DJTBOT
0b2c48ed4f
hm-activation: stop restart spam for logs
...
- disable systemd restarts in HM activation to surface gateway error
Tests: not run (CI)
2026-02-01 19:17:41 +01:00
openclaw-ci
823b4ace9b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 17:38:36 +00:00
DJTBOT
6ef80c8e0a
hm-activation: disable native addons in CI
...
- add NODE_OPTIONS=--no-addons to avoid clipboard addon crash
Tests: not run (CI)
2026-02-01 18:30:31 +01:00
DJTBOT
326c10ac8c
hm-activation: disable bonjour, trace modules
...
- disable mDNS in HM activation to isolate abort
- enable NODE_DEBUG=module for module-load tracing
Tests: not run (CI)
2026-02-01 18:13:11 +01:00
DJTBOT
55c21d28a0
hm-activation: skip sidecars, collect node reports
...
- disable browser/canvas/channels/cron/gmail sidecars in HM activation
- enable node report dumps on SIGABRT to debug gateway aborts
Tests: not run (CI)
2026-02-01 16:24:59 +01:00
openclaw-ci
b064cfdffa
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 14:41:06 +00:00
openclaw-ci
81ad5e94dd
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 13:14:07 +00:00
DJTBOT
e8cc91fb3c
Add debug logging for HM activation failures
...
- Enable debug logging to /tmp/openclaw/openclaw-gateway.log.
- Dump gateway + core logs on hm-activation failure.
Tests: not run (CI)
2026-02-01 14:02:56 +01:00
DJTBOT
a2faf96451
Set OPENCLAW envs and log HM failures
...
- Export OPENCLAW_* vars in launchd/systemd services.
- Set OPENCLAW_NIX_MODE default in gateway wrapper.
- Dump gateway logs on hm-activation failure.
Tests: not run (CI)
2026-02-01 13:36:46 +01:00
DJTBOT
887e58b423
Update generated Openclaw config options
...
- Regenerate openclaw-config-options.nix from pinned Openclaw source.
Tests: not run (CI)
2026-02-01 13:30:39 +01:00
DJTBOT
065ddf1666
Fix config-options oneOf list parsing
...
- Wrap oneOf list entries in parentheses during generation.
- Regenerate openclaw-config-options.nix.
Tests: not run (CI)
2026-02-01 13:10:47 +01:00
DJTBOT
0e5f3c1a9b
Fix gateway startup defaults for HM activation
...
- Default gateway.mode=local in generated Nix config.
- Add gateway auth token to HM activation configs.
- Document gateway auth token in template + README.
Tests: not run (CI)
2026-02-01 12:38:25 +01:00
openclaw-ci
6070c68867
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 10:43:11 +00:00
openclaw-ci
5e6cd08402
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 09:45:01 +00:00
openclaw-ci
2e3450a804
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 07:06:33 +00:00
openclaw-ci
5340fc5950
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 05:30:14 +00:00
openclaw-ci
71b43f864a
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-02-01 03:28:57 +00:00
DJTBOT
d5711ca7a9
docs: harden CI polling rule
...
Clarify that polling claims require an active blocking loop and explicit confirmation.
Tests: not run (docs change).
2026-02-01 00:46:17 +01:00
DJTBOT
26ba3e1bc6
docs: document CI polling requirement
...
Clarify that polling must be done via a blocking bash loop (tmux or sub-agent).
Tests: not run (docs change).
2026-02-01 00:43:26 +01:00
DJTBOT
a9fae48f64
fix: set DBUS env for user systemd
...
Wait for /run/user/1000/bus and set DBUS/XDG_RUNTIME_DIR when running systemctl --user in the HM activation test.
Tests: not run (CI fix).
2026-02-01 00:41:49 +01:00
DJTBOT
f6e8116370
fix: stabilize HM activation test
...
Wait for the home-manager service result and config file instead of waiting for an active oneshot unit.
Tests: not run (CI fix).
2026-02-01 00:35:03 +01:00
DJTBOT
981db9bdfa
fix: use testers.nixosTest
...
Update HM activation check to use pkgs.testers.nixosTest (nixosTest alias removed).
Tests: not run (CI fix).
2026-02-01 00:24:31 +01:00
DJTBOT
2c6f7f8a0e
chore: retrigger garnix
...
No content changes; trigger Garnix after quota reset.
Tests: not run (empty commit).
2026-02-01 00:21:48 +01:00
DJTBOT
5ee2f8190c
ci: add HM activation tests
...
Add a Linux nixosTest for Home Manager activation and a macOS CI workflow to run the activation script.
Wire the new Linux check into flake checks and Garnix.
Tests: not run (CI wiring).
2026-02-01 00:15:26 +01:00
DJTBOT
616bbdf0ac
Revert "ci: guard against /bin paths in HM"
...
This reverts commit 9251533a76 .
2026-01-31 23:48:04 +01:00
DJTBOT
9251533a76
ci: guard against /bin paths in HM
...
Config-options check now fails if the Home Manager module uses /bin paths, enforcing run + coreutils usage.
Tests: not run (CI change).
2026-01-31 23:42:44 +01:00
DJTBOT
b2721d72dc
fix: use run + coreutils in HM activation
...
Use Home Manager's run helper and coreutils paths for mkdir/ln so NixOS doesn't rely on /bin.
Tests: not run (activation change).
2026-01-31 23:29:44 +01:00
openclaw-ci
8fce8cd9f2
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 21:36:41 +00:00
openclaw-ci
c961c2ae38
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 19:33:24 +00:00
openclaw-ci
6a7ce39d31
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 17:37:49 +00:00
openclaw-ci
82f730da2b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 14:41:03 +00:00
DJTBOT
c64228dbe1
fix: correct tools path
...
Point toolSets import at nix/tools/extended.nix from the module directory.
Tests: not run (path fix).
2026-01-31 15:36:24 +01:00
DJTBOT
d1f58f336a
fix: treat schema defaults as optional
...
Options with Zod defaults now emit nullOr defaults in generated config options to avoid missing value errors.
Regenerated nix/generated/openclaw-config-options.nix.
Tests: not run (config generation).
2026-01-31 15:34:47 +01:00
DJTBOT
4ed1ab4bf1
fix: allow optional schema fields
...
Generate null defaults for optional config fields and strip nulls before writing JSON to avoid missing option errors.
Regenerated nix/generated/openclaw-config-options.nix from pinned Openclaw schema.
Tests: not run (config generation).
2026-01-31 15:29:53 +01:00
DJTBOT
8cfba3bc3c
ci: verify Garnix cache availability
...
Cache-only now checks cache.garnix.io for all required outputs with retries, ensuring green means cached.
Tests: not run (CI change).
2026-01-31 15:05:16 +01:00
openclaw-ci
b4f6c665db
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 13:10:33 +00:00
DJTBOT
651a2a6434
fix: use nix/generated config options
...
Import openclaw-config-options.nix from nix/generated (not repo root).
Tests: not run (path fix).
2026-01-31 14:01:36 +01:00
DJTBOT
02f9c39b3b
fix: correct config options path
...
Move the import to nix/generated/openclaw-config-options.nix from the module directory.
Tests: not run (path fix).
2026-01-31 13:58:21 +01:00
DJTBOT
c32932b614
fix: correct config options import path
...
Point the home-manager module at nix/generated/openclaw-config-options.nix from repo root.
Tests: not run (path fix).
2026-01-31 13:55:24 +01:00
openclaw-ci
3f3de8f188
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 11:34:04 +00:00
openclaw-ci
36764e2e78
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 09:42:08 +00:00
openclaw-ci
a35dc2bb34
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 08:46:28 +00:00
openclaw-ci
398bc3330a
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 05:52:51 +00:00
openclaw-ci
30a542c3b7
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 04:45:46 +00:00
openclaw-ci
ec30f254ef
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-31 02:47:15 +00:00
openclaw-ci
59d27fcbad
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 23:40:18 +00:00
DJTBOT
fbc11af1e2
fix: skip bundled plugins in gateway tests
...
- set OPENCLAW_BUNDLED_PLUGINS_DIR to empty dir for vitest run
- keeps runtime/plugin loading unchanged; only affects CI tests
Tests: not run (CI)
2026-01-31 00:32:05 +01:00
DJTBOT
f1778b02e2
docs: expand maintainer list
...
- list full org maintainer handles in AGENTS
Tests: not run (docs only)
2026-01-30 23:57:14 +01:00
DJTBOT
ec4614cd9d
docs: note no-PR policy
...
- add prominent contributions warning in README
- add maintainer list + Discord workflow in AGENTS
Tests: not run (docs only)
2026-01-30 23:55:14 +01:00
DJTBOT
952a04f349
feat: make config schema-only
...
- replace manual config builders with schema-typed config merge
- split home-manager module into smaller files (<400 LOC)
- update docs + template for new config shape
- stub config-options check for config.lib.file
- document no-deprecation policy
Tests: not run (CI pending)
2026-01-30 23:49:26 +01:00
openclaw-ci
8309a27f01
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 22:42:15 +00:00
DJTBOT
d61564a8a5
feat: inline plugin eval into config-options check
...
- evaluate first-party plugins inside config-options check
- keep garnix matrix unchanged by removing standalone check
- update steipete tools pin to 76188dc
Tests: not run (CI pending)
2026-01-30 22:56:35 +01:00
openclaw-ci
bbca1fc02c
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 21:41:38 +00:00
DJTBOT
0207bb1aad
fix: slim first-party plugin check
...
- drop full home-manager evaluation in check
- add minimal stub options for module eval
- ensure assertions force plugin resolution
Tests: nix build .#checks.aarch64-darwin.first-party-plugins --accept-flake-config
2026-01-30 22:24:01 +01:00
openclaw-ci
83274666b6
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 19:00:58 +00:00
DJTBOT
4731fa63ad
fix: narrow plugin check evaluation scope
...
- force plugin evaluation via home.packages instead of home.file
Tests: nix build .#checks.aarch64-darwin.first-party-plugins --accept-flake-config (segfaulted)
2026-01-30 19:27:02 +01:00
DJTBOT
2004f5190c
chore: run first-party plugin check in CI
...
- include first-party-plugins checks in garnix builds
Tests: not run (config change only)
2026-01-30 19:26:17 +01:00
DJTBOT
c5d422a448
feat: verify first-party plugins at eval
...
- add first-party-plugins check to evaluate HM module
- allow openclawPlugin to be a system-scoped function
- update nix-steipete-tools pin to dbf0a31
Tests: nix build .#checks.aarch64-darwin.first-party-plugins --accept-flake-config (segfaulted)
2026-01-30 19:25:54 +01:00
openclaw-ci
8913d681a9
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 17:49:19 +00:00
DJTBOT
811ba4dba4
Checks: use forked vitest workers for gateway tests
...
What: run gateway tests with VITEST_POOL=forks (2 workers)
Why: avoid env cross-talk between tests (OPENCLAW_GATEWAY_PORT), reducing flaky timeouts
Tests: not run (CI config change)
2026-01-30 18:01:08 +01:00
openclaw-ci
ef7324833b
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 16:58:09 +00:00
openclaw-ci
a3611c9353
🤖 codex: bump openclaw pins (no-issue)
...
What:
- pin openclaw source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-openclaw on latest upstream for yolo mode
Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config
2026-01-30 14:50:42 +00:00
DJTBOT
d150361763
CI: fix openclaw outputs + wrapper name
...
What: update Garnix targets to openclaw outputs; wrap openclaw CLI and keep moltbot alias
Why: rename drift broke CI + openclaw binary expectation
Tests: not run (CI config change)
2026-01-30 15:05:40 +01:00
DJTBOT
39537a4667
🐛 fix: rename moltbot → openclaw in CI workflows
2026-01-30 14:53:48 +01:00
DJTBOT
0180669804
🐛 fix: align generated config options header casing
2026-01-30 14:49:45 +01:00
DJTBOT
635d66ed36
🐛 fix: allow openclaw org in flake lock owners check
2026-01-30 14:47:59 +01:00
DJTBOT
0ce886ed60
🐛 fix: accept both OpenClawSchema and MoltbotSchema during transition
...
Pinned source still uses MoltbotSchema. Accept either name so the
config options guard passes until Yolo Update Pins bumps the source.
2026-01-30 14:46:53 +01:00
DJTBOT
aceaf7acf8
🐛 fix: rename MoltbotSchema → OpenClawSchema in config generator
...
Upstream renamed the export; update-pins failed with 'MoltbotSchema not found'.
2026-01-30 14:36:32 +01:00
DJTBOT
9d8bafc4a8
🔄 rebrand: moltbot → openclaw
...
Rename all packages, modules, scripts, docs from moltbot to openclaw.
- Packages: moltbot-gateway → openclaw-gateway, moltbot → openclaw
- Binary: mainProgram now 'openclaw' (matches upstream package.json)
- Modules: homeManagerModules.openclaw, darwinModules.openclaw
- Programs: programs.openclaw
- Paths: ~/.openclaw, /tmp/openclaw, lib/openclaw
- Env vars: OPENCLAW_LOG_DIR, OPENCLAW_RELOAD_HM_CMD
- Launchd: com.steipete.openclaw.*
- Plugin API: openclawPlugin
- Kept: CLAWDBOT_* env vars (upstream still uses these)
- Kept: upstream source patch match string in gateway-postpatch.sh
Tests: not run locally (x86_64-linux; CI will validate)
2026-01-30 14:34:49 +01:00
DJTBOT
8ff02aae16
Checks: run gateway tests only in Nix CI
...
What: drop unit test suite from gateway-tests check; run only gateway config
Why: keep Garnix + Cache Only fast (~30s) while upstream CI covers unit tests
Tests: not run (CI config change)
2026-01-29 22:23:08 +01:00
DJTBOT
94e1f7f785
🤖 nix: package gateway extensions
...
Copy extensions/ into moltbot-gateway output so bundled plugins are discoverable.
Tests: nix flake check
2026-01-29 22:03:35 +01:00
DJTBOT
c1b8726a61
CI: retrigger Garnix checks
...
What: empty commit to retrigger Garnix and cache-only guards
Why: Garnix quota reset; need fresh check run
Tests: not run (CI trigger)
2026-01-29 21:57:16 +01:00
DJTBOT
6a6ca672e5
CI: run cache/config guards after yolo pins
...
What: trigger Cache Only + Config Options Guard via workflow_run on Yolo Update Pins
Why: Yolo uses GITHUB_TOKEN so push workflows don't fire; ensures guardrails run on pin bumps
Tests: not run (CI config change)
2026-01-29 21:37:29 +01:00
moltbot-ci
c7b2cd9177
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 19:41:04 +00:00
moltbot-ci
b8625be321
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 17:54:09 +00:00
DJTBOT
9bcb3cbfd0
Pins: unpack prefetched source tarball in update-pins
...
What: handle prefetched tarball store paths when regenerating config options
Why: nix store prefetch-file now returns tarball path even with --unpack
Tests: not run (script change)
2026-01-29 18:18:44 +01:00
DJTBOT
d85e066174
Checks: keep unit tests serial in cache-only
...
What: run unit tests with 1 worker, gateway tests with 2 workers
Why: unit suite uses process.chdir so parallel workers flake; still speed gateway suite
Tests: not run (CI config change)
2026-01-29 18:03:27 +01:00
moltbot-ci
8e95d9fb68
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 17:00:03 +00:00
DJTBOT
e2f3f067d2
Checks: run gateway tests with 2 workers
...
What: set VITEST threads/workers to 2 in gateway-tests-check.sh
Why: reduce gateway suite wall time while staying deterministic
Tests: not run (CI config change)
2026-01-29 17:43:34 +01:00
DJTBOT
e1d85dc0ff
🤖 run vitest configs directly in gateway checks
...
What:
- run unit + gateway vitest configs directly
- avoid test-parallel harness in nix gateway checks
Why:
- prevent false non-zero exits from test-parallel while keeping coverage
Tests:
- not run (CI/Garnix)
2026-01-29 13:05:42 +01:00
DJTBOT
92b6b8d85e
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 12:30:28 +01:00
DJTBOT
ef96ad4bd9
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 11:35:14 +01:00
DJTBOT
2ffe284d24
revert gateway postpatch test hacks
...
What:
- remove DNS bypass + session-lock patching from gateway postpatch
- drop test-only env overrides from gateway-tests-check
Why:
- restore clean packaging while fixing root causes upstream
Tests:
- not run (CI)
2026-01-29 10:59:33 +01:00
DJTBOT
e195659bbf
🤖 keep SSRF tests + lock cleanup stable under CI
...
What:
- only bypass DNS when using default lookup
- add async lock close fallback for tests to avoid EBADF
- enable test env flag for async lock close
Why:
- keep ssrf.pinning tests deterministic while avoiding DNS flake
- prevent file-handle GC errors during gateway tests
Tests:
- not run (CI/Garnix)
2026-01-29 10:36:44 +01:00
DJTBOT
ac09f8a99f
Merge branch 'main' of github.com:moltbot/nix-moltbot
2026-01-29 10:13:47 +01:00
DJTBOT
c47927fdb3
🤖 stabilize gateway tests + cache-only targets
...
What:
- bypass DNS lookup in SSRF resolver when MOLTBOT_DNS_BYPASS=1
- set DNS bypass env vars for gateway tests
- update cache-only workflow to moltbot package names
Why:
- fix Garnix gateway-tests in no-DNS environments
- keep cache-only checks aligned with renamed packages
Tests:
- not run (CI/Garnix)
2026-01-29 10:13:36 +01:00
moltbot-ci
77be9be950
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 07:54:02 +00:00
moltbot-ci
fad6d2db04
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 07:06:42 +00:00
moltbot-ci
b21fb6732c
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 05:58:48 +00:00
moltbot-ci
0a554a9304
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 04:50:19 +00:00
moltbot-ci
2fbf5953e8
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-29 02:51:12 +00:00
DJTBOT
d4e65b3c8b
Merge branch 'main' of github.com:moltbot/nix-moltbot
2026-01-28 21:36:13 +01:00
DJTBOT
8bcb2b7771
🤖 refresh nix-steipete-tools input in yolo pins
...
What:
- update nix-steipete-tools flake input
- yolo update-pins now bumps nix-steipete-tools and stages flake.lock
Why:
- keep tool packaging updates flowing into nix-moltbot
Tests:
- not run (update-pins handles builds)
2026-01-28 21:36:06 +01:00
moltbot-ci
809859a8e6
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-28 16:56:23 +00:00
moltbot-ci
d7ef1bc688
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-28 15:50:23 +00:00
DJTBOT
48930e35b2
🤖 add flake.lock owner allowlist
...
What:
- add flake.lock GitHub owner allowlist + check script
- run allowlist check in config-options CI
Why:
- guard against unexpected supply-chain inputs
Tests:
- scripts/check-flake-lock-owners.sh flake.lock scripts/allowed-flake-lock-owners.txt
2026-01-28 16:09:54 +01:00
moltbot-ci
f93bbc9e13
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-28 14:46:44 +00:00
moltbot-ci
1215bc1899
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-28 13:15:42 +00:00
moltbot-ci
126860e851
🤖 codex: bump moltbot pins (no-issue)
...
What:
- pin moltbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-moltbot on latest upstream for yolo mode
Tests:
- nix build .#moltbot-gateway --accept-flake-config
- nix build .#moltbot-app --accept-flake-config
2026-01-28 11:36:17 +00:00
DJTBOT
f0482a8a0c
🤖 rename nix-moltbot surfaces to moltbot
...
What:
- rename Clawdbot modules/packages/scripts/docs to Moltbot naming
- update yolo updater + config generation for Moltbot schema
- keep Clawdbot app asset names + env exports for upstream compatibility
Why:
- align Nix packaging with moltbot org rename
- fix hourly pin update failures after schema rename
Tests:
- not run (blocked on updated nix-moltbot remote for full nixos-config build)
2026-01-28 12:21:06 +01:00
clawdbot-ci
474ee38945
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-27 02:36:43 +00:00
clawdbot-ci
d8667b9eb9
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 23:36:39 +00:00
clawdbot-ci
a094dc37c8
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 22:38:14 +00:00
clawdbot-ci
0515f49dad
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 21:38:07 +00:00
clawdbot-ci
c169dca77e
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 20:42:25 +00:00
clawdbot-ci
97a9253d28
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 19:37:24 +00:00
clawdbot-ci
ccfe25cceb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 17:45:58 +00:00
clawdbot-ci
8299d3700c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 16:52:25 +00:00
clawdbot-ci
f73c4f3352
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 15:43:22 +00:00
clawdbot-ci
9774b39ed8
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 14:45:31 +00:00
clawdbot-ci
be0871cd43
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 13:12:13 +00:00
clawdbot-ci
862ce03bc1
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 09:50:00 +00:00
clawdbot-ci
2a833efc78
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 08:53:27 +00:00
clawdbot-ci
aa6dd94d01
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 05:44:47 +00:00
clawdbot-ci
577a920795
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 04:26:24 +00:00
clawdbot-ci
a55f5a9d42
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-26 02:42:14 +00:00
clawdbot-ci
34322fe180
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 22:35:14 +00:00
clawdbot-ci
adaf6e5a3d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 21:32:54 +00:00
clawdbot-ci
57e394bd05
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 16:41:16 +00:00
clawdbot-ci
1a5e279240
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 15:34:16 +00:00
clawdbot-ci
65ebb604be
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 14:33:40 +00:00
clawdbot-ci
57aff70387
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 13:43:02 +00:00
clawdbot-ci
5966ed451f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 13:05:02 +00:00
clawdbot-ci
acfa9b363d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 11:30:38 +00:00
clawdbot-ci
d4043bc852
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 10:37:28 +00:00
clawdbot-ci
017d1639c4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 09:36:47 +00:00
clawdbot-ci
563080dd32
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 08:42:26 +00:00
clawdbot-ci
cf520225c4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 06:50:49 +00:00
clawdbot-ci
ff326cc206
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 05:41:56 +00:00
clawdbot-ci
bb25998560
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-25 04:23:59 +00:00
clawdbot-ci
3e2b3f535d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 23:32:52 +00:00
clawdbot-ci
19b116d553
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 22:34:03 +00:00
clawdbot-ci
6982258bd0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 21:30:18 +00:00
clawdbot-ci
1adc8b8784
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 20:35:25 +00:00
clawdbot-ci
4acfac4bc0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 15:36:03 +00:00
clawdbot-ci
2f999b5dd6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 14:34:08 +00:00
clawdbot-ci
36d89cfce6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 13:42:11 +00:00
clawdbot-ci
e3d84f7f83
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 13:03:12 +00:00
clawdbot-ci
d8940d79af
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 09:34:55 +00:00
clawdbot-ci
96ee33904b
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 08:41:44 +00:00
clawdbot-ci
f27ba5c774
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 07:34:00 +00:00
clawdbot-ci
978b03d6d2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 06:49:11 +00:00
clawdbot-ci
a897fea32b
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 05:37:17 +00:00
clawdbot-ci
43a9dd8029
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 04:48:59 +00:00
clawdbot-ci
23502ecbef
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 04:07:20 +00:00
clawdbot-ci
b31f11c5d1
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-24 02:25:16 +00:00
clawdbot-ci
aa60a29d38
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 20:40:57 +00:00
clawdbot-ci
c391bc2ce2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 19:35:51 +00:00
clawdbot-ci
b43b366139
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 18:53:24 +00:00
clawdbot-ci
4b59631d62
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 13:11:06 +00:00
clawdbot-ci
5b7854a11f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 10:41:24 +00:00
clawdbot-ci
002253a7c1
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 09:43:38 +00:00
clawdbot-ci
c698e4b1f2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 08:47:07 +00:00
clawdbot-ci
29c05359bb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 07:39:00 +00:00
clawdbot-ci
d4d4cda1ae
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 06:54:16 +00:00
clawdbot-ci
15b90529da
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 05:42:01 +00:00
clawdbot-ci
f2c891c9c3
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 04:13:53 +00:00
clawdbot-ci
9bd2058482
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-23 02:30:01 +00:00
clawdbot-ci
59e79489e0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-22 23:35:17 +00:00
clawdbot-ci
037f500728
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-22 22:38:50 +00:00
clawdbot-ci
bac476c46e
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-22 15:32:20 +00:00
clawdbot-ci
a17ceae49f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-22 10:54:45 +00:00
clawdbot-ci
fbbf80bc82
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-22 01:29:01 +00:00
clawdbot-ci
6a98c0db24
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 18:44:06 +00:00
clawdbot-ci
219a7a0d70
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 08:32:45 +00:00
clawdbot-ci
283efaa8be
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 07:06:46 +00:00
clawdbot-ci
92bd7cbc41
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 05:42:40 +00:00
clawdbot-ci
0e42aa5c7a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 04:15:15 +00:00
clawdbot-ci
f670e092cb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-21 02:32:52 +00:00
clawdbot-ci
46833ff14c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 20:23:36 +00:00
clawdbot-ci
3c7efa400a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 16:54:00 +00:00
clawdbot-ci
6d24fa7d58
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 15:44:25 +00:00
clawdbot-ci
73a6b4e031
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 14:51:23 +00:00
clawdbot-ci
74fa0a28b7
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 10:46:37 +00:00
clawdbot-ci
f1409e0ffa
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 07:42:46 +00:00
clawdbot-ci
7375bb7c12
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-20 06:55:35 +00:00
clawdbot-ci
9923e9d624
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 20:38:19 +00:00
clawdbot-ci
0f61d7b649
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 17:36:38 +00:00
clawdbot-ci
0239692d47
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 16:44:57 +00:00
clawdbot-ci
1cbb34544c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 15:40:53 +00:00
clawdbot-ci
7a0049ad71
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 14:46:07 +00:00
clawdbot-ci
68749030c5
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 13:13:22 +00:00
clawdbot-ci
5d3f78e315
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 10:47:50 +00:00
clawdbot-ci
57a6054319
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 09:49:54 +00:00
clawdbot-ci
233c54f861
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 07:41:08 +00:00
clawdbot-ci
7e3d57edaa
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 06:57:28 +00:00
clawdbot-ci
29dfbd7bbd
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 05:48:12 +00:00
clawdbot-ci
1036d93671
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-19 02:35:14 +00:00
clawdbot-ci
ed3d4ccbfd
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 22:33:29 +00:00
clawdbot-ci
741994d075
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 20:35:53 +00:00
clawdbot-ci
f4a6d8a03a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 17:37:00 +00:00
clawdbot-ci
f3a29413a4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 16:39:14 +00:00
clawdbot-ci
a4e91adb0f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 10:35:31 +00:00
clawdbot-ci
7297fe6b68
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 09:36:27 +00:00
clawdbot-ci
5c59ae143d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 06:48:04 +00:00
clawdbot-ci
c6a6303fc3
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 05:38:32 +00:00
clawdbot-ci
f911ddc185
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 04:14:17 +00:00
clawdbot-ci
9a2ca4d831
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-18 02:37:26 +00:00
clawdbot-ci
9db24dde7d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 23:31:17 +00:00
clawdbot-ci
1e85b70d15
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 21:29:55 +00:00
clawdbot-ci
a132299423
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 20:35:08 +00:00
DJTBOT
9cd868dc42
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 20:28:17 +01:00
DJTBOT
f7a287fb28
🤖 codex: update app pin helper + docs channel
...
What:
- accept Clawdbot/Clawdis app zip names in update-pins
- auto-fix app hash when fetchzip differs
- rename Discord channel reference in README
Why:
- upstream release assets renamed
- keep pin updates reliable
Tests:
- not run (script change only)
2026-01-17 20:28:17 +01:00
clawdbot-ci
fe14084d16
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 19:27:21 +00:00
clawdbot-ci
a3bd850b7c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 18:43:15 +00:00
DJTBOT
d5117941ec
chore: bump nix-steipete-tools input
...
- update flake lock to latest nix-steipete-tools\n\nTests: not run (lock update)
2026-01-17 19:14:15 +01:00
clawdbot-ci
fe3a3a43ae
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 17:29:18 +00:00
clawdbot-ci
8143f1f268
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 15:32:22 +00:00
clawdbot-ci
f8ff5ae0fa
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 12:59:59 +00:00
clawdbot-ci
952cddce28
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 11:28:31 +00:00
clawdbot-ci
2d91919b5a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 10:34:26 +00:00
clawdbot-ci
018152c45a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 08:40:23 +00:00
clawdbot-ci
b1c50feccc
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 07:31:36 +00:00
clawdbot-ci
c800b22372
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 06:46:10 +00:00
clawdbot-ci
ee37c1b902
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 05:33:35 +00:00
clawdbot-ci
65104b89c0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 04:42:18 +00:00
clawdbot-ci
9dd946eb98
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 04:04:20 +00:00
clawdbot-ci
5e76654299
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-17 02:22:02 +00:00
clawdbot-ci
9962f4fa1f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 23:32:14 +00:00
clawdbot-ci
5852e2ba55
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 22:35:50 +00:00
clawdbot-ci
cafcc2b4f6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 21:33:56 +00:00
clawdbot-ci
17ac212227
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 20:34:21 +00:00
clawdbot-ci
9894f37eb4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 19:29:27 +00:00
clawdbot-ci
d921a20ee3
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 16:43:55 +00:00
clawdbot-ci
c0b61a3e36
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 11:32:53 +00:00
clawdbot-ci
774f1f2be2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 10:39:47 +00:00
clawdbot-ci
506f1a06b5
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 09:39:37 +00:00
clawdbot-ci
3f0640e50f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 08:44:45 +00:00
clawdbot-ci
d5b6786bdb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 07:36:46 +00:00
clawdbot-ci
96e93f6a78
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 06:52:00 +00:00
clawdbot-ci
0b8ebe4bdb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 05:38:22 +00:00
clawdbot-ci
deb7e4093b
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 04:10:28 +00:00
clawdbot-ci
16e9b88772
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-16 02:32:14 +00:00
clawdbot-ci
9cd8f8f70d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 23:33:49 +00:00
clawdbot-ci
606c186bda
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 22:36:29 +00:00
clawdbot-ci
2334ed976c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 18:54:05 +00:00
clawdbot-ci
4e7cfd29bf
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 17:45:32 +00:00
clawdbot-ci
5965f3a751
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 11:33:28 +00:00
clawdbot-ci
f572a723eb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 10:39:51 +00:00
clawdbot-ci
e7e355acdf
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 08:48:01 +00:00
clawdbot-ci
96878e9336
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 07:37:47 +00:00
clawdbot-ci
07a8bba4c0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 06:51:53 +00:00
clawdbot-ci
e5cb14f246
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 05:40:29 +00:00
clawdbot-ci
916afd1f67
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-15 02:27:15 +00:00
clawdbot-ci
2b28b64a2e
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 20:35:19 +00:00
clawdbot-ci
72be0a9d4b
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 16:47:09 +00:00
DJTBOT
5a5382ab92
hm: auto-exclude git tool
...
What: auto-drop git from bundled toolchain when programs.git.enable.
Why: avoid git-jump buildEnv collision without user config.
Tests: not run (module change)
2026-01-14 17:43:39 +01:00
DJTBOT
a55fabb746
overlay: keep helpers nested
...
What: remove helper attrs from top-level packages and expose them under pkgs.clawdbotPackages.
Why: avoid colliding with nixpkgs arguments like withTools.
Tests: nix eval .#packages.x86_64-linux.clawdbot-tools --show-trace --accept-flake-config
2026-01-14 16:52:18 +01:00
DJTBOT
7f07d9e844
tools: allow toolchain overrides
...
What: add tool list overrides + excludes in tooling and module defaults.
Why: let downstream drop overlapping tools to avoid buildEnv collisions.
Tests: not run (packaging change)
2026-01-14 16:45:57 +01:00
clawdbot-ci
165700076d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 15:41:10 +00:00
DJTBOT
6086fae266
ci: wait for garnix in cache-only
...
What: add wait loop for Garnix check completion.
Why: avoid cache-only race before Garnix uploads substitutes.
Tests: not run (CI change)
2026-01-14 15:32:52 +01:00
DJTBOT
a5d12b62dc
tools: link only bin
...
What: restrict clawdbot-tools buildEnv to /bin.
Why: avoid libexec collisions between summarize and oracle.
Tests: not run (CI builds)
2026-01-14 15:27:47 +01:00
DJTBOT
e3c351b507
flake: bump nix-steipete-tools
...
What: update nix-steipete-tools input to 7e0aef7.
Why: pick up summarize build timeouts/logging.
Tests: not run (update only)
2026-01-14 15:09:40 +01:00
DJTBOT
380e67d793
flake: bump nix-steipete-tools
...
What: update nix-steipete-tools input to 924df42.
Why: include workspace dirs to avoid broken symlinks in summarize build.
Tests: not run (update only)
2026-01-14 14:37:47 +01:00
DJTBOT
c53f7f8a69
flake: bump nix-steipete-tools
...
What: update nix-steipete-tools input to d3f3752.
Why: drop pnpm prune to keep summarize offline in CI.
Tests: not run (update only)
2026-01-14 14:12:26 +01:00
DJTBOT
aab1c5d360
chore: update nix-steipete-tools pin
...
what: bump nix-steipete-tools for summarize offline fix
why: avoid pnpm network fetches in garnix
tests: not run (CI)
2026-01-14 13:41:42 +01:00
DJTBOT
91386cade1
ci: add cache-only check
...
what: add cache-only workflow to require substituter hits
why: fail fast when cache misses would trigger builds
tests: not run (CI)
2026-01-14 12:50:05 +01:00
clawdbot-ci
81d60db168
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 11:34:20 +00:00
DJTBOT
6bcc3b19c8
fix: drop summarize override patch
...
what: remove local override of summarize derivation
why: rely on nix-steipete-tools fix; avoid inline python and cache busting
tests: not run (CI)
2026-01-14 12:27:57 +01:00
DJTBOT
c11c1679d3
fix: restore summarize build and update tools
...
what: re-enable summarize on linux, update nix-steipete-tools pin, drop inline python patches
why: summarize now builds offline again; keep CI green
tests: not run (CI)
2026-01-14 12:18:40 +01:00
DJTBOT
24db0d7121
fix: skip summarize on linux tools
...
what: only include summarize in tool bundle on darwin
why: linux build hits npm registry fetch in sandbox
tests: not run (CI)
2026-01-14 11:55:38 +01:00
clawdbot-ci
80c35f2b92
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 10:40:23 +00:00
DJTBOT
6fbfb9f85e
fix: avoid garnix docker + summarize failures
...
what: patch docker-setup test stub for sh, strip packageManager from summarize
why: nix sandbox lacks /usr/bin/env; pnpm self-install breaks offline builds
tests: not run (CI)
2026-01-14 11:40:10 +01:00
DJTBOT
9e233c933e
fix: stabilize garnix builds
...
what: patch shell fallback, raise vitest timeout, disable pnpm self-install in summarize
why: fix garnix test failures + offline pnpm fetch
tests: not run (CI)
2026-01-14 11:25:48 +01:00
clawdbot-ci
9a864e3143
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 09:42:17 +00:00
clawdbot-ci
d4d4406694
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 06:52:22 +00:00
clawdbot-ci
402d053d49
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-14 02:33:39 +00:00
DJTBOT
74e57f7cc2
chore: retrigger garnix
...
what: empty commit to retrigger Garnix CI
why: paid plan re-enabled, need fresh build
tests: not run (CI)
2026-01-13 23:39:51 +01:00
clawdbot-ci
4a2572704f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 13:09:40 +00:00
DJTBOT
0ffec6a16a
docs: add yolo pin update guidance
...
what: document auto/manual pin flow in AGENTS
why: make yolo update expectations explicit
tests: not run (docs only)
2026-01-13 12:51:14 +01:00
clawdbot-ci
b2d9ca3390
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 11:33:26 +00:00
clawdbot-ci
c01e271d1b
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 10:39:32 +00:00
clawdbot-ci
efcd305eb7
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 09:40:49 +00:00
clawdbot-ci
134edb4370
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 08:47:36 +00:00
clawdbot-ci
6d9614abf5
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 07:37:04 +00:00
clawdbot-ci
be9df6ffa6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 06:52:09 +00:00
clawdbot-ci
d49bd038f0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 05:38:32 +00:00
clawdbot-ci
83547ea838
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-13 02:25:28 +00:00
clawdbot-ci
592d6a883d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 23:28:39 +00:00
clawdbot-ci
9a885041c8
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 22:32:10 +00:00
clawdbot-ci
a93f4bb2de
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 21:33:42 +00:00
clawdbot-ci
baca07c221
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 20:42:35 +00:00
clawdbot-ci
d7093590d5
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 19:31:03 +00:00
clawdbot-ci
7ec484c40c
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 18:50:10 +00:00
clawdbot-ci
39d305b2fd
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 17:41:43 +00:00
clawdbot-ci
1a84fd46d6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 16:42:12 +00:00
clawdbot-ci
391e8b3850
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 11:32:58 +00:00
clawdbot-ci
9ca6d7005a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 10:39:42 +00:00
clawdbot-ci
57dc9421b0
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 09:45:32 +00:00
clawdbot-ci
bef5ad5cdd
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 08:48:40 +00:00
clawdbot-ci
e05cb080b9
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 07:39:15 +00:00
clawdbot-ci
2193124c84
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 06:54:30 +00:00
clawdbot-ci
414ebd2c4d
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 05:42:15 +00:00
clawdbot-ci
9e44e91cd6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 04:18:42 +00:00
clawdbot-ci
b286ad7d8a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-12 02:33:41 +00:00
clawdbot-ci
dbe2289995
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 23:30:42 +00:00
clawdbot-ci
4fd19599d9
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 17:28:44 +00:00
clawdbot-ci
adf362efbc
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
- regenerate config options from upstream schema
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 16:01:49 +00:00
DJTBOT
4263c570c1
RFC: document plugin system and maintainer memo
2026-01-11 16:40:49 +01:00
DJTBOT
942f05228d
🤖 codex: keep config options fresh on pin bumps
2026-01-11 16:40:39 +01:00
clawdbot-ci
047d2d51c6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 13:00:34 +00:00
clawdbot-ci
89671a22eb
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 11:27:49 +00:00
clawdbot-ci
4452da5c58
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 10:34:03 +00:00
clawdbot-ci
59f42a7d9a
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 05:37:16 +00:00
clawdbot-ci
0ff6e5eee2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 04:17:26 +00:00
clawdbot-ci
3d56881d70
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-11 02:37:43 +00:00
clawdbot-ci
138ce227c2
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 23:29:59 +00:00
clawdbot-ci
939d031f27
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 21:29:05 +00:00
clawdbot-ci
be663ab271
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 20:34:03 +00:00
clawdbot-ci
d921bb0aa6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 19:25:56 +00:00
clawdbot-ci
051984fc9f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 18:42:46 +00:00
clawdbot-ci
ac2d3189b8
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 17:29:09 +00:00
DJTBOT
95412df56d
🤖 codex: fix tools path in report (no-issue)
...
What:
- Correct relative path for tools/extended.nix import.
Why:
- hm-apply failed because the previous path resolved to a non-existent location.
Tests:
- Not run (hm-apply rerun after update).
2026-01-10 18:12:39 +01:00
DJTBOT
14274f896b
🤖 codex: expand tools report (no-issue)
...
What:
- Expose toolNames from extended tool set.
- Include built-in toolchain + plugin package list in the Nix tools report appended to TOOLS.md.
Why:
- TOOLS.md should reflect all Nix-managed tools, not just plugins.
Tests:
- Not run (report generation verified via hm-apply later).
2026-01-10 18:06:58 +01:00
clawdbot-ci
e5d650aa99
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 16:37:23 +00:00
clawdbot-ci
d6aa7764ad
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 15:31:30 +00:00
clawdbot-ci
b30c413343
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 14:31:15 +00:00
DJTBOT
9f271b743c
ci: fix garnix outputs for real packages
2026-01-10 14:23:20 +01:00
clawdbot-ci
fe366c1507
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 04:43:29 +00:00
clawdbot-ci
c4cfed4c04
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 04:03:36 +00:00
clawdbot-ci
67581f5364
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-10 02:22:33 +00:00
DJTBOT
fef792766c
🤖 codex: relink test launchd plist (no-issue)
...
What:
- Ensure the relink script updates com.steipete.clawdbot.gateway.test.
Why:
- Test gateway was still pointing at an old wrapper, so new builds never took effect.
Tests:
- Not run (applied via hm-apply after update).
2026-01-10 00:54:45 +01:00
DJTBOT
3b5d066089
🤖 codex: harden strip-ansi linking (no-issue)
...
What:
- Link strip-ansi into both pi-coding-agent and the gateway root node_modules when present.
Why:
- pi-coding-agent imports strip-ansi without declaring it, causing runtime failures when pnpm doesn't hoist it.
Tests:
- Not run (Nix build performed later in nixos-config).
2026-01-10 00:48:49 +01:00
DJTBOT
3d182d0678
🤖 codex: expose configPath in instance metadata (no-issue)
...
What:
- include configPath in instanceConfig outputs for activation linking
Why:
- fix clawdbotConfigFiles activation script
Tests:
- not run (activation metadata change only)
2026-01-10 00:35:33 +01:00
DJTBOT
d7c50f53b7
🤖 codex: avoid inst.config in config merge (no-issue)
...
What:
- stop reading inst.config/cfg.config when building config JSON
Why:
- prevents missing option failures when config submodule is unset
Tests:
- not run (config merge change only)
2026-01-10 00:33:55 +01:00
DJTBOT
8d9a0f805e
🤖 codex: guard inst.config evaluation (no-issue)
...
What:
- treat inst.config as optional via tryEval before merging overrides
Why:
- avoid hard failures when config submodule defaults are undefined
Tests:
- not run (merge logic change only)
2026-01-10 00:31:43 +01:00
clawdbot-ci
117cc1f7a6
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 23:31:33 +00:00
DJTBOT
b09b0fe4a8
🤖 codex: link clawdbot.json in activation (no-issue)
...
What:
- emit per-instance config JSON to the store
- link clawdbot.json files during activation after dirs are created
Why:
- ensure config files are always present even when home.file entries are missing
Tests:
- not run (activation wiring change only)
2026-01-10 00:29:34 +01:00
DJTBOT
139b215f37
🤖 codex: write config paths relative to home (no-issue)
...
What:
- emit instance config files with home-relative targets
Why:
- ensure home-manager links clawdbot.json into the expected workspace
Tests:
- not run (config path change only)
2026-01-10 00:15:17 +01:00
DJTBOT
3c7758800b
🤖 codex: bump clawdbot source (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- update source hash + pnpm deps hash
Why:
- pick up upstream auth fix and keep nix-clawdbot current
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
2026-01-10 00:08:04 +01:00
clawdbot-ci
5cc38692b4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 22:34:06 +00:00
DJTBOT
9d4cdea64b
🤖 codex: emit new config schema
2026-01-09 23:00:41 +01:00
DJTBOT
97f1552ef0
🤖 codex: use realpath from PATH
2026-01-09 22:54:01 +01:00
DJTBOT
74e0d63404
🤖 codex: use realpath for hm launchd relink
2026-01-09 22:52:10 +01:00
DJTBOT
0d55f66f79
🤖 codex: relink launchd agents via hm profile
2026-01-09 22:50:09 +01:00
DJTBOT
a0067d81e6
🤖 codex: link strip-ansi for pi-coding-agent
2026-01-09 22:45:36 +01:00
clawdbot-ci
c612c22491
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 21:35:50 +00:00
clawdbot-ci
eb9857e164
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 20:37:05 +00:00
clawdbot-ci
3b3c6f79df
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 19:29:39 +00:00
clawdbot-ci
812f7bef2e
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 18:48:01 +00:00
clawdbot-ci
14a320461f
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 17:34:56 +00:00
DJTBOT
f85ae01ea4
🤖 codex: refresh config options for upstream (no-issue)
...
What:
- regenerate Nix config options from pinned upstream schema
Why:
- keep Garnix config-options check in sync with new upstream enum values
Tests:
- nix flake check --accept-flake-config
2026-01-09 17:58:52 +01:00
DJTBOT
4a4bd7262b
🤖 codex: gate yolo pins on non-windows CI (no-issue)
...
What:
- require upstream non-windows check runs to be green before trying a SHA
- keep local build validation in place for pnpm hash resolution
Why:
- honor yolo mode without blocking on Windows-only failures
Tests:
- nix flake check --accept-flake-config
2026-01-09 17:49:14 +01:00
DJTBOT
5e04694321
🤖 codex: rebase yolo pins before push (no-issue)
...
What:
- rebase on latest main before pushing yolo pin updates
Why:
- avoid non-fast-forward failures when main advances during the job
Tests:
- nix flake check --accept-flake-config
- ubs --diff
2026-01-09 17:43:46 +01:00
clawdbot-ci
866c2edee4
🤖 codex: bump clawdbot pins (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- refresh macOS app pin to latest release asset
- update source and app hashes
Why:
- keep nix-clawdbot on latest upstream for yolo mode
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
2026-01-09 16:42:10 +00:00
DJTBOT
a4eb80fec5
🤖 codex: skip app build on linux yolo (no-issue)
...
What:
- only build clawdbot-app on darwin during yolo updates
Why:
- linux runners don't expose clawdbot-app in flake outputs
Tests:
- nix flake check --accept-flake-config
- ubs --diff
2026-01-09 17:39:16 +01:00
DJTBOT
9125cb7cd5
🤖 codex: gate yolo pins on buildable upstream (no-issue)
...
What:
- try recent upstream SHAs until nix build succeeds
- keep pnpmDepsHash recalculation working per candidate
Why:
- allow yolo pins to advance when upstream builds (ignore unrelated CI failures)
Tests:
- nix flake check --accept-flake-config
- ubs --diff
2026-01-09 17:34:57 +01:00
DJTBOT
666839a264
🤖 codex: refresh config options (no-issue)
...
What:
- regenerate nix/generated/clawdbot-config-options.nix from pinned upstream schema
Why:
- align config-options check with latest pinned clawdbot source
Tests:
- nix flake check --accept-flake-config
- ubs --diff
2026-01-09 15:31:38 +01:00
DJTBOT
369ef04321
🤖 codex: bump clawdbot pins + fix updater (no-issue)
...
What:
- pin clawdbot source to latest upstream main
- repair yolo updater pnpmDepsHash replacement when empty
Why:
- keep yolo pins moving and prevent empty hash regressions
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix build .#clawdbot-app --accept-flake-config
- nix flake check --accept-flake-config
- ubs --diff
2026-01-09 15:22:43 +01:00
DJTBOT
ee70a64327
🤖 codex: avoid grep pipefail exit (no-issue)
...
What:
- tolerate missing pnpm hash in build log
Why:
- ensure updater prints build errors instead of exiting silently
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:48:19 +01:00
DJTBOT
b65353e3cb
🤖 codex: log pnpm hash failures (no-issue)
...
What:
- log pnpmDepsHash mismatch and print tail of build logs on failure
Why:
- surface actionable errors from the yolo updater
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:45:22 +01:00
DJTBOT
69b12f1749
🤖 codex: fix app asset selection + build logging (no-issue)
...
What:
- avoid selecting dSYM zips for the macOS app
- surface build logs if pnpmDepsHash validation fails
Why:
- keep yolo updater resilient and diagnosable
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:42:43 +01:00
DJTBOT
41c3d65199
🤖 codex: add updater logging (no-issue)
...
What:
- add progress logging to the yolo updater steps
Why:
- make CI failures diagnosable in workflow logs
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:39:51 +01:00
DJTBOT
953ad0bd6f
🤖 codex: guard updater network calls (no-issue)
...
What:
- handle ls-remote and release API failures gracefully
Why:
- make yolo updater errors visible in CI logs
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:36:46 +01:00
DJTBOT
206210417d
🤖 codex: prefetch unpacked hashes (no-issue)
...
What:
- prefetch unpacked hashes for source tarball and app zip
Why:
- match fetchFromGitHub/fetchzip hashing semantics
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:33:40 +01:00
DJTBOT
205efa7648
🤖 codex: pick latest app release with asset (no-issue)
...
What:
- select the latest release that includes a Clawdis zip asset
Why:
- avoid updater failures when the newest release lacks app artifacts
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:31:16 +01:00
DJTBOT
3f5d60e433
🤖 codex: fix updater replacements (no-issue)
...
What:
- use safe perl delimiters for hash/url replacements
Why:
- prevent CI failures when hashes contain slashes
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:29:37 +01:00
DJTBOT
9a0a2f746f
🤖 codex: harden yolo updater (no-issue)
...
What:
- make prefetch steps explicit and parse via jq
- add nix-command feature flags and clearer error output
Why:
- fix CI failures resolving source/app hashes
Tests:
- nix flake check --accept-flake-config
2026-01-09 11:27:45 +01:00
DJTBOT
7b4ffc2443
🤖 codex: add yolo pin updater (no-issue)
...
What:
- add hourly GitHub Action to update clawdbot source/app pins
- add updater script to resolve main SHA, release asset, and hashes
Why:
- keep nix-clawdbot tracking upstream main automatically
Tests:
- nix flake check --accept-flake-config
2026-01-09 01:34:14 +01:00
DJTBOT
0220107744
🤖 codex: update flake inputs + fix overlay (no-issue)
...
What:
- update flake.lock inputs (nixpkgs, home-manager, nix-steipete-tools)
- keep overlay signature compatible with nixpkgs + flake checks (final/prev positional)
Why:
- bring upstream inputs forward and restore flake check validity
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix flake check --accept-flake-config
2026-01-08 23:35:33 +01:00
DJTBOT
a362627499
🤖 codex: expose plugin packages on PATH (no-issue)
2026-01-08 22:10:00 +01:00
DJTBOT
635fd2a9c5
🤖 codex: bump clawdbot source pin (no-issue)
...
What:
- pin clawdbot source to upstream main commit 58a9e3523379db10983da6dd71e7d9e6a62da2c8
- update fixed-output hash for the new source tarball
Why:
- keep nix-clawdbot in sync with upstream main
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix flake check --accept-flake-config (fails: overlay does not take an argument named 'final')
2026-01-08 21:29:16 +01:00
DJTBOT
efffc7b4a7
🤖 codex: bump clawdbot source pin (no-issue)
...
What:
- pin clawdbot source to upstream main commit cc94db458c254a0dbe753c2031715f2863263464
- update fixed-output hash for the new source tarball
Why:
- track upstream main per request
Tests:
- nix build .#clawdbot-gateway --accept-flake-config
- nix flake check --accept-flake-config (fails: overlay does not take an argument named 'final')
2026-01-08 19:44:25 +01:00
DJTBOT
8ce14dcd98
Update pin to latest clawdbot main
2026-01-08 15:22:19 +01:00
DJTBOT
4e69490d4b
Fix config-options check and regen options
2026-01-07 19:31:37 +01:00
DJTBOT
e0ca9e3885
Update clawdbot pin and generate config options
2026-01-07 18:59:37 +01:00
DJTBOT
d6ba4a08ab
Fix config drift and add schema sync check
2026-01-07 18:15:32 +01:00
DJTBOT
23d9932141
Fix clawdbot app fetchzip hash
2026-01-07 16:58:55 +01:00
DJTBOT
bad94c1b40
Simplify CI to stable Linux+macOS builds
2026-01-07 16:55:30 +01:00
DJTBOT
3e144b1c02
Restore agent-first quick start
2026-01-07 16:26:58 +01:00
DJTBOT
e29865d99e
Fix gateway tests and add Linux systemd support
2026-01-07 16:25:27 +01:00
DJTBOT
b66501789e
nix: collapse tools into single package
2026-01-07 15:54:02 +01:00
DJTBOT
2aaf9b47a6
ci: disable docker publish on push
2026-01-07 15:49:32 +01:00
DJTBOT
0f87f8d7a8
ci: focus garnix on stable darwin + x86_64-linux
2026-01-07 15:47:28 +01:00
DJTBOT
eebd40141d
nix: fix gateway-tests env
2026-01-07 15:41:41 +01:00
DJTBOT
62953dc185
nix: prune prod deps and narrow shebang patching
2026-01-07 15:29:05 +01:00
DJTBOT
8021219372
nix: package set, canary pin, and build fixes
2026-01-07 15:11:39 +01:00
DJTBOT
b728b1490a
Fix script shebangs for Nix builds
2026-01-07 12:44:54 +01:00
DJTBOT
f2035767e9
Update clawdbot gateway packaging
2026-01-07 12:07:40 +01:00
DJTBOT
c5dcd7d3ed
Fix pnpm offline + sharp install in gateway
2026-01-07 11:41:54 +01:00
DJTBOT
75a3e60c1a
Fetch pnpm deps with target platform settings
2026-01-07 11:06:12 +01:00
DJTBOT
298e659be5
Strip packageManager to avoid pnpm downloads
2026-01-07 11:00:51 +01:00
DJTBOT
37396f2785
Disable pnpm self-update during build
2026-01-07 10:58:13 +01:00
DJTBOT
ff62306bd9
Make clawdbot-gateway build offline + enable Garnix packages
2026-01-07 10:55:49 +01:00
DJTBOT
9c0986749b
Add default Opus + max thinking config
...
Set global default model to anthropic/claude-opus-4-5 and default thinking
level to high ("max"), with per-instance overrides. Wire these defaults into
generated agent config so they propagate to the gateway.
Tests: not run
2026-01-05 17:38:34 +01:00
DJTBOT
15eef31051
Fix clawdbot source hash
2026-01-05 01:25:58 +01:00
DJTBOT
28a30a6adc
point clawdbot to path-env fix
...
what: update clawdbot source rev to 4442e0d6
why: preserve process PATH for bash tool
tests: not run
2026-01-05 01:19:51 +01:00
DJTBOT
e05b7734e4
update clawdbot pnpm deps hash
...
what: refresh pnpmDeps hash for gateway build
why: clawdbot deps changed in aa45f512
tests: nix build .#clawdbot-gateway (hash capture)
2026-01-05 01:08:36 +01:00
DJTBOT
f5cbd91308
fix clawdbot source hash
...
what: update clawdbot source hash for aa45f512
why: fixed-output mismatch during build
tests: not run
2026-01-05 01:04:57 +01:00
DJTBOT
2d87df87a0
pin clawdbot sessions fix
...
what: bump clawdbot source to aa45f512
why: honor CLAWDBOT_STATE_DIR for session isolation
tests: not run
2026-01-05 00:51:41 +01:00
DJTBOT
8b85e51008
docs: surface plugin ease as key Nix benefit
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 00:28:23 +01:00
DJTBOT
82db5da92c
docs: add Requirements section and clarify flow
...
- Add Requirements section making clear Nix must be installed first
- Link to Determinate Nix docs
- Include install command for those without Nix
- Add note to Plugins section: complete Quick Start first
Addresses user feedback about unclear ordering.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 00:26:05 +01:00
DJTBOT
8e5eb36b34
docs: move comic into collapsible section
...
Keeps the top of README clean while rewarding curious readers.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 00:12:05 +01:00
DJTBOT
5bd04585e2
docs: restructure README for newcomers
...
- Add table of contents and "Why Nix?" section explaining value prop
- Add "How It Works" section with Gateway/Plugins/Skills concepts
- Reorganize Quick Start with agent-first primary, manual in collapsible
- Split Plugins section into users (first-party, community) vs developers
- Move Docker/dual-instance to Advanced section
- Add "What Clawdbot needs" minimal requirements
- Simplify plugin config examples with human-readable values
- Add note that users' agents handle config, not users directly
- Document bootstrap ritual in onboarding flow
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 00:03:23 +01:00
DJTBOT
3f546e87f8
🤖 codex: relink from nix store only
2026-01-04 23:08:06 +01:00
DJTBOT
95498aca1b
🤖 codex: fix relink glob fallback
2026-01-04 23:00:02 +01:00
DJTBOT
e4f986aa42
🤖 codex: relink prod launchd agent
2026-01-04 22:40:57 +01:00
DJTBOT
9796b3d388
Build and push multi-arch docker tags
2026-01-04 22:24:58 +01:00
DJTBOT
2a72300933
🤖 codex: fix required env check
2026-01-04 22:22:44 +01:00
DJTBOT
67f8252709
Use arm64 runner for docker build in CI
2026-01-04 21:55:17 +01:00
DJTBOT
f24d5da407
Source nix-daemon profile after install
2026-01-04 21:09:50 +01:00
DJTBOT
c67917ef10
Fix determinate nix installer flags
2026-01-04 20:51:11 +01:00
DJTBOT
584e6a5471
Build aarch64 docker image via single-user Nix
2026-01-04 20:42:51 +01:00
DJTBOT
0397a84046
🤖 codex: relink launchd using hm generation (no-issue)
2026-01-04 19:48:43 +01:00
DJTBOT
e3a5fe9c40
Use arm64 runner for docker build
2026-01-04 19:23:58 +01:00
DJTBOT
83f5170c67
🤖 codex: document gateway ui assets build (no-issue)
2026-01-04 19:14:17 +01:00
DJTBOT
f485e722ac
Use grep for rev parsing in CI
2026-01-04 19:11:57 +01:00
DJTBOT
a116bd794d
Make Nix install non-interactive in CI
2026-01-04 19:11:02 +01:00
DJTBOT
5523b51113
Fix GH Actions workflow rev parsing
2026-01-04 19:10:09 +01:00
DJTBOT
24c12d4228
Fix workflow yaml indentation
2026-01-04 19:06:03 +01:00
DJTBOT
84dda6ee7c
Use ubuntu-latest runner for docker publish
2026-01-04 19:02:27 +01:00
DJTBOT
9fb8a5058a
Run docker publish on arm runner without external actions
2026-01-04 19:01:37 +01:00
DJTBOT
5ede5cd8e9
Fix workflow frontmatter
2026-01-04 18:59:54 +01:00
DJTBOT
d7b8a5cd4f
Publish docker image to GHCR
2026-01-04 18:54:41 +01:00
DJTBOT
fd4e93a691
Improve docker env defaults and docs
2026-01-04 18:47:01 +01:00
DJTBOT
6e7dff5e10
Set default CA certs for docker gateway
2026-01-04 18:29:09 +01:00
DJTBOT
80cefb8c53
🤖 codex: build clawdbot UI assets (no-issue)
2026-01-04 18:24:56 +01:00
DJTBOT
c9922d289a
Improve docker image streaming and config compat
2026-01-04 18:22:28 +01:00
DJTBOT
19215a13b4
Allow linux gateway builds for docker image
2026-01-04 18:17:13 +01:00
DJTBOT
f30407ad6e
🤖 codex: fix plugin PATH + relink (no-issue)
2026-01-04 18:13:21 +01:00
DJTBOT
a192e17a21
🤖 codex: add CLAWDIS env vars (no-issue)
2026-01-04 18:09:37 +01:00
DJTBOT
e05b8c6613
Add Nix-built Docker POC for clawdbot
2026-01-04 16:43:48 +01:00
DJTBOT
9bd58fbc53
🤖 codex: update first-party repo rename (no-issue)
...
what: point first-party sources at nix-steipete-tools with new rev+narHash
why: repo moved; keep pure getFlake
tests: not run
2026-01-04 16:40:13 +01:00
DJTBOT
bbddb7be5a
🤖 codex: pin first-party plugin sources (no-issue)
...
what: add rev+narHash for nix-stepiete-tools first-party plugins
why: allow pure eval without unlocked getFlake
tests: not run
2026-01-04 16:37:16 +01:00
DJTBOT
46df79cc9e
🤖 codex: add first-party plugin toggles (no-issue)
...
what: expose firstParty.* switches for nix-stepiete-tools plugins with sensible defaults
why: provide batteries-included plugins without forcing user config
tests: not run
2026-01-04 14:50:20 +01:00
DJTBOT
c4ebe81f55
🤖 codex: document built-in plugins in examples (no-issue)
...
what: reference nix-stepiete-tools in README plugin examples
why: show built-in plugin wiring alongside custom plugins
tests: not run
2026-01-04 14:46:12 +01:00
DJTBOT
5ef371c446
🤖 codex: move launchd relink into module (no-issue)
...
what: add module-owned launchd relink script and activation hook
why: keep launchd behavior inside nix-clawdbot, keep nixos-config declarative
tests: not run
2026-01-04 14:44:10 +01:00
DJTBOT
74a68ad6a9
🤖 codex: fix out-of-store symlink helper (no-issue)
...
What:
- Use config.lib.file.mkOutOfStoreSymlink (HM lib) for skill symlinks
Why:
- Avoid missing lib.file in nixpkgs lib
Tests:
- Not run (nix module change)
2026-01-04 14:13:43 +01:00
DJTBOT
97f98fb701
🤖 codex: symlink skills out-of-store (no-issue)
...
What:
- Use out-of-store symlinks for skill sources in symlink mode
Why:
- Allow live repo skills under pure evaluation
Tests:
- Not run (nix module change)
2026-01-04 14:12:42 +01:00
DJTBOT
be5c2a8e37
🤖 codex: relax skills source assertions (no-issue)
...
What:
- Remove missing-source assertion for skills to allow live repo symlinks
Why:
- Avoid false failures under pure evaluation while keeping live skills
Tests:
- Not run (nix module change)
2026-01-04 14:11:15 +01:00
DJTBOT
c93a4c7996
🤖 codex: add declarative skills wiring (no-issue)
...
What:
- Add programs.clawdbot.skills option and install skills into instance workspaces
- Move plugin skills into workspace/skills for each instance
- Add assertions for missing skill sources + duplicate names
Why:
- Keep skills wiring inside nix-clawdbot and align load paths with workspaces
Tests:
- Not run (nix module change)
2026-01-04 14:05:32 +01:00
DJTBOT
d7d78e5120
Fix tools outputs as derivations
2026-01-04 13:04:29 +01:00
DJTBOT
97127c98fe
Rename clawdis to clawdbot everywhere
2026-01-04 13:00:10 +01:00
DJTBOT
82ee44aea4
Rename to nix-clawdbot and update references
2026-01-04 12:56:07 +01:00
DJTBOT
c3c7a86cef
🤖 codex: add clawdis-reload helper (no-issue)
2026-01-04 12:50:22 +01:00
DJTBOT
eb6d8c706c
🤖 codex: disable imsg by default and require confirm
2026-01-03 23:54:48 +01:00
DJTBOT
cd5c41d0d8
fix: launchd gateway args + empty plugin dirs
2026-01-03 23:39:17 +01:00
DJTBOT
69673654bd
🤖 codex: limit garnix checks to apple silicon
2026-01-03 23:33:45 +01:00
DJTBOT
3345dabce2
🤖 codex: update pnpm deps hash (n/a)
2026-01-03 23:00:05 +01:00
DJTBOT
21dce3e639
🤖 codex: note macos-only scope in readme
2026-01-03 22:52:23 +01:00
DJTBOT
8f232da65c
🤖 codex: refresh clawdis source hash (n/a)
2026-01-03 22:52:15 +01:00
DJTBOT
7139587a42
🤖 codex: avoid pkgs.src auto-injection (n/a)
2026-01-03 22:49:45 +01:00
DJTBOT
5164a4e2d6
🤖 codex: add lightweight garnix checks
2026-01-03 22:47:09 +01:00
DJTBOT
1b75b75a4b
🤖 codex: fix plugin env assertion message (n/a)
2026-01-03 22:44:53 +01:00
DJTBOT
a1fa532d72
🇺🇸 DJTBOT: update comic to 2x2 layout with fixed speech bubbles
...
Rearranged from 4x1 to 2x2 grid for better readability.
Fixed 'Me neither.' bubble to have spiky edges matching other responses.
Co-Authored-By: DJTBOT <clawdis@local>
2026-01-03 22:42:18 +01:00
DJTBOT
4259edd5a8
🇺🇸 DJTBOT: add 'On declarative build systems' comic to README
...
Tremendous meme based on the classic howfuckedismydatabase.com comic.
Explains the Nix installation experience PERFECTLY - believe me!
Co-Authored-By: DJTBOT <clawdis@local>
2026-01-03 22:29:03 +01:00
DJTBOT
35cdacc550
🤖 codex: nix-clawdis plugins + docs
2026-01-03 21:42:41 +01:00
DJTBOT
1efb737061
🤖 codex: per-instance app install options (n/a)
2026-01-03 14:15:00 +01:00