Skip to main content
v1.2.34
FixSkillChannel
2026-03-25
  • Added /add-emacs channel skill (contributed by @kenbolton)
  • Fixed mount-allowlist preservation — /setup no longer overwrites existing mount-allowlist.json (contributed by @akasha-scheuermann)
  • Fixed Telegram migration backfill to default chats as direct messages instead of groups (contributed by @RichardCao)
  • Fixed CI workflows to skip bump-version and update-tokens on forks (contributed by @shawnyeager)
v1.2.33
Fix
2026-03-25
  • Fixed container mounts to include group folder and sessions directory (contributed by @kenbolton)
v1.2.32
FeatureSkillFix
2026-03-25
  • Added /channel-formatting skill — channel-aware text formatting for WhatsApp, Telegram, Slack, and Signal
  • Fixed per-group trigger pattern matching — each group can now define its own trigger word (contributed by @mrbob-git)
  • Fixed loginctl enable-linger so systemd user service survives SSH logout (contributed by @IYENTeam)
  • Clarified WhatsApp phone number prompt to prevent auth failures (contributed by @ingyukoh)
  • Added Telegram forum topics contributor (contributed by @flobo3)
v1.2.31
Fix
2026-03-25
  • Fixed isMain-based CLAUDE.md template selection during runtime group registration
v1.2.30
Fix
2026-03-25
  • Fixed CLAUDE.md template copy when registering groups via IPC (contributed by @ingyukoh)
  • Fixed diagnostics to use explicit Read tool directive for pickup instructions (contributed by @Koshkoshinsk)
v1.2.29
Feature
2026-03-25
  • Added task scripts — scheduled tasks can now run a pre-execution bash script that conditionally wakes the agent via wakeAgent JSON contract (contributed by @gabi-simons)
v1.2.28
Fix
2026-03-25
  • Fixed agent-runner source cache to refresh based on file modification time instead of copying once at startup
v1.2.27
Maintenance
2026-03-25
  • Removed accidentally merged Telegram channel code from main
  • Removed Grammy dependency and pinned better-sqlite3@11.10.0 and cron-parser@5.5.0
  • Removed auto-sync GitHub Actions
v1.2.26
Fix
2026-03-25
  • Enabled loginctl linger during setup so systemd user service survives SSH logout
  • Clarified WhatsApp phone number prompt format (digits only, no + prefix)
  • Added CLAUDE.md template copy during IPC group registration
v1.2.25
Fix
2026-03-24
  • Fixed timezone validation to prevent crash on POSIX-style TZ values — now validates IANA identifiers and falls back to UTC
  • Expanded fork sync auto-resolve patterns and added missing forks to dispatch list
v1.2.24
Fix
2026-03-24
  • Fixed diagnostics prompt not being shown to user (contributed by @Koshkoshinsk)
  • Added auto-resolve for package-lock.json, badge, and version conflicts during fork sync
v1.2.23
MaintenanceSkill
2026-03-24
  • Added /use-native-credential-proxy skill — opt-in restoration of the built-in .env-based credential proxy for users who prefer it over OneCLI
  • Removed dead src/credential-proxy.ts code (unused since v1.2.22)
  • Updated token count to 39.8k tokens (20% of context window)
  • Upgraded Zod dependency from v3 to v4 (^4.3.6)
v1.2.22
Maintenance
2026-03-24
  • Replaced credential proxy with OneCLI gateway for container credential injection
  • Updated token count to 40.7k tokens (20% of context window)
v1.2.21
Feature
2026-03-22
  • Added opt-in diagnostics via PostHog — collects anonymous system info (OS, architecture, version, selected channels) during /setup and /update-nanoclaw with explicit user consent
  • Three-option prompt: Yes (send once), No (skip), Never ask again (permanently opt out)
  • No runtime telemetry — diagnostics run only in skill workflows, not in the application itself
v1.2.20
Maintenance
2026-03-21
  • Added ESLint configuration with error-handling rules across the codebase
v1.2.19
Fix
2026-03-19
  • Reduced docker stop timeout for faster container restarts (-t 1 flag — containers are stateless)
v1.2.18
SecurityChannel
2026-03-19

Security

  • User prompt content is no longer logged on container errors — only input metadata (prompt length, session ID)

Channel

  • Added Japanese README translation
v1.2.17
Feature
2026-03-18
  • Added read-only /capabilities and /status container-agent skills
v1.2.16
Fix
2026-03-18
  • Tasks snapshot now refreshes immediately after IPC task mutations (contributed by @mbravorus)
v1.2.15
Fix
2026-03-16
  • Fixed remote-control prompt auto-accept to prevent immediate exit
  • Added KillMode=process so remote-control survives service restarts (contributed by @gabi-simons)
v1.2.14
Feature
2026-03-14
  • Added /remote-control command for host-level Claude Code access from within containers
v1.2.13
FeatureBreaking
2026-03-14
Major architecture change: skills are now git branches, channels are separate fork repos.

