Skip to content

Releases: howar31/slk

v0.8.1

24 May 13:34
9898c63

Choose a tag to compare

What's Changed

Other Changes

  • Fix manifest bot_user, drop Gemini extension, consolidate skill install on npx by @howar31 in #45
  • chore(release): 0.8.1 by @howar31 in #46

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 May 09:34
2f0ce67

Choose a tag to compare

What's Changed

Other Changes

  • docs: add bot-token scope blueprint design doc by @howar31 in #42
  • feat(auth): one token per profile, bot-token flow, generated scopes by @howar31 in #43
  • chore(release): 0.8.0 by @howar31 in #44

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 May 17:27
3f5d6ac

Choose a tag to compare

What's Changed

Other Changes

  • feat(auth): verify identity live in auth status; drop the workspace label field by @howar31 in #39
  • chore(release): 0.7.0 by @howar31 in #40

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 May 16:30
4352237

Choose a tag to compare

What's Changed

Other Changes

  • docs(spec): add release-recovery runbook by @howar31 in #35
  • docs: explain interactive set-token prompts in step 4 by @howar31 in #36
  • feat(auth): align login with set-token; stop persisting client credentials by @howar31 in #37
  • chore(release): 0.6.0 by @howar31 in #38

Full Changelog: v0.5.1...v0.6.0

v0.5.1

23 May 13:24
73cd69e

Choose a tag to compare

What's Changed

Other Changes

  • docs(spec): correct the curated-surface count to ~96 verbs across 15 groups by @howar31 in #29
  • docs: split downloads badge into GitHub release + npm by @howar31 in #30
  • docs: fold standards badges into the status row by @howar31 in #31
  • feat(auth): interactive set-token + README onboarding cleanup by @howar31 in #32
  • chore(release): 0.5.0 by @howar31 in #33
  • chore(release): 0.5.1 by @howar31 in #34

Full Changelog: v0.4.0...v0.5.1

v0.4.0

23 May 09:07
2685169

Choose a tag to compare

What's Changed

Other Changes

  • docs: describe the VERSION-driven release flow by @howar31 in #20
  • docs: point README usage to slk --help/SKILL.md; record doc-scope & macOS non-goals by @howar31 in #21
  • docs: remove branch/merge policy prose now enforced by protect-main ruleset by @howar31 in #22
  • docs: drop redundant commit-workflow rule from CLAUDE.md by @howar31 in #23
  • feat: expand curated command coverage across the Slack Web API by @howar31 in #24
  • build(version): fan VERSION into gemini-extension.json and SECURITY.md by @howar31 in #25
  • refactor(skillgen): split the generated skill into an index + per-group tree by @howar31 in #26
  • docs: require asking about a release bump after every merge by @howar31 in #27
  • chore(release): 0.4.0 by @howar31 in #28

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 May 14:35
eb774fb

Choose a tag to compare

What's Changed

Features

  • feat: generate the agent skill from the binary (SSOT) + VERSION-driven releases by @howar31 in #18

Documentation

  • docs: add CI status badge to README by @howar31 in #15
  • docs: SKILL.md help-discovery + SPEC.md reconciliation by @howar31 in #17

Dependencies

  • chore(deps): bump cobra to 1.10.2 and toml to 1.6.0 by @howar31 in #13

Maintenance

  • ci: move release pipeline actions to Node.js 24 runtime by @howar31 in #11
  • ci: add pull-request build and test workflow by @howar31 in #12
  • ci: switch Dependabot to security-updates only by @howar31 in #14
  • ci: skip Homebrew formula upload on prereleases by @howar31 in #16
  • chore(release): 0.3.0 by @howar31 in #19

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 May 06:24

Choose a tag to compare

Changelog

  • 03645ca ci: make npm smoke test propagation-immune via local pack
  • 32a2b14 docs: require PR merge for main; no direct pushes

v0.2.0

22 May 05:54

Choose a tag to compare

Changelog

  • 057ba14 feat(auth): encrypt credentials at rest with AES-256-GCM
  • 4a18cd1 docs: tidy wording in specs
  • 54150a7 feat: add 'slk version' subcommand with read-only --check update probe
  • 6ba48e9 docs: switch README downloads badge to GitHub Releases total
  • f39359b chore: harden repo config — Dependabot, release notes, SECURITY.md, badges
  • 05fe9b8 chore(release): harden workflow and document secret rotation

v0.1.0

21 May 11:47
5d97251

Choose a tag to compare

Changelog

  • 5d97251 feat(dist): brew, npm, Gemini extension, OpenClaw autoinstall