StackJack 0.1.0.3991+ce51d07
This release repairs two connectors that were failing on every call, adds a feedback option to the portal, and corrects the Copilot Studio setup guidance so it matches the connection methods that actually work today.
New features
- Feedback button in the portal. A Feedback control now sits next to Support in the portal header and opens a feedback form in place. You are already signed in when it opens, so submissions are attributed to you without re-entering details.
Improvements
- Copilot Studio setup guidance rewritten. The guide, the authentication options table, and the setup wizard previously pointed to a manual OAuth registration flow that is no longer supported and failed partway through setup. Copilot Studio is now documented with the dynamic discovery flow only, the retired flow is explicitly called out so you do not follow stale instructions, and the guide adds a recommended least-privilege pattern using a dedicated member account.
- More reliable Moovila connections. Moovila's authentication endpoint intermittently returns transient errors that clear on a second attempt. StackJack now retries once automatically, so those intermittent failures no longer surface as failed tool calls.
Bug fixes
- ConnectWise ticket search now works. The ticket search tool had been failing on every call since it shipped because it filtered on a field the ConnectWise ticket API cannot filter on. Searches now run against ticket summaries. Note that ticket note/description text is not searchable through this tool.
- Lexful connector calls no longer fail. Requests were being rejected by the vendor's edge before they reached the Lexful API, so every call failed regardless of credentials. Requests are now accepted and complete normally.
- Documentation links now work outside the help center. Links between articles were relative to the help center's own address, so following one from another surface — most visibly the in-product help widget — produced a "not found" page. Article links are now absolute and resolve from anywhere they are shown.