Skip to content

Releases: loopwork-ai/emcee

v0.4.5

29 Mar 11:48
c4e9f0e
Compare
Choose a tag to compare

Changelog

  • c4e9f0e Add schema description, enum values to tool description (#51)

v0.4.4

14 Mar 16:44
cdaa48b
Compare
Choose a tag to compare

What's Changed

  • Update server implementation to handle notifications by @mattt in #48
  • Handle requests with initialize method explicitly by @mattt in #49

Full Changelog: v0.4.3...v0.4.4

v0.4.3

14 Mar 16:11
928369b
Compare
Choose a tag to compare

What's Changed

  • Truncate tool names to 64 characters by @mattt in #47

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Feb 14:16
f1951d7
Compare
Choose a tag to compare

Changelog

v0.4.1

28 Jan 19:52
bfbe3ba
Compare
Choose a tag to compare

Changelog

  • bfbe3ba Fix request query encoding of array parameters (#41)

v0.4.0

27 Jan 12:55
f3e7ba2
Compare
Choose a tag to compare

Changelog

  • f3e7ba2 Add support for 1Password secret references (#37)

v0.3.1

27 Jan 10:44
fd3a889
Compare
Choose a tag to compare

Changelog

v0.3.0

26 Jan 15:16
9676728
Compare
Choose a tag to compare

What's Changed

  • fixes a bad command in the readme that causes the debugger fail by @carlpeaslee in #22
  • Move installer script into tools by @mattt in #23
  • adds a hero image to the top of the readme by @carlpeaslee in #24
  • adds a callout with loopwork email by @carlpeaslee in #25
  • adds an example claude_Desktop_config, useful for debugging by @carlpeaslee in #27
  • Move example Claude Desktop config to testdata directory by @mattt in #29
  • Replace --auth option with --bearer-auth / --basic-auth / --raw-auth options by @mattt in #30
  • Fix how requests are constructed from server base URL by @mattt in #31

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Jan 00:38
5348a8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.2.0

v0.1.7

23 Jan 22:48
a19448d
Compare
Choose a tag to compare

Changelog

  • a19448d Point goreleaser brew step to homebrew-tap repo