fix: enforce UTC for one-time scheduled tasks#45
Closed
chidev wants to merge 1 commit intoqwibitai:mainfrom
Closed
fix: enforce UTC for one-time scheduled tasks#45chidev wants to merge 1 commit intoqwibitai:mainfrom
chidev wants to merge 1 commit intoqwibitai:mainfrom
Conversation
Enforces Z suffix on once-type schedule values to prevent timezone confusion. Updates tool descriptions and validation in both the agent-runner and main router. Cherry-picked from upstream PR qwibitai#21.
Author
|
Closing - premature submission, will resubmit after review |
eja-git
pushed a commit
to eja-git/nanoclaw
that referenced
this pull request
Mar 14, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
om10001
pushed a commit
to om10001/nanoclaw
that referenced
this pull request
Mar 19, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
hamiz-ahmed
pushed a commit
to hamiz-ahmed/nanoclaw
that referenced
this pull request
Mar 24, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
SungWoon
pushed a commit
to SungWoon/nanoclaw
that referenced
this pull request
Mar 27, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
kenansun-dev-bot Bot
pushed a commit
to kenansun-dev/nanoclaw-github-copilot
that referenced
this pull request
Apr 12, 2026
normalizeChats was defined but never called in loadConfig. Config with grouped chats (telegram: [...], teams: [...]) was not converted to flat JID-keyed format, causing all paired chats to be treated as unregistered. 336/336 tests pass. Co-authored-by: Kenan Rpi5 Claw <rpi5-claw@nanoclaw.dev>
dm-j
pushed a commit
to dm-j/nanoclaw
that referenced
this pull request
Apr 13, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
jeonwonje
pushed a commit
to jeonwonje/nanoclaw
that referenced
this pull request
Apr 18, 2026
…nd-filter fix: only skip /chatid and /ping, let other / messages through
mzenko
added a commit
to mzenko/nanoclaw
that referenced
this pull request
Apr 26, 2026
- container/{ha-mcp,playwright-mcp,workspace-mcp}/ — Caddy-gated HTTP MCPs
on the shared `nanoclaw` docker network, ported verbatim from the v1 fork
(no upstream v2 sidecar spec exists)
- src/sidecars.ts — host-side ensureSidecars() runs each start.sh on boot,
creates the docker network, gates each sidecar on its required .env vars
- container/agent-runner: register HTTP mcpServers entries gated on bearer
token presence; allow mcp__{homeassistant,playwright,workspace}__*
- src/container-runner.ts: pass the three bearer tokens via -e and attach
the agent container to the nanoclaw network when any sidecar is wired
Sidecars stay shared across the host (one ha-mcp serves every agent group);
per-session isolation lives at the agent layer.
mzenko
added a commit
to mzenko/nanoclaw
that referenced
this pull request
Apr 26, 2026
OneCLI's applyContainerConfig sets HTTPS_PROXY but not NO_PROXY, so the SDK's HTTP MCP client tunneled http://ha-mcp:8000/mcp through OneCLI and silently dropped the connection. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ensures one-time scheduled tasks use UTC timezone consistently to prevent timezone-related scheduling bugs.
Related Issue
Related to #21
Test Plan
Notes
Ported from lev-os fork.