Skip to content

@continuedev/config-yaml@1.2.0

Compare
Choose a tag to compare
@sestinj sestinj released this 22 Jul 07:54
· 246 commits to main since this release
3995797

1.2.0 (2025-07-22)

Bug Fixes

  • don't stringify os methods (ce26a84)
  • internal permalinks with file extensions (58c721b)
  • open the proper config file (89a7d9a)
  • recover non-related change in InteliJIde.kt (ebd5154)

Features

  • implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented (bb049e8)
  • optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel (10e4c32)
  • reuse terminal and find by terminalName before running command (76bbb67)
  • support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now (1862344)