diff --git a/CHANGELOG.md b/CHANGELOG.md index 3929aa59..ec051c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.10.1] - 2025-07-05 +- Updated keyword list and view dashboard button name for better clarity + ## [4.10.0] - 2025-03-10 - Modified video link in README diff --git a/README.md b/README.md index c22aeeb8..23331676 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ **AI-Powered Coding Summaries: Stay Synced Without the Overhead.** -CodeSync's AI-generated summaries offer a fast and efficient way to stay on top of your team's development progress. Whether you're a developer reviewing pull requests or a manager needing daily updates, CodeSync delivers clear, human-readable coding overviews directly from your IDE. No more manual tracking or sifting through code reviews—our summaries keep your entire team aligned, without the distractions. Integrate seamlessly with GitHub and Slack to streamline your workflow. Available now for JetBrains and VS Code! +Developers and managers can spend 30+ minutes daily on standup updates and sync meetings. CodeSync's AI-generated summaries offer a fast and efficient way to stay on top of your team's development progress. Whether you're a developer keeping in sync with teammates or a manager ensuring the project is on track, CodeSync delivers clear, human-readable coding overviews directly from your IDE. No more manual tracking or sifting through code reviews — our summaries keep your entire team aligned, without the distractions. Integrate seamlessly with Slack to streamline your workflow. Available now for VS Code, JetBrains IDEs, and Cursor! **Key Features** -- **AI-Generated Pull Request Summaries:** Get concise, actionable overviews of pull requests, making code reviews quicker and easier. Reduce time spent digging into details by seeing the bigger picture immediately. -- **Daily Team Summaries in Slack:** Keep everyone aligned with non-intrusive daily summaries posted in team channels. Perfect for quick stand-ups or catching up after a busy day. -- **Seamless GitHub Integration:** Automatically generate summaries for every commit and pull request, so you never miss key changes or updates in your codebase. -- **Developer-Friendly:** Stay in your flow—access pull request summaries and progress updates directly in your IDE without switching tools or reviewing long code histories. -- **Manager and Executive Reporting:** Get high-level overviews of team progress. Track deliverables, spot blockers, and review progress toward business outcomes with biweekly and quarterly reports. +- **Daily AI Summaries in Slack:** Keep everyone aligned with non-intrusive daily summaries posted in team channels. Perfect for quick stand-ups or catching up after a busy day. +- **Seamless IDE Integration:** Automatically generate summaries based on actual progress made in your IDE, so you never miss key changes or updates in your codebase. No git commits required! +- **Manager and Executive Reporting:** Get high-level biweekly overviews of overall team progress and individual developer snapshots. Track deliverables, spot blockers, and review progress toward business outcomes with biweekly and quarterly reports. **Benefits for Each Persona** -- **Developers:** _Quick insights at your fingertips, without leaving your IDE_. Focus on coding, not status updates. Let CodeSync handle the summaries, so you can spend less time managing pull requests and more time building great software. +- **Developers:** _Quick insights at your fingertips, without leaving your IDE_. Focus on coding, not status updates. Let CodeSync AI handle the summaries, so you can spend less time managing pull requests and more time building great software. - **Managers:** _AI-powered summaries save you from manually following up with the team_. Get clear, actionable reports on team progress without diving into the code. Stay aligned with project timelines, identify blockers early, and keep communication efficient. - **Executives:** _Turn raw data into valuable business insights effortlessly_. Understand development progress at a glance. Quarterly reports tie technical achievements directly to business outcomes, giving you a clear picture of ROI and team efficiency. @@ -18,7 +16,7 @@ CodeSync's AI-generated summaries offer a fast and efficient way to stay on top **Data Security** -We support both cloud and self-hosting via AWS (on-prem). If you’d like your data and infrastructure to be within your own AWS account, [contact us](mailto:support@codesync.com) us for a free trial of the on-prem option. +We support both cloud and self-hosting via AWS and GCP (on-prem). If you’d like your data and infrastructure to be within your own AWS account, [contact us](mailto:support@codesync.com) us for a free trial of the on-prem option. CodeSync is SOC-2 compliant and ensures the highest standards of security, privacy and encryption. @@ -26,7 +24,7 @@ The CodeSync IDE plugin collects and sends the following data: code, diff timest [Try CodeSync’s AI-powered summaries today](https://www.codesync.com/request-a-demo) and streamline your workflow! -Free for 14 days. Available for JetBrains IDEs and VS Code. +Free for 30 days. Available for JetBrains IDEs and VS Code. **Stay Informed** - Connect with us on [Discord](https://discord.com/invite/3daCMNZNTa) and [LinkedIn](https://www.linkedin.com/company/codesyncapp/). diff --git a/package.json b/package.json index e4a50d5a..f742070f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "codesync", - "displayName": "CodeSync", + "displayName": "CodeSync AI", "description": "CodeSync's AI-generated summaries provide clear, insightful coding overviews directly in your IDE, keeping your team aligned without manual tracking. Seamlessly integrate with GitHub and Slack to streamline your workflow.", "icon": "images/icon.png", - "version": "4.10.0", + "version": "4.10.1", "publisher": "codesync", "engines": { "vscode": "^1.86.0", @@ -15,10 +15,14 @@ ], "keywords": [ "Productivity", - "Code Review", - "History Playback", + "Daily AI summaries", + "Standup automation", + "AI standup updates", + "AI sprint reviews", + "Code review", "Collaboration", - "SCM" + "Manager updates", + "Project management" ], "activationEvents": [ "onStartupFinished" @@ -72,7 +76,7 @@ }, { "command": "codesync.viewDashboard", - "title": "View Dashboard", + "title": "View Team Daily Updates", "category": "CodeSync" }, {