Skip to content

Releases: slackapi/slack-cli

v3.14.0

27 Feb 21:55
ac6f91a

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
  • 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
  • feat(python): add support for creating python .venv and installing dependencies by @mwbrooks in #346
  • feat(python): auto-activate venv before hook execution by @mwbrooks in #347
  • feat(experiment): add Slack brand theme for charm/huh prompts by @srtaalej in #351
  • feat: adds docs command with optional search flag by @lukegalbraithrussell in #352

🐛 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
  • tests(charm): adds tests to charm experiment by @srtaalej in #355

📦 Other changes

  • chore: release slack-cli v3.14.0 by @zimeg in #358

Full Changelog: v3.13.0...v3.14.0

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

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

v3.12.0-dependabot-go_modules-golang.org-x-mod-0.33.0

09 Feb 20:21
b74586e

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
  • build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 by @dependabot[bot] in #337

🧪 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...1cb5614

v3.12.0-dependabot-go_modules-github.com-go-git-go-git-v5-5.16.5

09 Feb 20:21
60aa055

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

🧪 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...ae4fc2e

v3.12.0

31 Jan 00:42
14fe964

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: update 'create' cmd section to 'AI Agent app' by @mwbrooks in #293
  • feat(python): add pyproject.toml support for Python projects by @mwbrooks in #311
  • feat: restart the app development server on file changes by @zimeg in #310

🐛 Bug Fixes

  • refactor: remove unused .slackignore support and dependencies 💀 by @mwbrooks in #309
  • fix: open the list of apps if no known apps are found for "app settings" command by @zimeg in #314
  • fix: cleanup after checks for saved apps when opening "app settings" outside of a project by @zimeg in #317
  • fix: output debug log if manifest file changes but manifest source is remote by @zimeg in #318

📚 Documentation

  • docs: remove chat:write.public scope for best practice by @mwbrooks in #281

🤖 Build

  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #308

🧪 Testing/Code Health

  • build(deps): bump golang to 1.25.6 by @slack-cli-releaser[bot] in #306
  • chore(claude): add Claude Code support for maintainers by @mwbrooks in #312
  • chore(claude): remove a trailing comma for valid setting parsing by @zimeg in #313
  • refactor(tests): use consistent naming in table tests with the slice pattern by @mwbrooks in #315

📦 Other changes

  • chore: release slack-cli v3.12.0 by @zimeg in #319

Full Changelog: v3.11.0...v3.12.0

v3.12.0-mwbrooks-table-test-consistent-p4-low-risk

31 Jan 06:13

Choose a tag to compare

What's Changed

🧪 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

Full Changelog: v3.12.0...86e224c