File tree Expand file tree Collapse file tree
jetbrains-plugin-complete
src/main/resources/META-INF
src/main/resources/META-INF
vscode-extension-complete Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to the Empathy Framework will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.7.1] - 2025-11-22
9+
10+ ### Changed
11+
12+ ** Project Synchronization**
13+ - Updated all Coach IDE extension examples to v1.7.1
14+ - VSCode Extension Complete: synchronized version
15+ - JetBrains Plugin (Basic): synchronized version and change notes
16+ - JetBrains Plugin Complete: synchronized version and change notes
17+ - Resolved merge conflict in JetBrains Plugin plugin.xml
18+ - Standardized version numbers across all example projects
19+ - Updated all change notes to reflect Production/Stable status
20+
21+ ** Quality Improvements**
22+ - Ensured consistent version alignment with core framework
23+ - Improved IDE extension documentation and metadata
24+ - Enhanced change notes with test coverage (90.71%) and Level 4 predictions
25+
826## [ 1.7.0] - 2025-11-21
927
1028### Added - Phase 1: Foundation Hardening
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.deepstudyai.coach"
10- version = " 1.7.0 "
10+ version = " 1.7.1 "
1111
1212repositories {
1313 mavenCentral()
Original file line number Diff line number Diff line change 88 <id >com.deepstudyai.coach</id >
99 <name >Coach - AI with Level 4 Anticipatory Empathy</name >
1010 <vendor email =" patrick.roebuck@deepstudyai.com" url =" https://github.com/Deep-Study-AI/coach" >Patrick Roebuck</vendor >
11- <version >1.7.0 </version >
11+ <version >1.7.1 </version >
1212
1313 <description ><![CDATA[
1414 <h1>Coach - AI with Level 4 Anticipatory Empathy</h1>
5858 ]]> </description >
5959
6060 <change-notes ><![CDATA[
61- <h2>1.7.0 - Production/Stable Release</h2>
61+ <h2>1.7.1 - Maintenance Release</h2>
6262 <ul>
63+ <li>Version synchronization with core framework</li>
64+ <li>Updated metadata and documentation</li>
6365 <li>Production-ready stable release</li>
6466 <li>Complete framework + IDE integration</li>
6567 <li>16 specialized AI wizards</li>
6668 <li>Real-time code analysis</li>
6769 <li>Level 4 Anticipatory predictions (30-90 days)</li>
6870 <li>Multi-wizard collaboration</li>
6971 <li>Project templates for custom wizards</li>
70- <li>Live templates for common patterns</li>
7172 <li>Quick fixes and intentions</li>
72- <li>Dedicated tool window</li>
7373 <li>90.71% test coverage</li>
7474 </ul>
7575 ]]> </change-notes >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.deepstudyai"
7- version = " 1.7.0 "
7+ version = " 1.7.1 "
88
99repositories {
1010 mavenCentral()
@@ -45,15 +45,15 @@ tasks {
4545 untilBuild.set(" 243.*" )
4646
4747 changeNotes.set("""
48- <h2>1.7.0 - Production/Stable Release</h2>
48+ <h2>1.7.1 - Maintenance Release</h2>
4949 <ul>
50+ <li>Version synchronization with core framework</li>
51+ <li>Updated metadata and documentation</li>
5052 <li>Production-ready stable release</li>
5153 <li>16 specialized wizards for software development</li>
5254 <li>Level 4 Anticipatory predictions (30-90 days)</li>
5355 <li>Multi-wizard collaboration</li>
54- <li>Full IntelliJ Platform integration</li>
5556 <li>90.71% test coverage</li>
56- <li>Real-time code analysis</li>
5757 </ul>
5858 """ .trimIndent())
5959 }
Original file line number Diff line number Diff line change 5757 ]]> </description >
5858
5959 <change-notes ><![CDATA[
60- <h2>1.7.0 - Production/Stable Release</h2>
60+ <h2>1.7.1 - Maintenance Release</h2>
6161 <ul>
62+ <li>Version synchronization with core framework</li>
63+ <li>Updated metadata and documentation</li>
6264 <li>Production-ready stable release</li>
6365 <li>Core LSP client with 16 wizard support</li>
6466 <li>Security, Performance, and Accessibility inspections</li>
6567 <li>Real-time code analysis</li>
66- <li>Quick fixes for common issues</li>
6768 <li>Multi-wizard collaboration</li>
6869 <li>Level 4 Anticipatory predictions (30-90 days)</li>
6970 <li>90.71% test coverage</li>
Original file line number Diff line number Diff line change 22 "name" : " coach-vscode" ,
33 "displayName" : " Coach - AI Code Analysis" ,
44 "description" : " AI-powered code analysis with 16 specialized wizards and Level 4 Anticipatory Empathy" ,
5- "version" : " 1.7.0 " ,
5+ "version" : " 1.7.1 " ,
66 "publisher" : " deepstudyai" ,
77 "author" : {
88 "name" : " Patrick Roebuck" ,
Original file line number Diff line number Diff line change 22 "name" : " coach-ai" ,
33 "displayName" : " Coach - AI with Level 4 Anticipatory Empathy" ,
44 "description" : " AI development assistant with 16 specialized wizards for comprehensive software development support" ,
5- "version" : " 1.7.0 " ,
5+ "version" : " 1.7.1 " ,
66 "publisher" : " deepstudyai" ,
77 "icon" : " media/icons/coach-icon.png" ,
88 "repository" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " empathy-framework"
7- version = " 1.7.0 "
7+ version = " 1.7.1 "
88description = " A five-level maturity model for AI-human collaboration with anticipatory empathy"
99readme = {file = " README.md" , content-type = " text/markdown" }
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments