Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Releases: jpcx/llmq

Typo Fix

18 May 16:42
abec7d4

Choose a tag to compare

Typo Fix Pre-release
Pre-release

Fixed

  • Fixed typo in README

Temporary Contexts, More Demos, Example Scripts

18 May 03:39
4df4010

Choose a tag to compare

Fixed

  • Compound context paths now work properly
  • gpt plugin now works with immediate EOF from stdin
  • Touched up various sections of the README

Changed

  • rm renamed to del for clear

Added

  • Added temporary context support
  • Added several more demos and example scripts
  • Added onfinish listener to plugin base class

Patch 0.1.2

26 Apr 19:23

Choose a tag to compare

Patch 0.1.2 Pre-release
Pre-release

Changed

  • plugins/*.mk files included after all: to allow for target-specific variables.

Added

  • Added an example for using *.mk files.

Patch 0.1.1

26 Apr 17:22

Choose a tag to compare

Patch 0.1.1 Pre-release
Pre-release

Fixes

  • Makefile now uses soft include to allow build without custom *.mk files.

Changes

  • README edits

Minor 0.1.0 (First Release)

26 Apr 06:33
5c0fda2

Choose a tag to compare

Pre-release

Added

  • First release.
  • gpt plugin added.