Skip to content

Migrate CI #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

eacodegen
Copy link
Contributor

Motivation

Content

Testing

Please check the following before marking your PR as ready for review

  • I have added tests for my changes
  • I have updated the documentation or added new documentation as needed
  • I have read and agree to the Contributor License Agreement

codegen-bot and others added 2 commits January 22, 2025 09:33
Co-authored-by: Andrew Hlynskyi <[email protected]>
Co-authored-by: Andrew Hlynskyi <[email protected]>
Co-authored-by: Ankit Kumar <[email protected]>
Co-authored-by: Carol Jung <[email protected]>
Co-authored-by: Chase McCarty <[email protected]>
Co-authored-by: Chase McCarty <[email protected]>
Co-authored-by: Christine Wang <[email protected]>
Co-authored-by: Christine Wang <[email protected]>
Co-authored-by: Colin Fortuner <[email protected]>
Co-authored-by: Edo Pujol <[email protected]>
Co-authored-by: Edward-Codegen <[email protected]>
Co-authored-by: Ellen Agarwal <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: James <[email protected]>
Co-authored-by: James Levy <[email protected]>
Co-authored-by: Jay <[email protected]>
Co-authored-by: Jay Hack <[email protected]>
Co-authored-by: Joel Aguero <[email protected]>
Co-authored-by: Joel Aguero <[email protected]>
Co-authored-by: Jon Hack <[email protected]>
Co-authored-by: Jon Hack <[email protected]>
Co-authored-by: KopekC <[email protected]>
Co-authored-by: Leo Cooperband <[email protected]>
Co-authored-by: Leo Cooperband <[email protected]>
Co-authored-by: Milan Poliak <[email protected]>
Co-authored-by: Noelle Jung <[email protected]>
Co-authored-by: Rishi Desai <[email protected]>
Co-authored-by: Rushil Patel <[email protected]>
Co-authored-by: Toni <[email protected]>
Co-authored-by: Toni García <[email protected]>
Co-authored-by: Toni García Serrano <[email protected]>
Co-authored-by: Vishal Shenoy <[email protected]>
Co-authored-by: agserrano3 <[email protected]>
Co-authored-by: agserrano3 <[email protected]>
Co-authored-by: ahlinc <[email protected]>
Co-authored-by: andrew-cg <[email protected]>
Co-authored-by: atemcodegen <[email protected]>
Co-authored-by: chase-mccarty <[email protected]>
Co-authored-by: chasemc67 <[email protected]>
Co-authored-by: christinewangcw <[email protected]>
Co-authored-by: christinewangcw <[email protected]>
Co-authored-by: christinewangcw <[email protected]>
Co-authored-by: christinewangcw <[email protected]>
Co-authored-by: codegen-bot <[email protected]>
Co-authored-by: eacodegen <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: jamescodegen <[email protected]>
Co-authored-by: jayhack <[email protected]>
Co-authored-by: jemeza <[email protected]>
Co-authored-by: jemeza-codegen <[email protected]>
Co-authored-by: kopekC <[email protected]>
Co-authored-by: milanpoliak <[email protected]>
Co-authored-by: noellej03 <[email protected]>
Co-authored-by: obeid96 <[email protected]>
Co-authored-by: ppillaycodegen <[email protected]>
Co-authored-by: rushilpatel0 <[email protected]>
Co-authored-by: sebastian-codegen <[email protected]>
Co-authored-by: tawsif-kamal-codegen <[email protected]>
Co-authored-by: tomcodgen <[email protected]>
Co-authored-by: trun-cg <[email protected]>
Copy link

linear bot commented Jan 22, 2025

@eacodegen eacodegen closed this Jan 22, 2025
codegen-sh bot added a commit that referenced this pull request Jun 12, 2025
- Add privacy policy link as required by Slack reviewers
- Add comprehensive AI disclaimer explaining AI components and usage
- Add pricing information section with link to pricing page
- Enhance permissions section with detailed scope explanations
- Clarify mpim:read, chat:write.customize, and users:read.email usage
- Address private channel name anonymization in privacy section

Addresses Slack marketplace feedback items #2, #4, #5, #7, and #8
joelaguero pushed a commit that referenced this pull request Jun 12, 2025
This PR updates the Slack integration documentation to address feedback
from Slack marketplace reviewers and ensure compliance with their
requirements.

## Changes Made

### ✅ Privacy Policy Link (Feedback #4)
- Added prominent link to https://www.codegen.com/privacy-policy in the
Data Privacy and Security section

### ✅ AI Disclaimer (Feedback #5) 
- Added comprehensive "AI Components and Usage" section explaining:
  - AI-powered functionality and capabilities
  - How AI processes data from Slack messages
  - AI limitations and recommendations for code review

### ✅ Pricing Information (Feedback #8)
- Added "Pricing and Plans" section with link to
https://www.codegen.com/pricing
- Explains that Slack integration is available across all plan tiers

### ✅ Enhanced Permissions Documentation (Feedback #7)
- Restructured permissions section with detailed explanations
- Added specific scope clarifications:
  - `mpim:read` - For group DM functionality
- `chat:write.customize` - For custom usernames/avatars when
representing different contexts
- `users:read.email` - For mapping Slack accounts to Codegen accounts
for proper authentication
- Explained why each permission is necessary

### ✅ Privacy Enhancements (Feedback #2)
- Clarified that private channel names are anonymized as "Private
channel" for non-members
- Enhanced privacy metadata handling explanation

## Slack Marketplace Feedback Addressed

This PR directly addresses the following feedback items from Slack
reviewers:
- **#2**: Privacy model compliance - private channel name anonymization
- **#4**: Privacy policy link requirement  
- **#5**: AI disclaimer requirement for AI-enabled apps
- **#7**: Scope usage clarification for `chat:write.customize` and
`users:read.email`
- **#8**: Pricing information requirement

## Remaining Technical Issues

The following items require code changes (not documentation) and are
outside the scope of this PR:
- **#1**: Missing `mpim:read` scope in OAuth URL (technical
implementation)
- **#3**: OAuth state parameter uniqueness (technical implementation) 
- **#6**: Group DM response issue related to missing `mpim:read` scope
(technical implementation)

## Files Changed
- `docs/integrations/slack.mdx` - Updated with all compliance
requirements

---

[💻 View my work](https://codegen.sh/agent/trace/35953) • [About
Codegen](https://codegen.com)

---------

Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants