-
Notifications
You must be signed in to change notification settings - Fork 349
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
chore(marketing): update listing description #6862
Conversation
@umpox I also touched some of the JetBrains gradle properties, I think they should be okay? if the build breaks tomorrow we can revert that portion, VS Code can be updated first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve left some comments, I think @beyang should take a look too
jetbrains/gradle.properties
Outdated
@@ -1,7 +1,7 @@ | |||
# IntelliJ Platform Artifacts Repositories | |||
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | |||
pluginGroup=com.sourcegraph.jetbrains | |||
pluginName=Cody: AI Coding Assistant with Autocomplete & Chat | |||
pluginName=AI Code Assistant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kalanchan Is this intended? This is not just the description but the display name. This will probably be super confusing if it appears in JetBrains marketplace as “AI Code Assistant”.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so? I'm taking it off the copy from notion
should we mention Sourcegraph in the title to make it less confusing?
vscode/package.json
Outdated
@@ -2,12 +2,12 @@ | |||
"$schema": "package.schema.json", | |||
"name": "cody-ai", | |||
"private": true, | |||
"displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", | |||
"displayName": "AI Code Assistant", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise, are we sure we want to update the displayName here?
yeah thats a good idea, let's tag him in slack for a review |
@kalanchan Related: https://sourcegraph.slack.com/archives/CNC4YAL1E/p1738149320400439 I've updated the name, LMK if you have any final thoughts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kalanchan Going to merge this and backport so this is all ready for the release. LMK if you want to change anything last minute! |
#6874) Updating plugin description as requested by Marketing ([thread](https://sourcegraph.slack.com/archives/C0814PENH8R/p1738104682911269)) [Copy from Notion](https://www.notion.so/sourcegraph/1-29-Update-for-3rd-Party-Listings-188a8e112658809faec0f6edeb94a521?showMoveTo=true&saveParent=true) ## Test plan N/A - text change but we should test whether this uploads successfully in the marketplace <br> Backport 958ff1a from #6862 Co-authored-by: Kalan <51868853+kalanchan@users.noreply.github.com>
…6875) Updating plugin description as requested by Marketing ([thread](https://sourcegraph.slack.com/archives/C0814PENH8R/p1738104682911269)) [Copy from Notion](https://www.notion.so/sourcegraph/1-29-Update-for-3rd-Party-Listings-188a8e112658809faec0f6edeb94a521?showMoveTo=true&saveParent=true) ## Test plan N/A - text change but we should test whether this uploads successfully in the marketplace <br> Backport 958ff1a from #6862 Co-authored-by: Kalan <51868853+kalanchan@users.noreply.github.com>
Updating plugin description as requested by Marketing (thread)
Copy from Notion
Test plan
N/A - text change but we should test whether this uploads successfully in the marketplace