Skip to content

Releases: slackapi/slack-cli

v3.15.0-zimeg-feat-dotenv-list

25 Mar 06:14

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🤖 Build

  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434

Full Changelog: v3.15.0-zimeg-feat-load-hook-dotenv...v3.15.0-zimeg-feat-dotenv-list

v3.15.0-zimeg-feat-load-hook-dotenv

24 Mar 21:51

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417
  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...fb0cce1

v3.15.0-mwbrooks-remove-func-auth-list

24 Mar 21:34

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417
  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by @dependabot[bot] in #434

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...5018288

v3.15.0-docs-search-subcommand

24 Mar 01:46

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417
  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...e1b0d80

v3.15.0-dependabot-go_modules-github.com-pelletier-go-toml-v2-2.3.0

24 Mar 16:58
6bbcbbb

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417
  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...v3.15.0-dependabot-go_modules-github.com-pelletier-go-toml-v2-2.3.0

v3.15.0-zimeg-refactor-manifest-env

23 Mar 23:29

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator for non ASCII em-dash by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...v3.15.0-zimeg-refactor-manifest-env

v3.15.0-mwbrooks-cli-version-refactor-1

23 Mar 20:11

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator() for hyphen consistency by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417
  • feat: add User-Agent header to API request debug output by @mwbrooks in #432

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...aec060b

v3.15.0-mwbrooks-test-coverage-simple

20 Mar 21:03

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat: normalize project directory names to kebab-case by @mwbrooks in #374
  • feat(charm): adds 'huh' dynamic forms to create command by @srtaalej in #362
  • feat: add placeholder to app name prompt in create command by @mwbrooks in #370
  • feat: list your developer sandboxes by @vegeris in #379
  • feat: default manifest source to manifest.json for Bolt Framework projects by @mwbrooks in #395
  • feat: update 'app link' to not change the app manifest source by @mwbrooks in #396
  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389

🐛 Bug Fixes

  • fix(python): output a warning for .venv activation errors by @mwbrooks in #368
  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401

📚 Documentation

🤖 Build

  • chore: ignore windows go build of project in version control by @zimeg in #357
  • build(deps): bump promiseofcake/circleci-trigger-action from 2.0.4 to 3.0.1 by @dependabot[bot] in #360
  • build(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #376
  • build(deps): bump github.com/charmbracelet/huh from 0.8.0 to 1.0.0 by @dependabot[bot] in #377
  • build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 by @dependabot[bot] in #386
  • build(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 by @dependabot[bot] in #387
  • build(deps): bump charm.land/lipgloss/v2 from 2.0.1 to 2.0.2 by @dependabot[bot] in #393
  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418

🧪 Testing/Code Health

  • build(deps): import indirect charm packages as required by @slack-cli-releaser[bot] in #359
  • refactor: remove logger from activity, manifest, datastore, auth, and app delete/uninstall by @mwbrooks in #364
  • refactor: remove logger from create command by @mwbrooks in #366
  • refactor: remove logger from install command by @mwbrooks in #367
  • refactor: remove internal/logger from platform run by @mwbrooks in #378
  • refactor: remove internal/logger from platform deploy by @mwbrooks in #384
  • chore(experiment): remove defaulted bolt and bolt-install experiments by @zimeg in #363
  • test: add test coverage for untested files by @mwbrooks in #388
  • test: increase test coverage in cmd/ and internal/[api | config | deputil] by @mwbrooks in #392
  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420

📦 Other changes

  • feat(charm): add lipgloss styling with Slack brand colors under charm experiment by @srtaalej in #365
  • test(charm): clean up and consolidate charm tests by @srtaalej in #390
  • fix: address lipgloss styling gaps by @srtaalej in #391

Full Changelog: v3.14.0...v3.15.0-mwbrooks-test-coverage-simple

v3.15.0-ale-remove-survey

20 Mar 20:18

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402
  • feat(experiment): create and delete developer sandboxes by @vegeris in #389
  • feat(experiment): apply similar theme to huh forms by @srtaalej in #421
  • feat(style): add style.Separator for non ASCII em-dash by @srtaalej in #430
  • feat: add optional filepath argument to run command by @zimeg in #417

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401
  • fix(style): use command name for app create disclaimer section heading by @zimeg in #423
  • fix: run command shows all workspaces option first in org grant prompt by @mwbrooks in #426
  • fix: unquote environment variable passed to hook commands by @zimeg in #410

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405
  • build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #418
  • refactor: move internal/pkg/version to internal/version by @mwbrooks in #428

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416
  • test: increase test coverage for activity package formatters by @mwbrooks in #419
  • test: increase test coverage for activity package event routing by @mwbrooks in #420
  • docs(maintainers): add style guide for input and output by @zimeg in #422
  • chore(claude): add vhs permissions to allow and deny lists by @zimeg in #424
  • test: add units tests for untested functions in style, api, types, and create packages by @mwbrooks in #427
  • refactor: remove legacy CLIVersion field and SetVersion() function by @mwbrooks in #429

Full Changelog: v3.15.0...1e01d49

v3.15.0-dependabot-github_actions-codecov-codecov-action-5.5.3

19 Mar 16:58
262ff22

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(experiment): use chevron prompt for text inputs by @zimeg in #399
  • feat(experiment): inline sample descriptions in plain text by @zimeg in #400
  • feat: migrate experiments config from array to bools by @mwbrooks in #398
  • feat(experiment): prompt create shows more example templates and agents by @zimeg in #402

🐛 Bug Fixes

  • fix(python): 'create' and 'init' use warnings instead of errors for non-fatal pyproject.toml issues by @mwbrooks in #406
  • revert(experiment): separate create questions with flag parsings by @zimeg in #401

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in #405

🧪 Testing/Code Health

  • build(deps): bump golang to 1.26.1 by @slack-cli-releaser[bot] in #369
  • test: increase test coverage for iostreams by @mwbrooks in #394
  • refactor(experiment): separate iostreams prompts from survey implementations by @zimeg in #404
  • chore(claude): add record demo skill by @zimeg in #403
  • refactor(experiment): swap prompt interrupt error after prompt interrupt by @zimeg in #412
  • test: increase test coverage for pkg/version and slackdeps by @mwbrooks in #409
  • test: increase test coverage for slackerror by @mwbrooks in #413
  • chore(claude): add gopls lsp plugin by @zimeg in #414
  • refactor(experiment): separate huh and lipgloss changes of charm by @zimeg in #411
  • refactor(experiment): move charm huh implementations to iostreams forms package by @zimeg in #415
  • test: increase test coverage for slackhttp and update by @mwbrooks in #416

Full Changelog: v3.15.0...v3.15.0-dependabot-github_actions-codecov-codecov-action-5.5.3