Skip to content

Releases: sugarforever/dsh-lark

dsh-lark v0.2.2

Choose a tag to compare

@sugarforever sugarforever released this 17 Aug 23:39

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.6 while validating development and release builds against 0.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

Choose a tag to compare

@sugarforever sugarforever released this 17 Aug 22:25

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_SECRET by 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

Choose a tag to compare

@sugarforever sugarforever released this 15 Aug 23:10
bef110c

What's Changed

New Contributors

Full Changelog: https://github.com/sugarforever/dsh-lark/commits/v0.1.1