Skip to content

Releases: swark-io/swark

v.1.4.2

01 Feb 19:15
Compare
Choose a tag to compare

1.4.2 - 2025-02-01

Added

  • Add "OpenAI o3-mini" to available models:
image

Changed

  • Update the output with usage instructions:
    image

v1.4.0

18 Jan 11:38
Compare
Choose a tag to compare

1.4.0 - 2025-01-18

Added

  • Added automatic Mermaid cycle fix capability to prevent diagram rendering issues (#7):
Screenshot 2025-01-18 at 13 31 28
  • Added link to change the configured language model in Swark's output:
Screenshot 2025-01-18 at 13 06 57

v1.3.10

14 Jan 20:36
Compare
Choose a tag to compare

1.3.10 - 2025-01-14

Changed

  • Set GitHub copilot extension as a dependency, as it is required in order for Swark to work.

v1.3.9

12 Jan 21:39
Compare
Choose a tag to compare

1.3.9 - 2025-01-12

Added

  • Add a check for cycles in the mermaid diagram (#7)

v1.3.8

10 Jan 18:25
Compare
Choose a tag to compare

1.3.8 - 2025-01-10

Changed

  • Updated multiple sections of README.md.
  • Reduce extension size by removing demo.gif from package.
  • Throw an error when no files found in the selected folder, and instruct to update the swark.fileExtensions setting.

v1.3.7

09 Jan 18:21
Compare
Choose a tag to compare

1.3.7 - 2025-01-09

Changed

  • Change default model from claude-3.5-sonnet to gpt-4o, due to claude being not available for many users.

v1.3.6

08 Jan 21:37
Compare
Choose a tag to compare

1.3.6 - 2025-01-08

Fixed

  • Extract Mermaid block from LLM to ensure proper rendering of diagram and link creation. (#8)

v1.3.5

07 Jan 18:20
Compare
Choose a tag to compare

1.3.5 - 2025-01-07

Changed

  • Improve error message when no language model is available:
Screenshot 2025-01-07 at 20 07 34
  • Default to gpt-4o when configured model is not available:
Screenshot 2025-01-07 at 20 05 51
  • Add telemetry of available models.

v1.3.4

31 Dec 15:25
Compare
Choose a tag to compare

1.3.4 - 2024-12-31

Changed

  • Show progress in VS Code when prompting the LLM.

v1.3.0

26 Dec 10:40
Compare
Choose a tag to compare

1.3.0 - 2024-12-26

Added

  • Add extension deactivation telemetry.
  • Add telemetry of programming languages used.
  • Write diagram to file in path workspace/swark-output/timestamp__diagram.md, e.g. swark/swark-output/2024-12-25__20-25-34__diagram.md.
  • Write log file that includes the run information and files used. Path: workspace/swark-output/timestamp__log.md:
Screenshot 2024-12-26 at 12 38 13