Features

  • Skills live as skill/* git branches merged via git merge — no more marketplace or plugin system
  • Added Docker Sandboxes announcement and manual setup guide
  • Added nanoclaw-docker-sandboxes to fork dispatch list

Breaking

  • Skills are no longer installed via marketplace or plugin commands — use git merge workflow

Fixes

  • Fixed setup registration to use initDatabase/setRegisteredGroup with correct CLI commands
  • Auto-resolve package-lock conflicts when merging forks
  • Bumped claude-agent-sdk to ^0.2.76
v1.2.12
FeatureSecurity
2026-03-08

Features

  • Added /compact skill for manual context compaction

Security

  • Enhanced container environment isolation via credential proxy — API keys injected at runtime via local proxy instead of environment variables
v1.2.11
FeatureChannelFix
2026-03-08

Features

  • PDF reader skill: Read and analyze PDF attachments
  • Image vision skill: Image analysis for WhatsApp
  • WhatsApp reactions skill: Emoji reactions and status tracker

Fixes

  • Fixed task container to close promptly when agent uses IPC-only messaging
  • Fixed WhatsApp pairing code written to file for immediate access
  • Fixed WhatsApp DM-with-bot registration to use sender’s JID
v1.2.10
FixPerformance
2026-03-06
  • Added LIMIT to unbounded message history queries for better performance
v1.2.9
FeatureFix
2026-03-06

Features

  • Agent prompts now include timezone context for accurate time references

Fixes

  • Fixed voice-transcription skill dropping WhatsApp registerChannel call
v1.2.8
Fix
2026-03-06
  • Fixed misleading send_message tool description for scheduled tasks
v1.2.7
Feature
2026-03-06
  • Added /add-ollama skill for local model inference
  • Added update_task tool and return task ID from schedule_task
v1.2.6
Fix
2026-03-04
  • Updated claude-agent-sdk to 0.2.68
v1.2.5
Fix
2026-03-04
  • CI formatting fix
v1.2.4
Fix
2026-03-04
  • Fixed _chatJid rename to chatJid in onMessage callback
v1.2.3
FeatureSecurity
2026-03-04
  • Added sender allowlist for per-chat access control to restrict who can interact with the agent
v1.2.2
FeatureFix
2026-03-04

Features

  • Added /use-local-whisper skill for local voice transcription
  • Atomic task claims prevent scheduled tasks from executing twice

Fixes

  • Fixed WhatsApp messages.upsert error handling
v1.2.1
Fix
2026-03-02
  • Version bump (no functional changes)
v1.2.0
FeatureBreakingChannel
2026-03-02
Major release introducing multi-channel architecture. WhatsApp is no longer hardcoded — all channels self-register via a channel registry.

Features

  • Channel registry: Channels self-register at module load time via registerChannel() factory pattern
  • isMain flag: Explicit boolean replaces folder-name-based main group detection
  • Channel-prefixed group folders: Groups use whatsapp_main, telegram_family-chat convention to prevent cross-channel collisions
  • Unconfigured channels now emit WARN logs naming the exact missing variable

Breaking

  • WhatsApp moved to skill: No longer part of core — apply with /add-whatsapp
  • ENABLED_CHANNELS removed: Orchestrator uses getRegisteredChannelNames(); channels detected by credential presence
  • All channel skills simplified: No more *_ONLY flags — all use self-registration pattern

Fixes

  • Prevent scheduled tasks from executing twice when container runtime exceeds poll interval

Migration

Existing WhatsApp users: run /add-whatsapp in Claude Code CLI after updating.
v1.1.6
Fix
2026-03-01
  • Added CJK font support (fonts-noto-cjk) for Chromium screenshots (contributed by @neocode24)
v1.1.5
Fix
2026-03-01
  • Fixed wrapped WhatsApp message normalization before reading content
v1.1.4
Feature
2026-03-01
  • Added third-party model support — use models beyond Claude
  • Added /update-nanoclaw skill for syncing customized installs with upstream (replaces old /update)
  • Added Husky and format:fix script for consistent formatting
v1.1.3
FeatureChannel
2026-02-25
Biggest pre-1.2 release — added Slack channel, refactored Gmail, and improved CI.

Features

  • Added /add-slack skill
  • Restructured add-gmail skill for new architecture with graceful startup when credentials missing
  • Removed deterministic caching from skills engine
  • Added .nvmrc specifying Node 22
  • CI optimization, logging improvements, and codebase formatting
  • Added CONTRIBUTORS.md and CODEOWNERS

Fixes

  • Fixed WhatsApp QR data handling
  • Rebased core skills (Telegram, Discord, voice) to latest main
v1.1.2
Fix
2026-02-24
  • Improved error handling for WhatsApp Web version fetch (follow-up to v1.1.1)
v1.1.1
FeatureFix
2026-02-24

Features

  • Added official Qodo skills and codebase intelligence
  • Rewrote README for broader audience

Fixes

  • Fixed WhatsApp 405 connection failures via fetchLatestWaWebVersion
v1.1.0
FeatureSecurity
2026-02-23

Features

  • Added /update skill to pull upstream changes from within Claude Code
  • Replaced ‘ask the user’ with AskUserQuestion tool in skills

Security

  • Fixed critical skills path-remap root escape (including symlink traversal)

Fixes

  • Fixed empty messages from polling queries
  • Fixed fallback name from ‘AssistantNameMissing’ to ‘Assistant’
Last modified on March 26, 2026