Releases: DailybotHQ/cli
Release list
v1.17.2
v1.17.2 (2026-07-06)
This release is published under the MIT License.
Documentation
- skill: Sync vendored skill to 1.8.1 + recommend the agent skill for AI agents (
e8c9f30)
Detailed Changes: v1.17.1...v1.17.2
What's Changed
- docs(skill): sync vendored skill to 1.8.1 + recommend the agent skill for AI agents by @xergioalex in #37
Full Changelog: v1.17.1...v1.17.2
v1.17.1
v1.17.1 (2026-07-06)
This release is published under the MIT License.
Bug Fixes
- forms,checkin: Require at least one question at create (questions_required) (
e29f25b)
Detailed Changes: v1.17.0...v1.17.1
What's Changed
- fix(forms,checkin): require at least one question at create (questions_required) by @xergioalex in #36
Full Changelog: v1.17.0...v1.17.1
v1.17.0
v1.17.0 (2026-07-06)
This release is published under the MIT License.
Bug Fixes
-
checkin: Frequency_type is weekly-only; monthly/custom via frequency_advanced (
c1d24ff) -
checkin: Friendly error for an unresolvable --user/--team participant (
423668b) -
cli: Harden authoring validation and error mapping - Task 8 of PLAN_agent_forms_checkins_authoring (
6c7f261) -
client: Question reorder sent the wrong field name (silent no-op) (
218b4a6) -
client: Unwrap {"channels": [...]} from the report-channels endpoint (
0b0d20f) -
forms,checkin: Correct numeric logic operator spelling (_than suffix) (
bdc0a7e)
Chores
- security: Security review of authoring feature - Task 12 of PLAN_agent_forms_checkins_authoring (
b734d22)
Documentation
-
Document forms/check-ins authoring commands - Task 10 of PLAN_agent_forms_checkins_authoring (
ac03d08) -
skill: Sync vendored dailybot skill with authoring - Task 11 of PLAN_agent_forms_checkins_authoring (
c870893)
Features
-
checkin: Expose smart/AI, reminder tone & advanced cron config (100% web parity) (
648311c) -
checkin: Full check-in configuration via create + config flags (
68f7337) -
checkin: Map server-side checkin_requires_participant error (
a8eb201) -
checkin: Require at least one participant; edit participants via config (
a7ca34f) -
cli: Add channels list command - Task 4 of PLAN_agent_forms_checkins_authoring (
d0628a7) -
cli: Add check-in authoring commands - Task 6 of PLAN_agent_forms_checkins_authoring (
5464066) -
cli: Add form authoring commands - Task 5 of PLAN_agent_forms_checkins_authoring (
aaf4874) -
cli: Add forms/check-ins authoring helpers and display - Task 3 of PLAN_agent_forms_checkins_authoring (
e7b2f18) -
cli: Add interactive question builder - Task 7 of PLAN_agent_forms_checkins_authoring (
db6dc41) -
client: Add check-ins authoring methods - Task 2 of PLAN_agent_forms_checkins_authoring (
8aa8b75) -
client: Add report-channel + forms authoring methods - Task 1 of PLAN_agent_forms_checkins_authoring (
5b4e0b7) -
client: Request include_email so email resolution works (admin/manager) (
3f9a2cd) -
display: Render report-channel names + map report_channel_not_found (
3a76674) -
forms: Align authoring surface to the finalized canonical contract (
235ad93) -
forms: Full form config authoring — workflow, permissions, approval, command (
cf2f4d7) -
forms,checkin: Finalize question logic — required else, forward jumps, full operator set (
1e95efe) -
forms,checkin: Forward generate_short_question opt-in + map short_question_required (
5bffa88) -
forms,checkin: Map reorder validation codes + explicit full-replace audiences (
7c1ce87) -
forms,checkin: Per-question extras (short title, variations, logic) + error mapping (
c1d22dd) -
forms,checkin: Require an explicit short_question unless --ai-short-question (
db869b1) -
forms,checkin: Resolve users by email + --no-approvers to clear approvers (
f894dd9) -
forms,checkin: Surface public_url + enforce the 3 report-channel cap (
e23b06c) -
release: Support minimum-version floor in installers (
13d4a15)
Refactoring
-
cli: Attach report_channels inline on form create (
128a821) -
display: Drop question-shape fallbacks now the API contract is canonical (
e8a13bb)
Testing
- cli: Add authoring lifecycle integration tests - Task 9 of PLAN_agent_forms_checkins_authoring (
7bb74cf)
Detailed Changes: v1.16.0...v1.17.0
What's Changed
- feat: agent-driven forms & check-ins authoring (full web parity) by @xergioalex in #35
Full Changelog: v1.16.0...v1.17.0
v1.16.0
v1.16.0 (2026-07-03)
This release is published under the MIT License.
Features
- release: Let installers pin a specific CLI version (
3d3d3fe)
Detailed Changes: v1.15.1...v1.16.0
What's Changed
- feat(release): let installers pin a specific CLI version by @xergioalex in #34
Full Changelog: v1.15.1...v1.16.0
v1.15.1
v1.15.1 (2026-07-03)
This release is published under the MIT License.
Bug Fixes
- display: Keep the report placement link on the "View:" line (
b5cf145)
Chores
-
agents: Add Cursor hook config and pin repo report policy (
257f432) -
skill: Sync vendored Dailybot skill pack to latest (
91e2230)
Code Style
- tests: Wrap long URL literal to satisfy ruff format (
f5c5e63)
Detailed Changes: v1.15.0...v1.15.1
What's Changed
- chore: dogfooding follow-ups — View-link fix, vendored skill sync, Cursor hooks by @xergioalex in #33
Full Changelog: v1.15.0...v1.15.1
v1.15.0
v1.15.0 (2026-07-03)
This release is published under the MIT License.
Bug Fixes
-
checkin: Read template questions from the nested 'fields' object (
e1d9262) -
interactive: Satisfy mypy for form responses (
e27cfc7) -
interactive: Satisfy ruff format for terminal flows (
776bd9d)
Code Style
- Apply ruff format to check-in commands and helpers (
cb8c339)
Documentation
- security: Redact real internal identifiers + add open-source privacy rule (
712362b)
Features
-
ask: Add headless
dailybot askAI command; deprecateinteractive(abc64a7) -
ask: Surface 429 rate-limit with Retry-After for AI chat (
8dd24b4) -
checkin: Complete check-in lifecycle in the CLI (status/show/history/edit/reset) (
4aeb9bf) -
cli: Expand interactive terminal flows (
6c1bf4d) -
interactive: Add "Ask the Dailybot AI" menu entry that opens the chat (
bf213a0)
Refactoring
- tui: Harden and polish Andrés's terminal flows (
53355c9)
Detailed Changes: v1.14.0...v1.15.0
What's Changed
- Full API-key parity + headless
dailybot askby @xergioalex in #32
Full Changelog: v1.14.0...v1.15.0
v1.14.0
v1.14.0 (2026-07-01)
This release is published under the MIT License.
Bug Fixes
- interactive: Satisfy ruff format and mypy for chat TUI (
92809c7)
Features
- cli: Add interactive chat TUI (
a8a860d)
Detailed Changes: v1.13.2...v1.14.0
What's Changed
- feat(cli): add interactive chat TUI by @AndresMpa in #30
New Contributors
- @AndresMpa made their first contribution in #30
Full Changelog: v1.13.2...v1.14.0
v1.13.2
v1.13.2 (2026-06-12)
This release is published under the MIT License.
Chores
-
agents: Adopt Deep Work Plan (deepworkplan-skill v2.12.0) (
0151776) -
agents: Bump deepworkplan-skill vendored copy v2.12.0 → v2.15.0 (
e122d5e) -
skills: Sync vendored dailybot pack to v1.7.1 (CLI 1.13.1 pin bump) (
c19a20a)
Documentation
- design: Adopt design-system addon — cli-output profile (
f99e899)
Detailed Changes: v1.13.1...v1.13.2
What's Changed
- ci(release): honour opt-in [skip release] marker in head commit body by @xergioalex in #27
- chore(skills): sync vendored dailybot pack to v1.7.1 (CLI 1.13.1 pin bump) [DO NOT RELEASE — apply [skip release] at merge] by @xergioalex in #28
- chore(agents): adopt Deep Work Plan (deepworkplan-skill v2.15.0) by @xergioalex in #29
Full Changelog: v1.13.1...v1.13.2
v1.13.1
v1.13.1 (2026-06-12)
This release is published under the MIT License.
Chores
- skills: Sync vendored dailybot pack to v1.7.0 (adds chat + teams) (
3eece18)
Detailed Changes: v1.13.0...v1.13.1
What's Changed
- chore(skills): sync vendored dailybot pack to v1.7.0 (adds chat + teams) by @xergioalex in #26
Full Changelog: v1.13.0...v1.13.1
v1.13.0
v1.13.0 (2026-06-12)
This release is published under the MIT License.
Features
-
chat: Add
dailybot chat send/updatefor bot messages to chat platforms (f7ac99e) -
chat: Thread replies, login auth, role scoping, reply editing (
7f502b9)
Detailed Changes: v1.12.1...v1.13.0
What's Changed
- feat(chat): dailybot chat send/update — bot messages to Slack/Teams/Discord/Google Chat by @xergioalex in #25
Full Changelog: v1.12.1...v1.13.0