Skip to content

Releases: sinedied/cawpilot

Release list

1.0.0

Choose a tag to compare

@sinedied sinedied released this 31 Mar 16:05

1.0.0 (2026-03-31)

Bug Fixes

  • clarify instruction for sending progress updates (28bc126)
  • correct branch prefix from 'caw-' to 'cp-' for consistency (30ca643)
  • correct service name from 'app' to 'cawpilot' in azure.yaml (750fb58)
  • Dockerfile (991f36a)
  • handle process signals and uncaught exceptions gracefully (9f00fb2)
  • improve input handling and stabilize callback references (58f1185)
  • input sanitization and add related tests (99e3052)
  • local-tunnel skill (921c516)
  • mask Telegram Bot Token in setup channels output (4c16469)
  • multiline display in cli (f1e7057)
  • need-info task processing (6da0ae6)
  • remove global SIGINT/SIGTERM handlers for proper exit (cd497b1)
  • setup persistence configuration and logic (30e1e2a)
  • skills pre-selection during setup (73a921a)
  • streamline command handling in runStart function (b283454)
  • temp fix for copilot-sdk (4436782)
  • tweak web setup (f3643bd)
  • update .gitignore to ignore all TODO files (490cc07)
  • update database path to use 'data.sqlite' in config (06e67cd)
  • update message for saved GitHub token in setup process (6ed745c)

Features

  • add 'all' option to cancel all active tasks (d0e4bc3)
  • add 'schedule' command to retrieve scheduled tasks (e4edf7a)
  • add authentication check for Copilot CLI and SDK (83cb23b)
  • add auto-backup functionality and configure backup interval (31599db)
  • add Azure deployment (10bd40c)
  • add bootstrap completion tracking and update UI messages (bdb55e8)
  • add Docker support with build, setup, and start scripts (b7eab41)
  • add environment variable handling and docker detection, persisted github auth in docker (bf09fab)
  • add find-skills core skill (4efac89)
  • add GitHub CLI skill with commands for repo and issue management (59e9d8c)
  • add gradient text function and update setup flow (5b73a6f)
  • add help command to list available commands for users (1169d69)
  • add pino and qrcode-terminal dependencies; enhance setup (a9372f7)
  • add SKILL.md guide for creating new CawPilot skills (78229f4)
  • add soul file and related functionality for agent personality (2363314)
  • add status command to report system status and metrics (fd3be5a)
  • add support for file attachments in HTTP and Telegram channels (888289e)
  • add support for optional file attachments in messages (f54417d)
  • add updateTaskTitle function to modify task titles (43e6af4)
  • add waitForInput method and canPushMessages property to channels (045976f)
  • add web setup (f318271)
  • add WhatsApp support and refactor Signal integration (046db31)
  • adjust message processing timeout for task execution (8e9d59e)
  • azure deployment wip (d117cb5)
  • devcontainer configuration (9ea5d63)
  • enhance dashboard with notifications and task status updates (2efbee7)
  • enhance message handling with context and role management (01ede18)
  • enhance message sending and dashboard notification features (ecd19fc)
  • enhance pairing functionality and API key support (f4316bd)
  • enhance task handling with context and tool integration (bb22aac)
  • enhance web setup (d6d948d)
  • implement backup restoration functionality in setup (7cba5fc)
  • implement bootstrap process and related CLI commands (7b74922)
  • implement context file handling for task sessions (fc2c2d8)
  • implement persistence initialization and git setup (cf6987d)
  • implement sandboxed permission handler for workspace access (473d53d)
  • implement task archiving and auto-cleanup functionality (1ccd2f6)
  • implement task cancellation feature and update status handling (cc64b3d)
  • init reboot (cef9469)
  • integrate Ink for CLI dashboard and chat interface (7db21bb)
  • replace localtunnel with tunnelmole in tunnel skill (5a78df0)
  • streamline task scheduling and internal task handling (1b6ad45)
  • suppress Node.js warnings in Copilot CLI subprocess (f7d3f06)
  • unify CLI and web setup logic for persistence handling (25adb0d)
  • update bootstrap prompts for clarity and user engagement (8887190)
  • update configuration to support multiple models for tasks (bfaf709)
  • update default HTTP port to 2243 across setup files (f779ca7)