docs: update CHANGELOG with initial development history
Universal: Auto Version Bump / Version Bump (push) Successful in 19s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 22s

This commit is contained in:
2026-06-21 23:25:45 +00:00
parent 582256dafc
commit f98923f9ce
+17 -7
View File
@@ -1,11 +1,21 @@
# Changelog
All notable changes to MokoSuiteSupport will be documented in this file.
## [01.00.00] --- 2026-06-03
### Changed
- Migrated all workflow and template paths from `.github/` to `.mokogitea/`
- Template source paths updated: `templates/gitea/` to `templates/mokogitea/`
- HCL definition files removed -- Template repos are now the canonical source
## [01.00.04-dev] - 2026-06-21
### Added
- `branch-cleanup.yml`: auto-delete merged feature branches after PR merge
- Package manifest (`pkg_mokosuitesupport.xml`) with dlid and updateservers
- ConversationHelper: create, message, unified inbox, assign, close with CSAT
- AgentHelper: availability check, auto-assign (least-busy), performance metrics
- CannedResponseHelper: quick replies, keyword search, category management
- WebhookChannelHelper: Facebook + WhatsApp inbound processing, conversation continuity
- CsatHelper: CSAT scoring, by-channel breakdown, weekly trend
- Wiki: Home, guides/Installation, reference/Helpers
- README with channel overview
### Fixed
- WebhookChannelHelper: conversation race condition on concurrent webhooks (FOR UPDATE transaction)
### Security
- Review #19: 1 critical fix applied