Skip to content

Commit 2fe1eca

Browse files
stephanjclaude
andcommitted
chore(release): fix v1.5.0 changelog, change-notes, and version bump
The release-prep commit (1ebcbaa) carried over v1.4.5 items into plugin.xml's v1.5.0 change-notes, left stray v0.0.0 blocks, missed the application.properties version bump, and never updated CHANGELOG.md. This commit fixes all four to reflect the actual v1.5.0 work (Skills feature #1040/#1041, docs and CI tweaks), and removes the stale plugin.xml.bak generated by the release script. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1ebcbaa commit 2fe1eca

4 files changed

Lines changed: 37 additions & 750 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [1.5.0] - 2026-05-18
4+
5+
### Added
6+
- feat: Introduce langchain4j Skills and rename Custom Prompts → Commands (#1040)
7+
- New `Skills` settings tab listing skills detected under `~/.devoxxgenie/skills/`, `<project>/.devoxxgenie/skills/`, `.claude/skills/` and `.agents/skills/`, with enable/disable, source, open-folder and reload actions
8+
- `SkillRegistry` project service loads `SKILL.md` definitions; project skills override user skills (with warning)
9+
- Skills are wired into the agent tool chain via `AgentToolProviderFactory` and the system prompt fragment is appended by `ChatMemoryManager` when agent mode is on
10+
- Legacy `customPrompts` XML state is migrated to `commands` on load (settings tab renamed from `Custom Prompts` to `Commands`)
11+
- feat(welcome): show active Skills on the welcome page above Quick Commands (#1041)
12+
- feat(settings): replace six per-source `Open folder` buttons with a single button + source dropdown (#1041)
13+
- feat(skills): scan `.claude/skills` and `.agents/skills` alongside `.devoxxgenie/skills` (#1041)
14+
15+
### Fixed
16+
- fix: fire `onCustomPromptsChanged` from `SkillsSettingsConfigurable` on apply so the welcome page refreshes immediately (#1040)
17+
18+
### Docs
19+
- Add `Commands vs Skills` blog post and screenshot (#1040)
20+
- Update Commands rename and add Skills documentation (#1040)
21+
- Fix duplicate footnote markers in `overview.md` (#1040)
22+
23+
### CI
24+
- ci(claude-review): skip job on fork PRs (OIDC unavailable from forks)
25+
- ci(lychee): exclude `intel.com` from link check (403 on automated crawlers)
26+
27+
### Contributors
28+
- @stephanj
29+
330
## [1.4.5] - 2026-05-18
431

532
### Added

src/main/resources/META-INF/plugin.xml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,15 @@
6060
]]></description>
6161

6262
<change-notes><![CDATA[
63-
<h2>v1.5.0</h2>
64-
<UL>
65-
<LI>feat: Add copy button to user prompt bubble (#1024)</LI>
66-
<LI>feat: add shell env file and shell selector for run_command tool</LI>
67-
<LI>fix: surface multi-line run_command output in agent log preview</LI>
68-
<LI>fix: support CJK characters in chat input field (#1034)</LI>
69-
<LI>fix: destroy process tree in AcpTransport.close() to prevent thread leak</LI>
70-
<LI>fix: revert Compose/Kotlin ecosystem bump that broke the UI</LI>
71-
</UL>
72-
<h2>v0.0.0</h2>
73-
<UL>
74-
<LI>feat: Add copy button to user prompt bubble (#1024)</LI>
75-
<LI>feat: add shell env file and shell selector for run_command tool</LI>
76-
<LI>Add task-211: persistent semantic conversation memory backed by ChromaDB</LI>
77-
<LI>fix: surface multi-line run_command output in agent log preview</LI>
78-
<LI>fix: support CJK characters in chat input field (#1034)</LI>
79-
<LI>fix: destroy process tree in AcpTransport.close() to prevent thread leak</LI>
80-
<LI>fix: revert Compose/Kotlin ecosystem bump that broke the UI</LI>
63+
<h2>v1.5.0</h2>
64+
<UL>
65+
<LI>feat: Introduce langchain4j Skills and rename Custom Prompts → Commands (#1040)</LI>
66+
<LI>feat(welcome): show active Skills on the welcome page above Quick Commands (#1041)</LI>
67+
<LI>feat(settings): replace six per-source 'Open folder' buttons with a single button + source dropdown (#1041)</LI>
68+
<LI>feat(skills): scan .claude/skills and .agents/skills alongside .devoxxgenie/skills (#1041)</LI>
69+
<LI>fix: fire onCustomPromptsChanged from SkillsSettingsConfigurable on apply so the welcome page refreshes immediately (#1040)</LI>
70+
<LI>docs: Commands vs Skills blog post, Skills documentation, footnote fixes (#1040)</LI>
71+
<LI>ci: skip claude-review on fork PRs; exclude intel.com from lychee link check</LI>
8172
</UL>
8273
<h2>v1.4.5</h2>
8374
<UL>

0 commit comments

Comments
 (0)