Skip to content

Releases: go-go-golems/geppetto

v0.4.12

03 Jun 01:59
Compare
Choose a tag to compare

Changelog

  • 60de730 🚑 Fix building TUI on darwin by removing clipboard dependency in bobatea

v0.4.6

07 Apr 22:34
c3ee2b2
Compare
Choose a tag to compare

Changelog

  • 261b755 🚑 Fix codegen conversation path
  • 9cb11f3 ⬆️ Bump bobatea
  • 9208e12 🎨 Add beginning of steps-ui prompto
  • 0840986 🎨 Add info about incomplete claude messages API
  • 69057f0 🚜 Move conversation files around
  • c3ee2b2 Merge pull request #121 from wesen/task/add-file-picker-saving

v0.4.5

28 Mar 00:55
e8cb558
Compare
Choose a tag to compare

Changelog

  • 9f7ab71 🚑 Defer acking messages to avoid ordering problems, since we are waiting for handlers to finish
  • 3d45c48 💡 Adding profiles documentation
  • 05111e7 📝 Remove out of date comment
  • e3bd12b ✨ Add profiles support
  • 6fc1f3d ✨ Add rudimentary profiles support
  • 81ea44e ✨ Consolidate the watermill routing in a class that kind of abstracts it
  • cbdc316 🚜 Refactor event handling and print handlers
  • 6dc1bdf 🚜 Rename SubscriptionManager to PublisherManager
  • 715ab04 Merge pull request #118 from wesen/task/fix-ordering-events
  • e8cb558 Merge pull request #119 from wesen/task/add-profiles-support

v0.4.4

20 Mar 19:50
1c9dcea
Compare
Choose a tag to compare

Changelog

  • a22646a 🚑 Fix watermill subscription not being done anymore
  • b53c68f ⬆️ Bump bobatea for textarea fixes
  • 896be1d ⬆️ Bump dependencies
  • ef414f7 ⬆️ Bump for new glazed
  • b3f28b9 ⬆️ Update geppetto to use the new repository directories
  • fa2fdd8 🎨 Fix ls-commands field name
  • 7c466a7 🎨 Some new prompts
  • 6e5b039 🎨 Undo unnecessary annoying rename
  • eda6e1a 🎨 Update WithChoices
  • f04507a ✨ 💩 Supporting multiple API keys
  • a601d66 ✨ Add github-issue creation command
  • f1936db ✨ Update for new ls-commands clay thing
  • f6f029c 🚜 Reorganize clay a bit and remove repository interface
  • 1c9dcea Merge pull request #117 from wesen/task/add-multiple-api-keys

v0.4.3

17 Jan 21:06
e82d5a5
Compare
Choose a tag to compare

Changelog

  • 30b0666 ✨ Add shortHelp layers specification
  • e82d5a5 Merge pull request #115 from wesen/misc/add-short-help-layers

v0.4.2

17 Jan 15:26
47aaea8
Compare
Choose a tag to compare

Changelog

  • 2ff79ca 🚑 Don't print out the system/first-user prompt
  • 47aaea8 Merge pull request #114 from wesen/bug/tweak-conversation-print

v0.4.1

17 Jan 14:26
Compare
Choose a tag to compare

Changelog

  • a5e5244 🚑 Fix build errors
  • 57a3346 🚑 Fix ollama layers
  • d136035 🚑 Fix ollama-chat mistake
  • 85b61b2 🎨 🚑 Update codegen to new API
  • 9b4d31a 🎨 Adapt to new cobra parser API in glazed
  • c924f75 🎨 Adapt to new event types
  • bdfb092 🎨 Bump thirdparty dependencies and disable the ollama layer for now
  • befac8c 🎨 Print out raw events
  • 7cc0d48 🎨 Update tool-ui to work with new event types
  • 9f1fe22 🎨 Use new conversation manager layout
  • 51539e0 🚧 💩 WIP stream completion for tools
  • 61b8c8c ✨ 🚑 Properly stream new messages using the new conversation management
  • 49aa3ad ✨ Add step settings prompto
  • 0b4ba69 ✨ At least make it compile with the new message structure
  • 700f8fc ✨ Clean up the chat backend interface to not have a separate chat.Step interface
  • 78e6eb5 ✨ Properly display tool call (all steps)
  • 9a265b9 Merge pull request #113 from wesen/task/add-event-ui-connection

v0.4.0

10 Jan 10:33
4c863f7
Compare
Choose a tag to compare

Changelog

  • 5500c26 ⬆️ Bump bobatea dependency
  • f48a520 ⬆️ Bump bobatea for new clipboard shortcuts
  • 6c68340 ⬆️ Bump glazed
  • e008bfd ⬆️ Bump glazed and update API to register layers, fix agents
  • e0aa727 🎨 Fix lint
  • bc16935 ✨ Add crashdump reproducing command
  • 0dff485 ✨ Use middlewares to parse settings overrides from viper for geppetto
  • 2a2ba23 🚜 Move chat UI to the bobatea package
  • d4e2973 Merge pull request #110 from wesen/misc/use-viper-middlewares
  • 2c1eb08 Merge pull request #111 from wesen/task/update-agents-to-use-new-layers-api
  • 4c863f7 Merge pull request #112 from wesen/misc/extract-ui

v0.3.0

03 Jan 20:11
ba376ec
Compare
Choose a tag to compare

Changelog

  • bddcf22 ⬆️ Adapt to new glazed API for ParameterLayers
  • 314b7fc ⬆️ Bump go.sum
  • 48e8802 ⬆️ Update for new glazed API
  • 0ec8aae ⬆️ Update parka and clay deps
  • a0a5fa3 🎨 Adapt to new glazed middleware parsing
  • 8629752 🎨 Rename WithLayers to WithLayersList
  • a86e2f3 ✨ Add ollama client (prototype)
  • 57fbb3b ✨ Updated to match new API, added Ollama client
  • ba376ec Merge pull request #109 from wesen/task/refactor-layer-parsing

v0.2.26

15 Dec 04:47
ad9940b
Compare
Choose a tag to compare

Changelog

  • f3715b1 ⬆️ Bump glazed
  • 1c55ea6 🎨 🚑 Update to use FileNameToFsAndPath
  • 6be1db8 🎨 ⬆️ Update to new loaders interfaces
  • ce9639e 🎨 Further simplify loaders interface
  • ad9940b Merge pull request #108 from wesen/misc/2023-12-13/refactor-loaders-interfaces