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: kitproj/slack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.10
Choose a base ref
...
head repository: kitproj/slack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.11
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 30, 2025

  1. Update README.md (#7)

    alexec authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    7dd1236 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Add thread reply support with optional thread-ts parameter (#10)

    * Initial plan
    
    * Add reply-message functionality for threading support
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Fix code formatting for consistency
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Refactor to use optional timestamp parameter on send-message
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Rename parameter to [thread-ts] and clarify it's for replying to threads
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Print thread-ts after sending messages for thread continuity
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Only print thread-ts for new messages, not thread replies
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    Copilot and alexec authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    81125da View commit details
    Browse the repository at this point in the history
  2. Revise README for clarity and additional details (#8)

    * Revise README for clarity and additional details
    
    Updated README to clarify functionality and usage.
    
    * Document all features and required Slack API scopes in README (#9)
    
    * Initial plan
    
    * Document all features in README with detailed instructions
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Fix MCP typo in README description (#11)
    
    * Initial plan
    
    * Fix MPC typo to MCP on line 3
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Fix remaining MPC → MCP typo in README (#12)
    
    * Initial plan
    
    * Fix typo: change MPC to MCP on line 3
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    4 people authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    e2ecde0 View commit details
    Browse the repository at this point in the history
  3. Fix README italic markdown documentation (#13)

    * Initial plan
    
    * Fix README italic markdown documentation and apply go fmt
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    Copilot and alexec authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    92601d8 View commit details
    Browse the repository at this point in the history
Loading