Skip to content

Commit 05d5e15

Browse files
chore: Update all example projects to v1.7.0
Synchronized all Coach example projects to version 1.7.0 (Production/Stable): VSCode Extension Complete: - Updated package.json: 0.1.0 → 1.7.0 JetBrains Plugin (Basic): - Resolved merge conflict in plugin.xml - Updated build.gradle.kts: 1.0.0 → 1.7.0 - Updated change notes to "1.7.0 - Production/Stable Release" - Added test coverage (90.71%) and Level 4 predictions (30-90 days) JetBrains Plugin Complete: - Updated build.gradle.kts: 0.1.0-alpha → 1.7.0 - Updated plugin.xml version: 0.1.0-alpha → 1.7.0 - Updated change notes to production-ready status - Added test coverage metrics All example projects now reflect: - Production/Stable release status - 90.71% test coverage - Level 4 Anticipatory predictions (30-90 days) - Consistent version alignment with core framework v1.7.0 Files modified: 5 - examples/coach/vscode-extension-complete/package.json - examples/coach/jetbrains-plugin/build.gradle.kts - examples/coach/jetbrains-plugin/src/main/resources/META-INF/plugin.xml - examples/coach/jetbrains-plugin-complete/build.gradle.kts - examples/coach/jetbrains-plugin-complete/src/main/resources/META-INF/plugin.xml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ee359d3 commit 05d5e15

5 files changed

Lines changed: 17 additions & 150 deletions

File tree

examples/coach/jetbrains-plugin-complete/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.deepstudyai.coach"
10-
version = "0.1.0-alpha"
10+
version = "1.7.0"
1111

