Releases: ghostflyby/IntelliJ-Plugins
Releases · ghostflyby/IntelliJ-Plugins
AgentSkillsEditing v1.0.0
Added
- Inline rename for skill names (Shift+F6 on
namefield) - Auto-fix for name/directory mismatch (
Set name to...,Rename directory to...,Rename both to...) - Manual rename quickfix that triggers inline rename
- Validation of consecutive hyphens in skill names
- Go to Declaration from
nameto parent skill directory - Update from skill directory to
SKILL.mdon rename
WorkspaceMcpTools v1.0.4
Fixed
quality_get_file_problemsand all scope-based problem analysis tools now wrapInspectionEnginecalls in a
DaemonProgressIndicatorcontext, fixing"must be run under DaemonProgressIndicator"runtime
errors. #222
WorkspaceMcpTools v1.0.3
Changed
- Input-side MCP signatures now explicitly document accepted enum values for quick shortcut parameters and nested
request DTO fields, reducing the need for agents to infer valid inputs from output echoes or trial-and-error.
VitePress v1.1.0
Added
- Optional Vue language service workaround for VitePress Markdown files, with a settings entry and a one-time
application-level notification. The workaround switches the global.mdassociation toVue, keeps detected
VitePress pages on the dedicatedVitePressfile type, and forces other Markdown files back toMarkdownthrough
dynamic file type overrides. #208
Fixed
- Renaming
script setupsymbols and VitePress interpolation references now updates usages inside injected heading,
link text, and table cell template regions without triggering refactoring errors. - Vue template interpolations inside plain Markdown table cells are now recognized and injected
correctly. #204
WorkspaceMcpTools v1.0.2
Fixed
- wrong enum names for AI agents in tool calling #194
GradleMcpTools v1.1.2
Fixed
- wrong enum names for AI agents in tool calling #194
EnhancedHotSwapEnabler v1.5.7
Fixed
- Lazy Disposable for AutoCleanKey to avoid eager service initialization causing exception
macOSRecents v1.1.0
Changed
- Refactored recents synchronization to use diff-based updates with debounced scheduling.
- Added a dedicated Cocoa bridge/sync service with error isolation for startup and update flows.
- Added tests for ordering, deduplication, incremental updates, and startup merge behavior.
VitePress v1.0.1
Added
Changed
Deprecated
Removed
Fixed
- Markdown files now switch to the
VitePressfile type immediately after being moved or copied into a recognized
VitePress content tree.