# [1.6.0](https://github.com/asepharyana/zesdex/compare/v1.5.0...v1.6.0) (2026-07-14) ### Bug Fixes * perbaiki 5 warning clippy pre-existing (base untuk TUI overhaul) ([6b58977](https://github.com/asepharyana/zesdex/commit/6b58977875f809f19cc2d7bb9b2a7dd057d0229e)) * **tui:** perbaiki isi overlay Todo dan Usage jadi tampilan detail nyata ([aaea300](https://github.com/asepharyana/zesdex/commit/aaea300699f7e76cdc689e225e7c4c3bc164e8d4)) * **tui:** perbaiki potensi terpotongnya baris token di widget Usage sidebar ([7fd55fa](https://github.com/asepharyana/zesdex/commit/7fd55fa86dfe8f9a4581f02fa9220cd5d1ba600c)) * **tui:** perbaiki rendering multi-baris pada pesan Tool ([2f1a4d8](https://github.com/asepharyana/zesdex/commit/2f1a4d85a1fdc9cbfb81912a3206c057ad9d1ed5)) ### Features * **tui:** ganti palet warna ke Tokyo Night ([7a9cb7b](https://github.com/asepharyana/zesdex/commit/7a9cb7bf342367c81fb4a1568675e46f132a8afc)) * **tui:** rombak rendering chat jadi format log rapat ([e34708a](https://github.com/asepharyana/zesdex/commit/e34708a3191bef63d191e76dee39a58a33e4ad5f)) * **tui:** tambah command /todo dan /usage untuk buka overlay ([aa2b6ac](https://github.com/asepharyana/zesdex/commit/aa2b6acb95f8518950b8b7d9c3c9e10968936162)) * **tui:** tambah dan pasang sidebar dashboard permanen ([31c01cd](https://github.com/asepharyana/zesdex/commit/31c01cdf1df6827c3a949820378c8b85ebcfdf87))
15 KiB
15 KiB
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.