Skip to content

Releases: slackapi/slack-cli

v3.13.0-dependabot-github_actions-actions-setup-go-6.3.0

26 Feb 16:59
cb8957e

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(experiment): charming scaffolds by @zimeg in #348
  • feat(experiment): use charm prompt with login by @zimeg in #349
  • feat(experiment): add charm prompts to iostreams by @zimeg in #350

🤖 Build

  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 by @dependabot[bot] in #354

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.0 by @slack-cli-releaser[bot] in #339

Full Changelog: v3.13.0...v3.13.0-dependabot-github_actions-actions-setup-go-6.3.0

v3.13.0-charm-tests

26 Feb 16:22

Choose a tag to compare

v3.13.0-charm-tests Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): add charm prompts to iostreams by @zimeg in #350

Full Changelog: v3.13.0-charm-slack-theme...v3.13.0-charm-tests

v3.13.0-dependabot-go_modules-github.com-go-git-go-git-v5-5.17.0

25 Feb 16:59
d5fa642

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(experiment): charming scaffolds by @zimeg in #348
  • feat(experiment): use charm prompt with login by @zimeg in #349
  • feat(experiment): add charm prompts to iostreams by @zimeg in #350

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.0 by @slack-cli-releaser[bot] in #339

Full Changelog: v3.13.0...v3.13.0-dependabot-go_modules-github.com-go-git-go-git-v5-5.17.0

v3.13.0-docs-command

24 Feb 23:00

Choose a tag to compare

v3.13.0-docs-command Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): charming scaffolds by @zimeg in #348
  • feat(experiment): use charm prompt with login by @zimeg in #349
  • feat(experiment): add charm prompts to iostreams by @zimeg in #350

🤖 Build

  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 by @dependabot[bot] in #354

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.0 by @slack-cli-releaser[bot] in #339

Full Changelog: v3.13.0...7a2b2b9

v3.13.0-charm-slack-theme

24 Feb 18:26

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): charming scaffolds by @zimeg in #348
  • feat(experiment): use charm prompt with login by @zimeg in #349
  • feat(experiment): add charm prompts to iostreams by @zimeg in #350

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.0 by @slack-cli-releaser[bot] in #339

Full Changelog: v3.13.0...d692f11

v3.13.0-mwbrooks-python-venv-activation

21 Feb 01:16

Choose a tag to compare

Pre-release

Full Changelog: v3.13.0...f8755c9

v3.13.0-mwbrooks-python-venv

20 Feb 19:48

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): charming scaffolds by @zimeg in #348
  • feat(experiment): use charm prompt with login by @zimeg in #349
  • feat(experiment): add charm prompts to iostreams by @zimeg in #350
  • feat(create): replace the generated default app name with an optional input prompt by @srtaalej in #340
  • feat(create): update app name in 'pyproject.toml' and 'package.json' by @srtaalej in #344
  • feat(create): add '--subdir ' flag to 'create' command by @srtaalej in #345

🐛 Bug Fixes

  • fix: check if git exists without calling the program for windows install by @zimeg in #178
  • fix: avoid infinite loops when searching for filesystem root of another drive by @zimeg in #353

🤖 Build

  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 by @dependabot[bot] in #354
  • build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #356

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.0 by @slack-cli-releaser[bot] in #339

Full Changelog: v3.13.0...abe12d0

v3.13.0

13 Feb 23:18
113aa42

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(cmd): add 'create agent' command by @srtaalej in #326
  • feat(cmd): add --name flag to disambiguate 'agent' shortcut by @srtaalej in #327
  • feat(cmd): 'deploy` command suggests 'run' command when no deploy script found by @srtaalej in #330
  • feat(auth): auto-prompt login when no workspaces connected by @srtaalej in #331
  • feat(cmd): add 'list' flag to create command by @srtaalej in #333

📚 Documentation

  • chore: update pull request template to include changelog placeholders by @zimeg in #338
  • chore: release slack-cli v3.13.0 by @mwbrooks in #341

🤖 Build

  • build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #334
  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #336
  • build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 by @dependabot[bot] in #337
  • build(deps): bump golang.org/x/mod from 0.32.0 to 0.33.0 by @dependabot[bot] in #335

🧪 Testing/Code Health

  • refactor(tests): use consistent naming in table tests with the map pattern by @mwbrooks in #316
  • refactor(tests): update slice pattern table tests to map pattern (low risk tests) by @mwbrooks in #320
  • refactor(tests): convert the low-risk slice-to-map table tests by @mwbrooks in #321
  • refactor(tests): convert the medium-risk slice-to-map table tests by @mwbrooks in #322
  • refactor(tests): convert the medium-high risk slice-to-map table tests by @mwbrooks in #323
  • refactor(tests): convert the higher risk slice-to-map table tests by @mwbrooks in #324
  • chore: update copyright year to 2026 by @zimeg in #328
  • chore(claude): approve reading version control and reference docs with testing changes by @zimeg in #329
  • build(deps): bump golang to 1.25.7 by @slack-cli-releaser[bot] in #332

Full Changelog: v3.12.0...v3.13.0

v3.12.0-dependabot-go_modules-golang.org-x-text-0.34.0

09 Feb 20:21
8a9a802

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: add 'create agent' command by @srtaalej in #326
  • feat(cmd): add --name flag to disambiguate 'agent' shortcut by @srtaalej in #327

📚 Documentation

  • refactor(tests): convert the medium-risk slice-to-map table tests by @mwbrooks in #322
  • refactor(tests): convert the medium-high risk slice-to-map table tests by @mwbrooks in #323
  • refactor(tests): convert the higher risk slice-to-map table tests by @mwbrooks in #324

🤖 Build

  • build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #334
  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #336

🧪 Testing/Code Health

  • refactor(tests): use consistent naming in table tests with the map pattern by @mwbrooks in #316
  • refactor(tests): update slice pattern table tests to map pattern (low risk tests) by @mwbrooks in #320
  • refactor(tests): convert the low-risk slice-to-map table tests by @mwbrooks in #321
  • chore: update copyright year to 2026 by @zimeg in #328
  • chore(claude): approve reading version control and reference docs with testing changes by @zimeg in #329
  • build(deps): bump golang to 1.25.7 by @slack-cli-releaser[bot] in #332

Full Changelog: v3.12.0...64c33ca

v3.12.0-dependabot-go_modules-golang.org-x-sys-0.41.0

09 Feb 20:20
8f4140c

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: add 'create agent' command by @srtaalej in #326
  • feat(cmd): add --name flag to disambiguate 'agent' shortcut by @srtaalej in #327

📚 Documentation

  • refactor(tests): convert the medium-risk slice-to-map table tests by @mwbrooks in #322
  • refactor(tests): convert the medium-high risk slice-to-map table tests by @mwbrooks in #323
  • refactor(tests): convert the higher risk slice-to-map table tests by @mwbrooks in #324

🧪 Testing/Code Health

  • refactor(tests): use consistent naming in table tests with the map pattern by @mwbrooks in #316
  • refactor(tests): update slice pattern table tests to map pattern (low risk tests) by @mwbrooks in #320
  • refactor(tests): convert the low-risk slice-to-map table tests by @mwbrooks in #321
  • chore: update copyright year to 2026 by @zimeg in #328
  • chore(claude): approve reading version control and reference docs with testing changes by @zimeg in #329
  • build(deps): bump golang to 1.25.7 by @slack-cli-releaser[bot] in #332

Full Changelog: v3.12.0...9cb5418