Skip to content

Releases: hempun10/devdaily

v0.6.1 — Slack Webhook Formatting Fix

Choose a tag to compare

@hempun10 hempun10 released this 15 Feb 12:36

Fixed

  • Slack webhook formatting — Standup messages sent to Slack via --send / --slack now correctly render bold, italic, and other formatting. Previously, raw Markdown syntax (e.g. **bold**) was sent directly into Slack's mrkdwn blocks, which don't support double-asterisk bold.

The notification pipeline now converts Markdown → Slack mrkdwn format using the existing formatOutput() formatter before sending:

Markdown Slack mrkdwn
**bold** *bold*
*italic* _italic_
~~strike~~ ~strike~
[text](url) <url|text>
## Header *Header*

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@hempun10 hempun10 released this 15 Feb 04:42
185b41f

Full Changelog: v0.5.2...v0.6.0

v0.5.3

Choose a tag to compare

@hempun10 hempun10 released this 15 Feb 04:40
0fd25a6

What's Changed

  • refactor: standup generation with persistent work journal and auto-snapshots by @hempun10 in #6

Full Changelog: v0.5.1...v0.5.3

v0.5.2

Choose a tag to compare

@hempun10 hempun10 released this 14 Feb 18:25
0fd25a6

What's Changed

  • refactor: standup generation with persistent work journal and auto-snapshots by @hempun10 in #6

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@hempun10 hempun10 released this 14 Feb 18:06
a84bdeb

What's Changed

  • feat: persistent work journal with auto-snapshots and context recovery by @hempun10 in #5

Full Changelog: v0.5.0...v0.5.1

Snapshot and Journal

Choose a tag to compare

@hempun10 hempun10 released this 14 Feb 17:07
8b42aad

What's Changed

  • [FIX]: Improve context recovery, file detection, add tests by @hempun10 in #2
  • refactor: Standup context builder + PM integration fixes & test report by @hempun10 in #3
  • feat: add persistent work journal with auto-snapshots and context recovery by @hempun10 in #4

Full Changelog: v0.3.0...v0.5.0

PM tools connections

Choose a tag to compare

@hempun10 hempun10 released this 14 Feb 13:39

Full Changelog: v0.4.0...v0.4.0

v0.3.0 - Smart Context Awareness

Choose a tag to compare

@hempun10 hempun10 released this 14 Feb 07:56

What's New

🧠 Context Analyzer

  • Branch → Ticket Correlation: Automatically extracts ticket IDs from branch names (JIRA-123, #123, LINEAR-123)
  • Work Categorization: Analyzes changed files to identify work areas (frontend, backend, infra, docs, tests)
  • Time Tracking: Calculates work session duration from commit timestamps

📊 Enhanced Standups

  • New --context flag shows detailed work analysis with visual progress bars
  • AI now uses work categories and tickets for better summaries
  • Stats include primary work area

⚙️ IDE Autocomplete

  • JSON Schema added for .devdaily.json config files
  • Get autocomplete and validation in VS Code and other editors

🔧 Expanded Config

  • PR defaults: defaultReviewers, defaultLabels, defaultAssignees, titleFormat
  • Standup options: groupBy, sections, scheduleTime, scheduleDays

See CHANGELOG.md for full details.

Install

npm install -g devdaily-ai

v0.2.0 - PR Templates, Notifications & More

Choose a tag to compare

@hempun10 hempun10 released this 12 Feb 18:49

What's New

🎯 PR Template Support

  • Auto-detect .github/PULL_REQUEST_TEMPLATE.md
  • AI fills template sections based on commit analysis
  • Terminal preview with --preview flag
  • Interactive mode for labels, reviewers, assignees

📢 Notifications

  • Slack webhook integration (--slack)
  • Discord webhook integration (--discord)
  • Easy setup with devdaily init --notifications

🛠️ Developer Experience

  • New devdaily config command
  • New devdaily doctor for diagnostics
  • New devdaily init setup wizard
  • Improved error handling

🔧 Technical

  • Upgraded to new GitHub Copilot CLI
  • TypeScript strict mode compliance
  • Fixed CI typecheck errors

See CHANGELOG.md for full details.