Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slack-go/slack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: slack-go/slack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    4c472cd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. feat(block): add card and carousel blocks (#1551)

    Added the new blocks as announced in
    https://docs.slack.dev/changelog/2026/04/16/block-kit-new-blocks except
    for `Alert` which doesn't yet seem to work (not in any of my
    environments at least).
    
    `Alert` will come later in a different PR once I can test in a sandbox
    environment and confirm it working.
    nlopes authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    e3c0e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. feat(assistant): add username and icon to status update (#1553)

    Slack's
    [assistant.threads.setStatus](https://docs.slack.dev/reference/methods/assistant.threads.setStatus)
    added a couple of additional optional parameters: `username`,
    `icon_url`, and `icon_emoji` for customization. This PR adds these new
    parameters to `SetAssistantThreadsStatusContext`.
    
    Changes:
    - updates `AssistantThreadsSetStatusParameters` to include these new
    parameters
    - updates `SetAssistantThreadsStatusContext` to forward these new
    parameters when set
    - updates existing test to include these fields
    
    | icon_url | icon_emoji |
    | --- | --- |
    |<img width="147" height="217" alt="Screenshot 2026-04-20 at 12 36
    03 PM"
    src="https://github.com/user-attachments/assets/a4a096f6-276e-4eb7-bef7-ddbb0879ba65"
    />|<img width="185" height="213" alt="Screenshot 2026-04-20 at 1 00
    10 PM"
    src="https://github.com/user-attachments/assets/fe37a440-6b45-4fa7-84b8-defa459c704c"
    />|
    charleenwang authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    2df5cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. feat(block): add alert block (#1552)

    Adds `AlertBlock`, the third agent-UI block from the April 16 Slack
    changelog. Uses the functional-options pattern (`NewAlertBlock`) with
    severity via `AlertBlockOptionLevel`
    (default/info/warning/error/success) and block ID via
    `AlertBlockOptionBlockID`. Wires into `Blocks.UnmarshalJSON` for
    round-trip fidelity and adds coverage in `block_alert_test.go`.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
    nlopes and claude authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    ae59061 View commit details
    Browse the repository at this point in the history
  2. chore: bump to v0.23.0

    nlopes committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    35d8f31 View commit details
    Browse the repository at this point in the history
Loading