Skip to content

Releases: jlcheng/jcllm

v0.4.3

01 Feb 17:45

Choose a tag to compare

Changelog

  • 4e62b95 Remove unnecessary gofmt usage
  • 3173d17 Treat input with only mentions as blank input
  • 2b3357a Update to google.golang.org/genai@v0.1.0
  • c9dbff2 Use iterator instead of channels to implement a response stream

Released by GoReleaser.

v0.4.2 - Adds OpenAI support

24 Jan 04:12

Choose a tag to compare

Changelog

  • 3838eaa Add system prompt support for the OpenAI provider
  • 575451c list models support in openai provider
  • 9309564 solicit response (chat completions) support for OpenAI

Released by GoReleaser.

v0.4.1

20 Jan 02:16

Choose a tag to compare

Changelog

  • f5c3bd5 Fix incorrect prefix when in multi-line mode

Released by GoReleaser.

v0.4.0

17 Jan 22:51

Choose a tag to compare

Changelog

  • d049038 Add /m, the change model command.
  • baa89da Add aider config to this project
  • 1032a2f Change module name to github.com/jlcheng/jcllm to match source repo
  • 63d0990 Clean up gitignore
  • c04938f Use staticcheck, gofmt, and goimports for static analysis
  • c7c4bfa feat: Add NewSetModelCmd to change the model in REPL

Released by GoReleaser.

v0.3.0

17 Jan 02:24

Choose a tag to compare

Changelog


Released by GoReleaser.

v0.2.0

15 Jan 06:18

Choose a tag to compare

Changelog

  • c069f39 Include version info in the binary
  • 065f98d Print debug statement on unexpected type

Released by GoReleaser.

v0.1.0-exp

13 Jan 04:56

Choose a tag to compare

Add support for Grounding with Google Search

https://ai.google.dev/gemini-api/docs/grounding?lang=rest

v0.0.4

09 Jan 03:01

Choose a tag to compare

Correctly sets the system prompt.

v0.0.3

08 Jan 06:51

Choose a tag to compare

This release is a working prototype.