Skip to content

Releases: danielmiessler/fabric

1.4.0

22 Apr 00:18
Compare
Choose a tag to compare

Added the ability to build on previous conversations using context.

1.3.0

14 Mar 18:48
Compare
Choose a tag to compare

Multiple installer enhancements and utility upgrades.

v1.2.0

13 Mar 20:38
Compare
Choose a tag to compare
  • The installer now uses pipx instead of a ./setup.sh bash script.
  • Updated instructions
  • Added another introduction video by Matthew Berman
  • Added multiple new patterns

v1.1.3

08 Mar 07:41
Compare
Choose a tag to compare

Multiple enhancements for additional models and easier installation process.

v1.1.2

03 Mar 18:57
Compare
Choose a tag to compare

Updated setup.sh and --update flags to make a more fluid install.

  • Improved setup.sh to fix a bug with writing to shell conf files
  • Fixed alias creation so that you can use pattern name without using fabric -p

v1.1.1

03 Mar 00:27
Compare
Choose a tag to compare

Updates install method and instructions.

1.1.0

18 Feb 02:51
86ba1ad
Compare
Choose a tag to compare

This release updates the installation process to use Poetry combined with an elegant ./setup.sh script that does all the work for you.

  • Migrates to Poetry
  • Simplifies Poetry install using curl install
  • Handles everything else via ./setup.sh

Version 1.0.0

06 Feb 10:13
Compare
Choose a tag to compare

This is the first release of Fabric. Features include:

  1. Multiple patterns (prompts) under /patterns.
  2. A working client under /client.
  3. Working Mill (server) code under /server/.