Releases: sugarforever/dsh-lark
Releases · sugarforever/dsh-lark
Release list
dsh-lark v0.2.2
What's Changed
This release includes the Harness compatibility work prepared for v0.2.1. No separate v0.2.1 GitHub Release or npm package was published.
Harness compatibility
- Marked Harness-provided peer dependencies as optional, avoiding misleading missing-peer warnings when the plugin is installed into a DSH Profile.
- Kept the supported Harness range starting at
0.1.0-rc.6while validating development and release builds against0.1.0-rc.7. - Added continuous compatibility checks against the latest coherent DSH release family.
Release reliability
- Restored npm 12 lockfile entries required for clean Linux CI installs.
Full Changelog: v0.2.0...v0.2.2
dsh-lark v0.2.0
What's Changed
Settings UI and live configuration
- Added an embedded Feishu & Lark section to Harness Settings.
- Added linked Provider and Model selectors populated from the current Harness model catalog.
- Applied effective settings and credential changes by replacing the Lark channel without restarting Harness.
- Removed the generic configuration-file action from the Lark-focused Settings experience.
Credentials and security
- Stored App Secret through Harness Credentials using
DSH_LARK_APP_SECRETby default. - Added explicit configured and missing App Secret states without returning the secret to the browser.
- Required same-origin browser requests for settings and credential mutations.
- Kept the plugin active but idle until the required application credentials are configured.
Sessions and diagnostics
- Resumed persisted Lark sessions after restart and reused an already-live Agent when available.
- Printed initial connection, channel, and message-handling failures to both the terminal and Harness logger, with App Secret redaction.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Release dsh-lark v0.1.1 by @sugarforever in #1
- Fix npm 12 lockfile by @sugarforever in #2
- Fix npm tarball publish path by @sugarforever in #3
New Contributors
- @sugarforever made their first contribution in #1
Full Changelog: https://github.com/sugarforever/dsh-lark/commits/v0.1.1