This is the second Alpha release of the (now renamed) AgentML project. This release includes several bugfixes and feature updates.
**New features:**
- Project renamed from SAML to AgentML (this was primarily to avoid the naming conflict with Security Assertion Markup Language).
- Support for response shorthands added (<template>'s no longer have to be contained in response elements)
- Response redirecting
- "capitalize" is now available as a star format
- Can now assign multiple variables at once in a single response element
- Support for custom condition types implemented
- Interactive prompt implemented for quick testing of AML logic
- Unit testing
**Bugfixes:**
- Fixed a bug where alpha wildcards also matched numeric characters
- Fixed a bug where global responses limits were always blocking further response attempts
- Fixed a bug where pattern optionals could not be matched at the beginning of a pattern
- Fixed a bug with the case preserved star format
- Fixed a spacing issue with multiline templates