Skip to content

Releases: dwmkerr/terminal-ai

v0.10.2

05 Mar 09:58
e544bf0

Choose a tag to compare

0.10.2 (2025-03-05)

Bug Fixes

  • api-key: fail on missing key (i.e. return non-zero) (b2d8514)

v0.10.1

03 Mar 06:50
1f5b1d3

Choose a tag to compare

0.10.1 (2025-03-03)

Bug Fixes

  • fix output when piping to stdout (4084bc1)

Miscellaneous Chores

v0.10.0

02 Mar 20:20
f0bc886

Choose a tag to compare

0.10.0 (2025-03-02)

Features

  • actions: 'save conversation' action (119b27d)
  • chat: save response/convo overwrite and create folders (143c4fe)
  • shell: pipe to stdin uploads a file named stdin (9f06cad)
  • usage: experimental 'usage' command (debug only) (4f016ec)

Bug Fixes

  • chat: fullscreen chat input now sends correctly (5f074b5)
  • docs: add missing piping demo (5c50f99)
  • docs: corrected stdin sample (800c869)

v0.9.0

24 Feb 11:26
bd755d4

Choose a tag to compare

0.9.0 (2025-02-24)

Features

v0.8.0

17 Feb 11:41
74905bc

Choose a tag to compare

0.8.0 (2025-02-17)

Features

  • chat: add the -r, --raw flag to disable formatting or manipulation of output (07ff0c9)
  • experimental assistants api (#39) (07ff0c9)

v0.7.1

13 Feb 18:45
83a48b1

Choose a tag to compare

0.7.1 (2025-02-13)

Bug Fixes

  • correct use of env/params (d2cbf6f)
  • package missing prompts dir (b842229)

v0.7.0

13 Feb 12:22
e674a54

Choose a tag to compare

0.7.0 (2025-02-13)

Features

  • chat: 'Execute' action to run scripts (d080d19)
  • chat: model is now configurable (85c3aac)

Bug Fixes

  • missing files in partial commit (5083b99)

v0.6.0

12 Feb 09:54
06e1bf5

Choose a tag to compare

0.6.0 (2025-02-12)

Features

  • chat: 'code' output context prompts configurable (#21) (d7126b7)
  • chat: 'copy' option (#29) (2e46e86)
  • check: 'ai check' validates OpenAI key and config (#27) (24a3d9b)
  • docs: terminal recording + docs (#23) (48b75fd)
  • init: 'ai init' sets/updates/checks config (#28) (370ce66)

Bug Fixes

  • build: reduce bundle size - bundle only distributables (#30) (826fe17)
  • re enable theme tests (#24) (357b433)

v0.5.0

10 Feb 12:28
810aa86

Choose a tag to compare

0.5.0 (2025-02-10)

Features

v0.4.0

09 Feb 19:11
1812fcc

Choose a tag to compare

0.4.0 (2025-02-09)

Features

Bug Fixes

  • ai: show instructions post install (cf029ae)
  • build: correctly install dependencies on build (b5dcf7f)
  • build: hide deprecation warnings from eslint deps (e8c6a5f)
  • bundle distributable code (#6) (690e95e)
  • deprecation warning (2172ca4)
  • remove stale files (#8) (e05f8d4)

Miscellaneous Chores