- Adapter `new_session()` takes `existing_session` argument and recognizes `EXISTING_SESSION` environment variable to determine behavior when session already exists.
- Adapter `perform()` recognizes special commands whether or not they have "command" suffix.
- Does not try to use port 8888 on connection failure, which produces confusing error message.
- Provides additional examples passing parameters as kwargs.