v0.0.63
What's Changed
- Show editable skill files first in properties panel by @ckakgun in #306
- Add Teams tab to Ctrl+K command palette by @ckakgun in #305
- Fix vector store showing Qdrant label for new pgvector stores by @ckakgun in #304
- Make searchable dropdown selections stable by @mbakgun in #303
- Add Drive file access to agent skills by @mbakgun in #309
- deps(backend)(deps): bump soupsieve from 2.8.1 to 2.8.4 in /backend by @dependabot[bot] in #307
- Add bulk multi-select actions to the Drive tab by @ckakgun in #308
- feat: add jira service and e2e node by @eryue0220 in #293
What's New: Jira Node
Bring Jira into your workflows and automate issues end to end.
- New Jira node with 20+ operations: search issues by JQL, create, update, delete, changelog, notify, comments, transitions, attachments, and user management.
- Works with both Jira Cloud and self-hosted Jira Data Center / Server, selectable per credential.
- Text fields adapt automatically: rich ADF on Cloud v3, plain text on Data Center v2.
- Every field supports expressions and AI autofill, and can be exposed as an agent tool.
- Jira credential with a built-in Test Connection check, masked secrets, and clear labels for Cloud email/token or Data Center username/password.
- Full docs, unit tests, and end to end coverage included.
Thank you so much @eryue0220 once again 💯
Full Changelog: v0.0.62...v0.0.63