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.8
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.9
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    a0cb6ec View commit details
    Browse the repository at this point in the history
  2. Add secure keyring storage for Slack token (#5)

    * Initial plan
    
    * Add keyring support for storing Slack token
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Update README with keyring configuration instructions
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Complete keyring implementation
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Remove -t flag option, use only keyring and SLACK_TOKEN env var
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Apply suggestion from @alexec
    
    * Apply review suggestions: SLACK_TOKEN precedence, move configure to switch, update error message
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Simplify code: make functions private, extract getToken helper, remove global api var
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Hide password input when reading token in configure command
    
    Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
    
    * Add instructions on how to obtain Slack API token in configure command
    
    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>
    3 people authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    8471c47 View commit details
    Browse the repository at this point in the history
Loading