1212
repositories {
1313
mavenCentral()

examples/coach/jetbrains-plugin-complete/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>0.1.0-alpha</version>
11+
<version>1.7.0</version>
1212

1313
<description><![CDATA[
1414
<h1>Coach - AI with Level 4 Anticipatory Empathy</h1>
@@ -58,17 +58,19 @@
5858
]]></description>
5959

6060
<change-notes><![CDATA[
61-
<h2>0.1.0-alpha - Initial Alpha Release</h2>
61+
<h2>1.7.0 - Production/Stable Release</h2>
6262
<ul>
63+
<li>Production-ready stable release</li>
6364
<li>Complete framework + IDE integration</li>
6465
<li>16 specialized AI wizards</li>
6566
<li>Real-time code analysis</li>
66-
<li>Level 4 Anticipatory predictions</li>
67+
<li>Level 4 Anticipatory predictions (30-90 days)</li>
6768
<li>Multi-wizard collaboration</li>
6869
<li>Project templates for custom wizards</li>
6970
<li>Live templates for common patterns</li>
7071
<li>Quick fixes and intentions</li>
7172
<li>Dedicated tool window</li>
73+
<li>90.71% test coverage</li>
7274
</ul>
7375
]]></change-notes>
7476

examples/coach/jetbrains-plugin/build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.deepstudyai"
7-
version = "1.0.0"
7+
version = "1.7.0"
88

99
repositories {
1010
mavenCentral()
@@ -45,13 +45,15 @@ tasks {
4545
untilBuild.set("243.*")
4646

4747
changeNotes.set("""
48-
<h2>1.0.0</h2>
48+
<h2>1.7.0 - Production/Stable Release</h2>
4949
<ul>
50-
<li>Initial release</li>
50+
<li>Production-ready stable release</li>
5151
<li>16 specialized wizards for software development</li>
52-
<li>Level 4 Anticipatory predictions</li>
52+
<li>Level 4 Anticipatory predictions (30-90 days)</li>
5353
<li>Multi-wizard collaboration</li>
5454
<li>Full IntelliJ Platform integration</li>
55+
<li>90.71% test coverage</li>
56+
<li>Real-time code analysis</li>
5557
</ul>
5658
""".trimIndent())
5759
}

examples/coach/jetbrains-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
<<<<<<< HEAD
21
<!-- Coach IDE Plugin for JetBrains IDEs
32
Copyright 2025 Deep Study AI, LLC
43
Licensed under the Apache License, Version 2.0
54
-->
65

7-
=======
8-
>>>>>>> 0ead1a9 ( Please enter the commit message for your changes. Lines starting)
96
<idea-plugin>
107
<id>com.deepstudyai.coach</id>
118
<name>Coach - AI with Level 4 Anticipatory Empathy</name>
129
<vendor email="support@deepstudyai.com" url="https://deepstudyai.com">Deep Study AI, LLC</vendor>
1310

1411
<description><![CDATA[
15-
<<<<<<< HEAD
1612
<h1>Coach - AI with Level 4 Anticipatory Empathy</h1>
1713
1814
<p><strong>Built on LangChain with 16 Specialized AI Wizards</strong></p>
@@ -61,14 +57,16 @@
6157
]]></description>
6258

6359
<change-notes><![CDATA[
64-
<h2>0.1.0-alpha - Alpha Release</h2>
60+
<h2>1.7.0 - Production/Stable Release</h2>
6561
<ul>
66-
<li>Initial alpha release for testing</li>
62+
<li>Production-ready stable release</li>
6763
<li>Core LSP client with 16 wizard support</li>
6864
<li>Security, Performance, and Accessibility inspections</li>
6965
<li>Real-time code analysis</li>
7066
<li>Quick fixes for common issues</li>
7167
<li>Multi-wizard collaboration</li>
68+
<li>Level 4 Anticipatory predictions (30-90 days)</li>
69+
<li>90.71% test coverage</li>
7270
</ul>
7371
]]></change-notes>
7472

@@ -242,141 +240,6 @@
242240
class="com.deepstudyai.coach.actions.OpenDocumentationAction"
243241
text="Documentation"
244242
description="Open Coach documentation"/>
245-
=======
246-
<h2>AI development assistant with 16 specialized wizards</h2>
247-
248-
<p>Coach brings Level 4 Anticipatory Empathy to your development workflow, predicting issues 30-90 days before they occur.</p>
249-
250-
<h3>Features</h3>
251-
<ul>
252-
<li><strong>16 Specialized Wizards</strong>: Security, Performance, Debugging, Testing, Refactoring, API Design, Database, DevOps, Monitoring, Documentation, Accessibility, Localization, Compliance, Onboarding, Design Review, Retrospective</li>
253-
<li><strong>Level 4 Predictions</strong>: See future bottlenecks before they happen</li>
254-
<li><strong>Multi-Wizard Collaboration</strong>: Orchestrate complex workflows</li>
255-
<li><strong>Code Inspections</strong>: Real-time issue detection with quick fixes</li>
256-
<li><strong>Tool Window</strong>: Full wizard interface in IDE</li>
257-
</ul>
258-
259-
<h3>Requirements</h3>
260-
<ul>
261-
<li>Python 3.12+ (with python3 in PATH)</li>
262-
<li>IntelliJ Platform 2024.1+</li>
263-
</ul>
264-
]]></description>
265-
266-
<change-notes><![CDATA[
267-
<h3>1.0.0</h3>
268-
<ul>
269-
<li>Initial release</li>
270-
<li>16 specialized wizards</li>
271-
<li>Level 4 Anticipatory predictions</li>
272-
<li>Multi-wizard collaboration</li>
273-
<li>Full IntelliJ Platform integration</li>
274-
</ul>
275-
]]></change-notes>
276-
277-
<!-- Product and plugin compatibility requirements -->
278-
<depends>com.intellij.modules.platform</depends>
279-
<depends>com.intellij.modules.lang</depends>
280-
281-
<extensions defaultExtensionNs="com.intellij">
282-
<!-- Tool Window -->
283-
<toolWindow
284-
id="Coach"
285-
anchor="right"
286-
icon="/icons/coach-13.svg"
287-
factoryClass="com.deepstudyai.coach.ui.CoachToolWindowFactory"/>
288-
289-
<!-- Inspections -->
290-
<localInspection
291-
language=""
292-
groupName="Coach"
293-
displayName="Security Issues"
294-
enabledByDefault="true"
295-
level="WARNING"
296-
implementationClass="com.deepstudyai.coach.inspections.SecurityInspection"/>
297-
298-
<localInspection
299-
language=""
300-
groupName="Coach"
301-
displayName="Performance Issues"
302-
enabledByDefault="true"
303-
level="WARNING"
304-
implementationClass="com.deepstudyai.coach.inspections.PerformanceInspection"/>
305-
306-
<localInspection
307-
language=""
308-
groupName="Coach"
309-
displayName="Accessibility Issues"
310-
enabledByDefault="true"
311-
level="WARNING"
312-
implementationClass="com.deepstudyai.coach.inspections.AccessibilityInspection"/>
313-
314-
<!-- Project Service -->
315-
<projectService
316-
serviceImplementation="com.deepstudyai.coach.lsp.CoachLSPClient"/>
317-
318-
<!-- Settings -->
319-
<projectConfigurable
320-
parentId="tools"
321-
instance="com.deepstudyai.coach.settings.CoachConfigurable"
322-
id="com.deepstudyai.coach.settings.CoachConfigurable"
323-
displayName="Coach"/>
324-
325-
<!-- Notification Group -->
326-
<notificationGroup
327-
id="Coach Notifications"
328-
displayType="BALLOON"/>
329-
</extensions>
330-
331-
<actions>
332-
<group id="CoachActionGroup" text="Coach" popup="true" icon="/icons/coach-13.svg">
333-
<action
334-
id="Coach.AnalyzeFile"
335-
class="com.deepstudyai.coach.actions.AnalyzeFileAction"
336-
text="Analyze Current File"
337-
description="Run Coach analysis on current file"
338-
icon="AllIcons.Actions.Find"/>
339-
340-
<action
341-
id="Coach.SecurityAudit"
342-
class="com.deepstudyai.coach.actions.SecurityAuditAction"
343-
text="Run Security Audit"
344-
description="STRIDE threat modeling and vulnerability scan"
345-
icon="AllIcons.Actions.Shield"/>
346-
347-
<action
348-
id="Coach.GenerateTests"
349-
class="com.deepstudyai.coach.actions.GenerateTestsAction"
350-
text="Generate Test Suite"
351-
description="Create comprehensive test suite"
352-
icon="AllIcons.RunConfigurations.TestState.Run"/>
353-
354-
<action
355-
id="Coach.PerformanceProfile"
356-
class="com.deepstudyai.coach.actions.PerformanceProfileAction"
357-
text="Profile Performance"
358-
description="Identify performance bottlenecks"
359-
icon="AllIcons.Actions.ProfileCPU"/>
360-
361-
<action
362-
id="Coach.Refactor"
363-
class="com.deepstudyai.coach.actions.RefactorAction"
364-
text="Suggest Refactorings"
365-
description="Code quality and technical debt analysis"
366-
icon="AllIcons.Actions.RefactoringBulb"/>
367-
368-
<separator/>
369-
370-
<action
371-
id="Coach.MultiWizardReview"
372-
class="com.deepstudyai.coach.actions.MultiWizardAction"
373-
text="Multi-Wizard Review"
374-
description="Orchestrate multiple wizards"
375-
icon="AllIcons.Actions.GroupBy"/>
376-
377-
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
378-
<add-to-group group-id="MainMenu" anchor="after" relative-to-action="ToolsMenu"/>
379-
>>>>>>> 0ead1a9 ( Please enter the commit message for your changes. Lines starting)
380243
</group>
381244
</actions>
382245
</idea-plugin>

examples/coach/vscode-extension-complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": "0.1.0",
5+
"version": "1.7.0",
66
"publisher": "deepstudyai",
77
"author": {
88
"name": "Patrick Roebuck",

0 commit comments

Comments
 (0)