Releases: samtecspg/articulate
Releases · samtecspg/articulate
Articulate V1.0.0 Release
Official 1.0 Release of Articulate. For a complete commit log of changes see here.
Added (high level):
- Authentication (group based)
- Cheat Sheet
- Mutliple Rasa Instances
- Slack Logging
- Automatic Replies
- Agent Versioning
- Testing
- Pre-Scripts
Articulate v0.31.1 Release
FIXED
- Fixed Accidental change to package version for Bell
Articulate v0.31.0 Release
ADDED
- Postscripts - execute code during action fulfillment
- Free text slots - use carefully!!!
- Log viewer in the UI
- Added filter to sayings page
- Support for welcome messages
- Action responses now support different response types:
- Images
- Audio
- Cards
- Accordion
- Buttons
- Quick Responses
- Video
CHANGED
- Modified GitHub category to take advantage of newer features
- Modified Weather category to take advantage of newer features
- Modified Small Talk category to take advantage of newer features
- Chat Widget code is now hosted on a CDN rather than Google Storage
- Added back in keyword dialogue flow
FIXED
- Too many to type here, best just read the commits
Articulate v0.29.0 Release
ADDED
- Mattermost Connector
- Copy prompt button
- Prompt counts
- Time selection for analytics
- Side scroll indicators on main page
- User List Screen
CHANGED
- Text prompts can be edited in line
- Disabled fake pre-built categories
FIXED
- Too many to type here, best just read the commits
Articulate v0.28.2 Release
CHANGED
- Docker and script changes for cloud deployment
Articulate v0.28.1 Release
ADDED
- Added button/quick responses
- Added back in keyword flow
- Added Prompt copy button
CHANGED
- Conversation panel now uses web sockets
- Quite a few Docker and compose changes
- Slot prompts can now be edited inline responses
- Removed empty pre-built categories
FIXED
- Too many to type here, best just read the commits
Articulate 0.27.2 Release
CHANGED
- Deployment Options for SSL and Basic Auth
Articulate 0.27.1 Release
ADDED
- SSL Init Script - docs to follow
CHANGED
- Moved ports to
docker-compose.override.yml
- Moved all compose override to compose folder
FIXED
- Too many to type here, best just read the commits
Articulate 0.27.0 Release
ADDED
- Basic Analytics - request, session, and fallback counts. Top Actions and request over time
- Multiple messages - on platforms that support it messages will be split rather than concatenated
- Session tab on review page - use to load session in the internal chat panel
- Chat widget for embedding on your own site (https://github.com/samtecspg/articulate-webchat)
- French and Portugese UI Translations (thanks @mordebip)
CHANGED
- Changed default pipeline for better emoji support
- Webhook no longer requires toggle, keys off url
- Improved dropdown menu for actions
- Checkboxes instead of numbers for slot lifespans
- Improved Channel grid
- A lot of converse code 😱 let us know if something that used to work doesn't.
FIXED
- Too many to type here, best just read the commits
BUGS
- Loading sessions from review tab duplicates in chat panel
- Error when replying with modifier for wrong slot
- Conversation stalls when replying with a modifier after action is fulfilled
- Duplicating actions is broken
Articulate v0.25.0 Release
ADDED
- Channels and Connections - together allow easy integration with social platforms like Facebook, Twilio, etc
- Shared Chat Panel - allows you to share your agent easily for testing
- Pre-Built Categories - quickly add functionality to your agent with pre-built categories
- Added back numeral and moment handlebar helpers
- Scaffolding for auth (coming soon)
CHANGED
- Changed web hook structure, what used to be
webhookResponse
is nowwebhook.response
- Allow Conversation panel to be resized and docked back to default size.
- Internal Chat panel can now recall full sessions
- Train button now is animated when training
- Restricted the UI to one training session at a time for better multi-user support
- API root now returns useful information instead of 404
- Can now create chained actions from inside action page
FIXED
- Too many to type here, best just read the commits