Files
zesdex/CHANGELOG.md
T
semantic-release-bot 552bc5bc63 chore(release): 1.18.0 [skip ci]
# [1.18.0](https://github.com/asepharyana/zesdex/compare/v1.17.0...v1.18.0) (2026-07-20)

### Bug Fixes

* add .releaserc.json for semantic-release configuration ([047d718](https://github.com/asepharyana/zesdex/commit/047d7183d72adaa0dd1a18a7f92b22d67d5aa85f))

### Features

* add semantic search tool for code symbol indexing and searching ([fef3c92](https://github.com/asepharyana/zesdex/commit/fef3c925cd02e1d76e2d990cc6fa4e4cba64fab0))
* add test_load and test_parse binaries for configuration loading and parsing ([fe2e916](https://github.com/asepharyana/zesdex/commit/fe2e9169371bf7a3cc9391d8467d47fc2258ad1f))
* **agent:** add AI summarization for conversation history compacting ([873f870](https://github.com/asepharyana/zesdex/commit/873f870e233dd0d2c6f0cce935f83fb8ce373505))
* **agent:** implement agent execution engine and turn handling with background processing ([efcd191](https://github.com/asepharyana/zesdex/commit/efcd191f9698023944f9096a86c1efa47e412b6b))
* enhance context gathering in auto-review engine and agent runner ([dcc8c3e](https://github.com/asepharyana/zesdex/commit/dcc8c3ee42ef568843e04143048d799bc0882288))
* implement Component trait for modular UI components and refactor TUI views to use it ([d59713d](https://github.com/asepharyana/zesdex/commit/d59713d3e3aa4325f9753bbddd068654e442f6ef))
* **llm:** improve tool call handling by dynamically resizing tool_calls and updating arguments ([9bfb95d](https://github.com/asepharyana/zesdex/commit/9bfb95d795d6c7cc10cfcb907642bba7b8bb7f19))
* **llm:** improve UTF-8 handling in response processing to prevent infinite loops ([7ea2265](https://github.com/asepharyana/zesdex/commit/7ea226509c8e11ee1bab21d216e0413715988fb9))
* **llm:** increase max retries for streaming requests from 3 to 10 ([6c7995f](https://github.com/asepharyana/zesdex/commit/6c7995f5f5481c48ccd449e72d9563425fdcb837))
* **mcp:** enhance MCP server registration with error handling and improve transport process management ([148ba4e](https://github.com/asepharyana/zesdex/commit/148ba4e07b424736c6b4824c5786c0c7c9cbf0a1))
* refactor auto-review engine to use spawn_subagent for improved thread handling ([094eb4b](https://github.com/asepharyana/zesdex/commit/094eb4b8baa5abd878dcf5b611cf615955bc79eb))
* remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide ([66ac4db](https://github.com/asepharyana/zesdex/commit/66ac4dbf027820697f4303264666b5f63a0b31d4))
* **tui:** add rich context information including active jobs, README snippet, and recent git history ([2f5f62a](https://github.com/asepharyana/zesdex/commit/2f5f62ab097614d8b0c7a3e5c7bd364cd479e0aa))
* **tui:** add support for reasoning in chat messages and update transcript handling ([285dbb1](https://github.com/asepharyana/zesdex/commit/285dbb14cccb1c261134c1fcb6c30ef1ed02bb55))
* **tui:** enhance agent turn handling by grouping parameters and improving message management ([07b217c](https://github.com/asepharyana/zesdex/commit/07b217cf4a81b99c63101512932935246fcbc7ae))
* **tui:** enhance system prompt with workspace structure information ([bed9f8c](https://github.com/asepharyana/zesdex/commit/bed9f8cff60711c4db998c8f10f32f8e210ae410))
* **tui:** implement streaming support for LLM responses and update transcript handling ([cac6626](https://github.com/asepharyana/zesdex/commit/cac662658651ae092cffddfc88f39a775afef942))
* **tui:** integrate rich context builder into agent turn process ([919435e](https://github.com/asepharyana/zesdex/commit/919435eb84f9a41a0637052a5dc1234b410714f8))
* **tui:** optimize performance by caching display lines and token counts, and improve action handling ([87abe8c](https://github.com/asepharyana/zesdex/commit/87abe8c3358ac17196df93d19169901a856850d3))
* **tui:** update system message for clarity and conciseness in tool usage instructions ([5a373d1](https://github.com/asepharyana/zesdex/commit/5a373d1031b476970bd45804a65c7455be99e78d))
2026-07-20 23:11:52 +00:00

57 KiB

1.18.0 (2026-07-20)

Bug Fixes

  • add .releaserc.json for semantic-release configuration (047d718)

Features

  • add semantic search tool for code symbol indexing and searching (fef3c92)
  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • enhance context gathering in auto-review engine and agent runner (dcc8c3e)
  • implement Component trait for modular UI components and refactor TUI views to use it (d59713d)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • refactor auto-review engine to use spawn_subagent for improved thread handling (094eb4b)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Bug Fixes

  • add .releaserc.json for semantic-release configuration (047d718)

Features

  • add semantic search tool for code symbol indexing and searching (fef3c92)
  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • enhance context gathering in auto-review engine and agent runner (dcc8c3e)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • refactor auto-review engine to use spawn_subagent for improved thread handling (094eb4b)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add semantic search tool for code symbol indexing and searching (fef3c92)
  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • enhance context gathering in auto-review engine and agent runner (dcc8c3e)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • refactor auto-review engine to use spawn_subagent for improved thread handling (094eb4b)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add semantic search tool for code symbol indexing and searching (fef3c92)
  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • refactor auto-review engine to use spawn_subagent for improved thread handling (094eb4b)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add semantic search tool for code symbol indexing and searching (fef3c92)
  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: add AI summarization for conversation history compacting (873f870)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • agent: implement agent execution engine and turn handling with background processing (efcd191)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • llm: improve UTF-8 handling in response processing to prevent infinite loops (7ea2265)
  • llm: increase max retries for streaming requests from 3 to 10 (6c7995f)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add rich context information including active jobs, README snippet, and recent git history (2f5f62a)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: enhance system prompt with workspace structure information (bed9f8c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: integrate rich context builder into agent turn process (919435e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • add test_load and test_parse binaries for configuration loading and parsing (fe2e916)
  • llm: improve tool call handling by dynamically resizing tool_calls and updating arguments (9bfb95d)
  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • remove obsolete design documents for clipboard OSC52, diff view, file mention, context compaction, and add development guide (66ac4db)
  • tui: add support for reasoning in chat messages and update transcript handling (285dbb1)
  • tui: enhance agent turn handling by grouping parameters and improving message management (07b217c)
  • tui: implement streaming support for LLM responses and update transcript handling (cac6626)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)
  • tui: update system message for clarity and conciseness in tool usage instructions (5a373d1)

1.18.0 (2026-07-20)

Features

  • mcp: enhance MCP server registration with error handling and improve transport process management (148ba4e)
  • tui: optimize performance by caching display lines and token counts, and improve action handling (87abe8c)

1.17.0 (2026-07-20)

Features

  • token: add refresh token verification to TokenService (a046519)

1.16.1 (2026-07-20)

1.16.0 (2026-07-20)

Features

  • tui: add usage overlay and sidebar for displaying usage statistics and tasks (da2ed6d)
  • tui: enhance agent turn with tool descriptions and sanitize arguments (08e2f99)
  • tui: implement agent turn engine for background processing and enhance input handling (792695b)

1.15.2 (2026-07-17)

Bug Fixes

  • correct jitter range to ±25% and fix abort.rs doc — review findings (9b6e51d)

1.15.1 (2026-07-17)

1.15.0 (2026-07-17)

Bug Fixes

  • cms: perbaiki serde default hive_mind_node_timeout_ms & toleransi parse gagal di Settings (6d41ffc)
  • cms: satukan ChatMessage/Role Conversation dengan tipe kanonik zesdex-entities (b272858)
  • iam: redirect_uri dinamis + validasi CSRF state di OAuthServiceImpl (be278f8)
  • iam: set permission 0600 pada file token OAuth (f2d97fb)
  • middleware: jangan percaya header X-Forwarded-For/X-Real-IP secara default di rate limiter (4dc4f80)

Features

  • cms: implement RewindBlobRepository for managing binary blobs (22dd6fd)
  • iam: implementasikan FileSystemSessionLockRepository (sebelumnya belum ada implementasi) (ff6a749)
  • iam: port LoopbackServer OAuth callback listener dari zesdex-backend (910aa5e)
  • iam: tambahkan CSPRNG (OsRng) untuk token state/PKCE (5ede65f)

1.14.0 (2026-07-16)

Bug Fixes

  • context: batasi squash_log ke tool bash saja (7d99cd6)
  • context: perbaiki fixture test shaping agar men-drop pesan lama (8bb697a)
  • plan: perbaiki bug entropy gate dan fixture test squash.rs (ceb8479)
  • plan: perbaiki fixture test array-cutoff squash_json (7ffdf44)
  • plan: perbaiki fixture test shaping agar benar-benar men-drop pesan (3a6e32d)
  • plan: perkuat fixture test log agar benar-benar uji squash_log (682007a)

Features

  • context: tambah context::dedup untuk hasil tool yang berulang (12a03fd)
  • context: tambah context::shaping (port dari shortsend) (e080d9f)
  • context: tambah context::squash untuk kompresi hasil tool (ea0b498)
  • context: tambah context::tokens dengan tiktoken-rs (c219b6e)
  • context: tambah context::window::resolve (059ca8e)
  • runtime: kompres hasil tool lewat squash sebelum masuk context (96084f7)
  • settings: tambah mode ringkas opsional (concise_output) (d6de973)

1.13.0 (2026-07-14)

Bug Fixes

  • correct test assertion in dim_false_plain_text_has_no_color (8d77e45)
  • Remove orphaned span_text helper function from markdown test module (199028f)
  • state: cegah panic saat select mention dengan cursor stale (dcfc5b9)
  • state: jangan bangun mention index di mode attach (e0d0860)

Features

  • Deteksi trigger @mention dan Tab-cycle di input handler (2eebedf)
  • ipc: dukung Ctrl+Y clipboard copy di mode daemon/attach (472162d)
  • Judul dropdown autocomplete mengikuti jenisnya (Commands vs Files) (7f2509e)
  • state: Alirkan mention_index lewat ToolCtx dan AppStateRest, bangun index di background thread (93be92a)
  • Tambah Ctrl+Y untuk menyalin pesan assistant terakhir (d93bdba)
  • Tambah field pending_clipboard_copy di MiscState (3b6abd9)
  • Tambah helper truncate_diff untuk membatasi panjang diff (5dd835f)
  • Tambah MentionIndex, AutocompleteKind, dan deteksi @mention di InputState (95cae8f)
  • Tambah write_osc52 dan salin ke clipboard di mode single-process (71b1613)
  • Tambahkan file baru ke mention_index saat tool write membuatnya (930961b)
  • Tampilkan unified diff pada hasil tool edit (c3c0ef6)
  • Tampilkan unified diff saat tool write menimpa file yang sudah ada (2bb8e6f)
  • view: Tambah parameter dim dan pewarnaan baris diff di markdown renderer (683715c)

1.12.0 (2026-07-14)

Features

  • Add mouse capture functionality to terminal and enhance markdown rendering with table support (4428e8b)
  • Improve markdown rendering with enhanced line wrapping and indentation for code blocks (b2e848d)

1.11.0 (2026-07-14)

Features

  • Enhance subagent tool output handling and clarify workflow directives (6fbe1e2)
  • Enhance token usage tracking and improve chat UI with emojis (188e7cc)

1.10.0 (2026-07-14)

Bug Fixes

  • align format strings in sidebar Usage widget (98615ca)
  • use {:>6}: for aligned colons in sidebar Usage widget (f87ab13)

Features

  • Implement lesson generation feature and update status display (1c08b8e)

1.9.0 (2026-07-14)

Bug Fixes

  • workflow: import Color style for improved agent state rendering (472c597)

Features

  • agent: refine cognitive cycle plan with structured phases for exploration, planning, and execution (c5253b2)
  • subagent: add progress event handling and formatting for subagent execution (558908a)
  • subagent: emit reasoning text as progress in StepCompleted events (97aa75f)
  • subagent: include tool call arguments in ToolResult events and progress formatting (a8adfcb)

1.8.0 (2026-07-14)

Features

  • tools: require reason argument for delete and git_operator tools (c6ab063)

1.7.0 (2026-07-14)

Bug Fixes

  • prompt: perbarui system prompt dari CEO/company ke model hive-mind (d392c4a)
  • runtime: add check for unconfigured provider to prevent misleading API errors (181b512)

Features

  • install: add installation script for building and symlinking the binary (4eba9d0)
  • protocol: add Paste request type for bracketed-paste events (b92dab9)
  • provider: enhance Claude provider configuration to support environment variable fallback (4b16bc3)
  • runtime: implement JSON repair function for truncated tool-call arguments (e13f040)
  • stream: add method to detect incomplete tool calls and handle parsing errors (732d603)

1.6.0 (2026-07-14)

Bug Fixes

  • perbaiki 5 warning clippy pre-existing (base untuk TUI overhaul) (6b58977)
  • tui: perbaiki isi overlay Todo dan Usage jadi tampilan detail nyata (aaea300)
  • tui: perbaiki potensi terpotongnya baris token di widget Usage sidebar (7fd55fa)
  • tui: perbaiki rendering multi-baris pada pesan Tool (2f1a4d8)

Features

  • tui: ganti palet warna ke Tokyo Night (7a9cb7b)
  • tui: rombak rendering chat jadi format log rapat (e34708a)
  • tui: tambah command /todo dan /usage untuk buka overlay (aa2b6ac)
  • tui: tambah dan pasang sidebar dashboard permanen (31c01cd)

1.5.0 (2026-07-14)

Bug Fixes

  • hive-mind: ganti gerbang pipeline berbasis jumlah pesan dengan deteksi konvergensi sebelumnya (5498088)
  • hive-mind: gunakan flag SessionRuntime sebagai sinyal konvergensi otoritatif (28e763a)
  • hive-mind: hapus penulisan docs/runs ganda dan sambungkan abort_flag ke tool hive_mind manual (a125f5d)
  • hive-mind: tambah timeout per-node dan jamin dokumentasi convergence tetap tertulis saat sintesis gagal (b1c0265)
  • subagent: panic-proof overlap guards and update stale docs (e023f2c)
  • subagent: perbaiki filter is_production_code berbasis substring dan tambah pembatalan/anti-tumpang-tindih pada background review (1039f67)
  • tui: perbaiki roster workflow yang tidak pernah ter-reset karena substring "started" tidak pernah cocok (fdd62f8)

Features

  • settings: tambah hive_mind_node_timeout_ms dengan fallback serde default (e2878a3)
  • tool: tambah abort_flag ke ToolCtx dan sambungkan dari session state (79e2bfc)

1.4.0 (2026-07-14)

Features

  • hive-mind: implement multi-agent orchestration with cognitive cycles (25f084f)

1.3.0 (2026-07-13)

Features

  • enhance edit logging in subagent execution and streamline edit tracking in run_agent_turn (c60fadb)

1.2.0 (2026-07-13)

Features

  • enhance responsiveness by implementing abort checks in streaming API calls (0d6f558)
  • refactor agent step limits and enhance workflow orchestration with new findings tool (3b660e0)
  • remove pipeline command and refactor workflow execution to use custom specialists (00e2913)
  • update overlay handling in apply_action and remove mouse capture from terminal execution (2e351cc)
  • update README and documentation for new tools and features (1d50b94)

1.1.0 (2026-07-13)

Features

  • implement abort mechanism for workflows and subagents (104b0da)

1.0.4 (2026-07-13)

Bug Fixes

  • remove redundant ref in format! argument (0155a04)

1.0.3 (2026-07-13)

1.0.2 (2026-07-12)

1.0.1 (2026-07-12)

Bug Fixes

  • resolve clippy uninlined_format_args and match_same_arms warnings (a491a37)

1.0.0 (2026-07-12)

Bug Fixes

  • adjust key event handling to ensure history navigation works correctly (7bdfd9c)
  • lsp: add download-tier helpers, progress callback, and persist previous install check (aac1de8)
  • remove broken test that calls nonexistent Harness::classify (522e1e3)
  • remove hardcoded API key for security reasons (c36c819)
  • reset overlay state to None after workflow actions (ab8b098)
  • route warnings to file and add in-app toast notifications (89b63b1)

Features

  • add 'todofinish' tool to mark tasks as completed in the todo list; update system prompts for task execution (48d2dc3)
  • add API connection state management and update status display (d52ee96)
  • add editing and MCP command handling, enhance SSE streaming with usage tracking (18a41aa)
  • add initial codemap documentation and architecture overview; include backend, data, dependencies, and frontend details (7158d36)
  • add lesson export and import functionality (c1ad206)
  • add memory management tools and utility commands (fe82840)
  • add support for Router provider and enhance command handling (9f272d5)
  • add todo management feature; implement todo content tracking and display in the UI (8ad0421)
  • add turn_events to ToolCtx and implement live state updates in spawn tool (a59feb2)
  • auto-detect provider from ~/.claude/settings.json (56847f3)
  • enhance AppConfig loading to merge default providers and set API key (a98fdb0)
  • enhance command classification and error handling; improve process checks and credential security (ac99835)
  • enhance error handling in OAuth URL building and client creation; improve tool argument sanitization (bb621fd)
  • enhance lesson management and review system (2ded2d8)
  • enhance memory management tools; improve lesson tracking and update descriptions for clarity (ce36e93)
  • enhance OAuth flow validation and improve security checks; add credential read blocking and git operation safeguards (8767bee)
  • Enhance OAuth module and OpenRouter client functionality (802d967)
  • enhance prompts and validation for tool-call safety; enforce error handling and technical debt awareness (80a8223)
  • enhance prompts with detailed programmer description and add workspace tree generation (d957e8d)
  • enhance safety and crash resilience in file operations; add fsync to critical writes and checks for path traversal (87d0aac)
  • enhance safety filters for shell commands by normalizing ANSI-C quoting (d09e440)
  • enhance strictness of Rust compiler settings and improve code quality by treating warnings as errors (5334c25)
  • enhance subagent context with abort flag and implement tool call timeout (2856dd7)
  • enhance system prompt handling and input key actions (1f18202)
  • enhance workspace management and history tracking in application state (8a11a46)
  • implement background API connectivity checks and update state based on connectivity status (40108de)
  • implement company pipeline orchestration with user commands for full, quick, and skip modes (2310c2d)
  • implement interactive lesson management and update command handling (dc0f1c7)
  • implement model management commands and overlays for enhanced user interaction (662e269)
  • implement subagent tool gating and timeout mechanisms for enhanced security and performance (3b711bb)
  • implement workflow findings sharing for inter-agent communication in workflows (a080957)
  • increase maximum concurrency for parallel agents to enhance performance (562509b)
  • introduce workflow management tools and commands (53b0cb2)
  • lsp: add LSP provision progress messages to toast notifications (b20bb95)
  • lsp: implement auto-provisioning for language servers (e78813e)
  • lsp: implement LSP client and server management (abc7a58)
  • register Claude model roles (opus-4-8, sonnet-5, haiku-4-5) with auto-detected provider (b7c83dc)
  • remove InsertChar action and inline character handling; streamline input processing and autocomplete triggers (55bcfda)
  • remove ModelUse and ModelAdd commands; update command handling and provider configuration (c948869)
  • remove ModePicker overlay and related commands; update mode handling and documentation (32155f8)
  • remove session hub and related commands from the application (93d1bbb)
  • security-sidecar: implement a security tooling sidecar with tiered installer and protocol (f638901)
  • update API key handling to use default if not provided (71d3494)
  • update maximum steps and token limits to usize::MAX; add split_spans_into_lines function for improved chat display (0cc60c1)
  • update README with enhanced descriptions and security features; refactor catastrophic guard checks and tool execution handling (4bfbe1d)

Changelog

All notable changes to this project will be documented in this file.

See Conventional Commits for commit guidelines.