Skip to content

Releases: biisal/godo

v0.1.2

19 Mar 12:25

Choose a tag to compare

Changelog

  • 98ddd97 Merge branch 'main' of github.com:biisal/godo
  • 2ecf605 Merge pull request #2 from voidpkr/main
  • c6bcf11 added desktop entery for linux
  • 771f4e7 added desktop entery for linux
  • 719841b feat: support both reasoning and reasoning_content fields in deltaReasoning

v0.1.1

10 Mar 07:09

Choose a tag to compare

Changelog

  • 38206f8 feat: Enhance README with updated project description, new agent capabilities, and refreshed asset images.
  • 88b7efb feat: Standardize OS name to lowercase and map x86_64 architecture to amd64 for remote downloads.
  • 080fd61 fix: Correct EroorType typo to ErrorType in config tests and add new asset files.
  • 6418cf8 refactor: improve API key input handling with a new readLine utility, fix ErrorType typo, and streamline config saving.

v0.1.0

01 Mar 11:26

Choose a tag to compare

Changelog

  • a5b7e9c refactor: rename agent message initialization, remove unused markdown renderer, and streamline auto-update logic.

v0.0.15

01 Mar 07:25

Choose a tag to compare

Changelog

  • c06cb69 refactor: streamline agent message handling with a new appendMessage helper and add comprehensive tests for message management.

v0.0.14

01 Mar 06:59

Choose a tag to compare

Changelog

  • a7704e1 feat: Enhance Taskfile with new build/test tasks and variables, and improve memory store test robustness with error checking.

v0.0.13

01 Mar 06:10

Choose a tag to compare

Changelog

  • 3c6d814 feat: Implement persistent agent memory with SaveMemory and RecallMemories tools.

v0.0.12

01 Mar 05:06

Choose a tag to compare

Changelog

  • 8a4dcb2 feat: introduce IsProcessing state to the agent model to prevent new prompts while processing.

v0.0.11

01 Mar 04:31

Choose a tag to compare

Changelog

  • 6bc2400 refactor: Rename .goreleaser.yaml to .goreleaser.yml and update archive formats and ldflags.

v0.0.10

01 Mar 04:13

Choose a tag to compare

Changelog

  • 16f64db feat: Display a welcome message in empty chats and reset the prompt input after user message submission.

v0.0.9

01 Mar 03:57

Choose a tag to compare

Changelog

  • 0ffbb27 feat: Implement self-update functionality and remove the TUI shell side panel.
  • 34e2b34 feat: Refactor application startup into dedicated functions and enable immediate restart after auto-update.
  • a6aa436 feat: add error logging and refine the update command's error handling and success messages.