Skip to content

Releases: hcengineering/huly-coder

huly-coder: v0.3.2

14 Jul 05:24
Compare
Choose a tag to compare

0.3.2 (2025-07-14)

Bug Fixes

  • Create workspace directory on start if directory not exists (26ff0fc)
  • Remove platform-specific shell from execute_command module (only bash support now) (a3bc49a)

huly-coder: v0.3.1

16 Jun 12:56
Compare
Choose a tag to compare

0.3.1 (2025-06-16)

Bug Fixes

huly-coder: v0.3.0

15 Jun 14:26
Compare
Choose a tag to compare

0.3.0 (2025-06-15)

Features

  • rewrite OpenRouter provider to support image data response from MCP tools, add example for puppeteer MCP server (8eee6d0)

Bug Fixes

  • Fix possible crash in messages view, Update MCP declaration example in config, adjust theme colors (0ce34fd)

huly-coder: v0.2.1

03 Jun 09:13
Compare
Choose a tag to compare

0.2.1 (2025-06-03)

Bug Fixes

  • Split long messages for correct scrolling (61b886f)

huly-coder: v0.2.0

03 Jun 04:05
Compare
Choose a tag to compare

0.2.0 (2025-06-03)

Features

  • Permission mode for tool execution (0c990b6)

huly-coder: v0.1.1

30 May 09:04
21ee04c
Compare
Choose a tag to compare

0.1.1 (2025-05-30)

Bug Fixes

  • change quit shortcut to Ctrl+w (df8de85)
  • Correct handle not result from tools (6bc3bff)
  • improve error handling for MCP client initialization and opening with context messages (d977735)

huly-coder: v0.1.0

29 May 09:23
1661589
Compare
Choose a tag to compare

0.1.0 (2025-05-29)

Features

  • Add Anthropic provider, fix in tools (6683a60)
  • Add current agent status indication (40a92b2)
  • Add MCP servers support (cbfeaf3)
  • Add memory support and tools for agent (3571da2)
  • add model info with context len and usage cost (1cc1df8)
  • Add new task functionality and hotkey (e247f3d)
  • add possibility to input in terminal windows (a3bdf83)
  • Add support for Anthropic Claude 4 models (73c9263)
  • Add web fetch tool(support direct and chrome based fetch) (70b9f8a)
  • Improve memory management instructions (12c1c7e)
  • Merge branch 'memory' (2b6c6b8)
  • Rework terminal command tools, add support for long-running command (7c8c31f)
  • soft world wrap in promt field, layou fixes (1d2fbee)
  • update file system work to support huge workspaces (f14a992)
  • Web Search Tool (SearX, Brave) (f2b096c)

Bug Fixes

  • attemp complete incorrect state resolve (d45fd38)
  • Error handling fixes (73c9263)
  • error message dont hide on unpause, incorrect formatting asisstant messages (4df2ce9)
  • Fix memory embedding initialization (d254a0b)
  • Fix memory tool_info, improve shortcuts and key management (18103ff)
  • Fix workflow on ask question tool (29cf32c)
  • generalize Error for tools (59cf099)
  • generalize Error for tools (428fcc6)
  • incorrect read_file tool result for curly braces (3571da2)
  • OpenRouter messages handling, add App title (1cc1df8)
  • remove list_code_definition_names from system prompt (a5d64b1)
  • Rework history and message view (e459fde)
  • Update RIG dependecies with fixes (de7afdf)