Skip to content

Releases: dustland/agentok

v0.30.0

10 Feb 09:21
Compare
Choose a tag to compare

0.30.0 (2025-02-10)

Features

  • deepseek assistant node (7a37b11)

v0.29.2

10 Feb 02:24
Compare
Choose a tag to compare

0.29.2 (2025-02-10)

Bug Fixes

  • tool params format issue (321aa1f)

v0.29.1

10 Feb 00:16
Compare
Choose a tag to compare

0.29.1 (2025-02-10)

Bug Fixes

  • leak of OAI_CONFIG_LIST in the generated code (fbf7281)
  • note node not resizable on y axis (e2d0419)
  • tool name is not extracted when registering (e28def3)

v0.29.0

09 Feb 05:49
Compare
Choose a tag to compare

0.29.0 (2025-02-09)

Bug Fixes

  • default project not working (4e567aa)
  • forking a template will jump to wrong page (16ddab7)
  • regression bug caused dropping nodes failed (d86f27f)

Features

v0.28.0

07 Feb 03:57
Compare
Choose a tag to compare

0.28.0 (2025-02-07)

Bug Fixes

Features

  • publish button in project config pane (f705f69)
  • web surfer node (7d3214c)

v0.27.0

06 Feb 01:18
Compare
Choose a tag to compare

0.27.0 (2025-02-06)

Bug Fixes

Features

v0.26.1

20 Jan 10:58
Compare
Choose a tag to compare

0.26.1 (2025-01-20)

Bug Fixes

v0.26.0

10 Jan 15:49
Compare
Choose a tag to compare

0.26.0 (2025-01-10)

Bug Fixes

  • changing chat should not cause scroll (006860c)
  • clicking chat item does not set active id (4f10546)
  • deps in dockerfile (6bea255)
  • scrolling the code mirror should not affect the width (1b2c052)
  • separator in markdown is rendered as title (fb40aa8)

Features

v0.25.0

10 Jan 04:40
8baea20
Compare
Choose a tag to compare

0.25.0 (2025-01-10)

Bug Fixes

  • accept enter as human input (1a4a3c5)
  • allow sample messages to be either string or array (f9cfe3b)
  • asyn logging (7822995)
  • brought back tool config (e865f4b)
  • changes to node properties not auto-saved (937d53f)
  • changing selection of nodes does not trigger the update of property panel (6d95247)
  • click to add new node (395bb63)
  • connecting nodes does not trigger auto saving (56917b5)
  • deleting chat sometimes crashes (771e024)
  • disable llm for user proxy agent to avoid endless loop (58d216b)
  • dockerfile (fc8f79a)
  • duplicate message sending (a797e41)
  • file name inconsistency issue (ffbbe4b)
  • group and ungroup (f955657)
  • group chat should contain the preceding node (3a51fd8)
  • group node not vertically resizable (3cbdc7b)
  • height of picker panel (853b7a8)
  • highlight of active nav item (0372616)
  • hydration issue for github badge (0f1f854)
  • icon for converse edge (a745efb)
  • id type mismatch (8b88bb1)
  • import missing (fcce735)
  • incorrect version of path-to-regexp (503327d)
  • inline code block not rendered correclty (388b923)
  • just realized that loading is a preserved file name in nextjs (c31ea87)
  • loading project feature is deleted by mistake (7e9f8ea)
  • logo in dark mode (8d54189)
  • message type (2d9425c)
  • new code executor (986342b)
  • optimistic deletion of projects (05d0939)
  • option value could not be saved (7624fd8)
  • recovered auth button (7ad444e)
  • remove padding and margin to make the chat layout correct (1406aca)
  • removed the unnecessary src folder copy (7f29591)
  • sample messages (f18eeb1)
  • sending of sample messages (edd507b)
  • show start chat button when no chat session (84d4632)
  • sidebar item key missing (597774e)
  • skeleton for project and template lists (b43e4f6)
  • switch to python view after code generation (ab0cdea)
  • syntax highlight for python and json (4821817)
  • the group node without width and height cannot work as grouping target (cdfd091)
  • use class_type to represent the python class for each node (037e390)

Features

v0.24.1

19 Nov 16:02
ff8f742
Compare
Choose a tag to compare

0.24.1 (2024-11-19)

Bug Fixes

  • UserProxyAgent system_message not included in """, but " #166 (ff68398)