Skip to content

Releases: samtecspg/articulate

Articulate V1.0.0 Release

01 Jun 23:12
Compare
Choose a tag to compare

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

14 Jan 01:58
Compare
Choose a tag to compare

FIXED

  • Fixed Accidental change to package version for Bell

Articulate v0.31.0 Release

12 Jan 05:15
Compare
Choose a tag to compare

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

29 Aug 02:23
Compare
Choose a tag to compare

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

20 Aug 19:47
Compare
Choose a tag to compare

CHANGED

  • Docker and script changes for cloud deployment

Articulate v0.28.1 Release

20 Aug 01:59
Compare
Choose a tag to compare

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

26 Jul 14:38
Compare
Choose a tag to compare

CHANGED

  • Deployment Options for SSL and Basic Auth

Articulate 0.27.1 Release

22 Jul 19:30
Compare
Choose a tag to compare

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

18 Jul 19:23
Compare
Choose a tag to compare

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

18 Jun 02:15
Compare
Choose a tag to compare

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 now webhook.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