Skip to content

Releases: ghostflyby/IntelliJ-Plugins

AgentSkillsEditing v1.0.0

06 Jun 16:05
e1dd7a2

Choose a tag to compare

Added

  • Inline rename for skill names (Shift+F6 on name field)
  • 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 name to parent skill directory
  • Update from skill directory to SKILL.md on rename

WorkspaceMcpTools v1.0.4

04 May 12:02
be9b84a

Choose a tag to compare

Fixed

  • quality_get_file_problems and all scope-based problem analysis tools now wrap InspectionEngine calls in a
    DaemonProgressIndicator context, fixing "must be run under DaemonProgressIndicator" runtime
    errors. #222

WorkspaceMcpTools v1.0.3

02 Apr 07:01
c051a6c

Choose a tag to compare

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

02 Apr 17:25
aebba5f

Choose a tag to compare

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 .md association to Vue, keeps detected
    VitePress pages on the dedicated VitePress file type, and forces other Markdown files back to Markdown through
    dynamic file type overrides. #208

Fixed

  • Renaming script setup symbols 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

25 Mar 16:08
b70aa1d

Choose a tag to compare

Fixed

  • wrong enum names for AI agents in tool calling #194

GradleMcpTools v1.1.2

25 Mar 16:08
b70aa1d

Choose a tag to compare

Fixed

  • wrong enum names for AI agents in tool calling #194

EnhancedHotSwapEnabler v1.5.7

25 Mar 07:21
4f4bd57

Choose a tag to compare

Fixed

  • Lazy Disposable for AutoCleanKey to avoid eager service initialization causing exception

macOSRecents v1.1.0

24 Mar 16:40
42f28a8

Choose a tag to compare

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

24 Mar 18:41
4b7dd64

Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • Markdown files now switch to the VitePress file type immediately after being moved or copied into a recognized
    VitePress content tree.

Security

SpotlessIntegration v1.1.0

22 Mar 15:06
9dcae61

Choose a tag to compare

Added

Changed

  • refined the config UI layout #184
  • documented plugin API #184

Deprecated

Removed

Fixed

Security