dev-build
Pre-release
Pre-release
·
377 commits
to 0c3712813155a659fbde3b16e071ed065fd987d5
since this 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
- build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #443
🧪 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
- refactor: remove listFunc stub from cmd/auth/list by @mwbrooks in #435
- refactor: consolidate version access to slackcontext.Version(ctx) by @mwbrooks in #431
Full Changelog: v3.15.0...0c37128