diff --git a/CHANGELOG.md b/CHANGELOG.md index ec051c6d..1f09eefd 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.2] - 2025-12-08 +- Updated README & Main description content + ## [4.10.1] - 2025-07-05 - Updated keyword list and view dashboard button name for better clarity diff --git a/README.md b/README.md index 23331676..a5082f04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **AI-Powered Coding Summaries: Stay Synced Without the Overhead.** -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! +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 up-to-date with your team's daily progress, or a manager needing biweekly updates, CodeSync delivers clear, human-readable coding overviews directly to where you need them. 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** - **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. diff --git a/package.json b/package.json index f742070f..663abce5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "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.", + "description": "CodeSync's AI-generated summaries provide clear, insightful coding overviews straight from your IDE, keeping your team aligned without time-consuming update meetings. Get daily updates for developers via Slack, and biweekly reports for managers via email.", "icon": "images/icon.png", "version": "4.10.1", "publisher": "codesync",