Skip to content

Releases: agiUnderground/useless-agent

v0.0.4

28 Oct 19:36

Choose a tag to compare

v0.0.4 Pre-release
Pre-release
  • useless-agent now llm-provider agnostic.
  • easy server setup with docker.
  • vim-like navigation between sessions. Select sessions with Ctrl+hjkl.
  • small responsive design improvements.
  • added a little identifier to the chat which shows an active session ip.
  • removed stateUpdate action, it distracts llm and breaks the action flow.
  • added settings sidebar.
  • added a hotkey for the settings toggle - S.
  • added a hotkey for the chat focus - C.
  • clear chat with Ctrl+L. Remove focus from the chat with Esc.
  • remove font-related CDN requests.
  • logs streaming from the server(binary stdout) to the client.
  • do not allow creation of the tasks when session server is offline.
  • fix stability of the z.ai llm provider.