Files
codewhale/CHANGELOG.md
T
2026-02-03 18:45:49 -06:00

9.2 KiB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.3.11] - 2026-02-04

Fixed

  • Map dotted tool names to API-safe identifiers for DeepSeek tool calls

[0.3.10] - 2026-02-04

Fixed

  • Always enable mouse wheel scrolling in the TUI (even without alt screen)

[0.3.9] - 2026-02-04

Removed

  • RLM mode, tools, and documentation pending a faithful implementation of the MIT RLM design
  • Duo mode tools and prompts pending a citable research spec

Fixed

  • Footer context usage bar remains visible while status toasts are shown

Changed

  • Updated prompts and docs to reflect the simplified mode/tool surface

[0.3.8] - 2026-02-03

Fixed

  • Resolve clippy warnings (CI -D warnings) in new tool implementations

[0.3.7] - 2026-02-03

Added

  • Tooling parity updates: weather, finance, sports, time, calculator, request_user_input, multi_tool_use.parallel, web.run
  • Shell streaming helpers: exec_shell_wait and exec_shell_interact
  • Sub-agent controls: send_input and wait (with aliases)
  • MCP resource helpers: list_mcp_resources, list_mcp_resource_templates, and read_mcp_resource alias

Changed

  • Skills directory selection now prefers workspace .agents/skills, then ./skills, then global
  • Docs and prompts updated to reflect new tool surface and parity notes

[0.3.6] - 2026-02-02

Added

  • New welcome banner on startup showing "Welcome to DeepSeek TUI!" with directory, session ID, and model info
  • Visual context progress bar in footer showing usage with block characters [████░░░░░░] and percentage

Changed

  • Removed custom block-character scrollbar from chat area - now uses terminal's native scroll
  • Simplified header bar: removed context percentage indicator (moved to footer as progress bar)

0.3.5 - 2026-01-30

Added

  • Intelligent context offloading: large tool results (>15k chars) are automatically moved to RLM memory to preserve the context window
  • Persistent history context: compacted messages are offloaded to RLM history variable for recall
  • Full MCP protocol support: SSE transport, Resources (resources/list, resources/read), and Prompts (prompts/list, prompts/get)
  • mcp_read_resource and mcp_get_prompt virtual tools exposed to the model
  • Dialectical Duo mode with specialized TUI rendering (Player / Coach history cells)
  • Dynamic system prompt refreshing at each turn for up-to-date RLM/Duo/working-set context
  • project_map tool for automatic codebase structure discovery
  • delegate_to_agent alias for streamlined sub-agent delegation

Changed

  • Default theme changed to 'Whale' with updated color palette
  • with_agent_tools now includes project_map, test_runner, and conditionally RLM tools for all agent modes
  • MCP McpServerConfig.command is now Option<String> to support URL-only (SSE) servers

Fixed

  • MCP test compilation errors for updated McpServerConfig struct shape

0.3.4 - 2026-01-29

Changed

  • Updated Cargo.lock dependencies

Fixed

  • Compaction tool-call pairing: enforce bidirectional tool-call/tool-result integrity with fixpoint convergence
  • Safety net scanning to drop orphan tool results in the request builder
  • Double-dispatch race in parallel tool execution

0.3.3 - 2026-01-28

Added

  • TUI polish: Kimi-style footer with mode/model/token display
  • Streaming thinking blocks with dedicated rendering
  • Loading animation improvements

0.3.2 - 2026-01-28

Fixed

  • Preserve tool-call + tool-result pairing during compaction to avoid invalid tool message sequences
  • Drop orphan tool results in request builder as a safety net to prevent API 400s

0.3.1 - 2026-01-27

Added

  • deepseek setup to bootstrap MCP config and skills directories
  • deepseek mcp init to generate a template mcp.json at the configured path

Changed

  • deepseek doctor now follows the resolved config path and config-derived MCP/skills locations

Fixed

  • Doctor no longer reports missing MCP/skills when paths are overridden via config or env

0.3.0 - 2026-01-27

Added

  • Repo-aware working set tracking with prompt injection for active paths
  • Working set signals now pin relevant messages during auto-compaction
  • Offline eval harness (deepseek eval) with CI coverage in the test job
  • Shell tool now emits stdout/stderr summaries and truncation metadata
  • Dependency-aware agent_swarm tool for orchestrating multiple sub-agents
  • Expanded sub-agent tool access (apply_patch, web_search, file_search)

Changed

  • Auto-compaction now accounts for pinned budget and preserves working-set context
  • Apply patch tool validates patch shape, reports per-file summaries, and improves hunk mismatch diagnostics
  • Eval harness shell step now uses a Windows-safe default command
  • Increased max_subagents clamp to 1..=20

0.2.2 - 2026-01-22

Fixed

  • Session save no longer panics on serialization errors
  • Web search regex patterns are now cached for better performance
  • Improved panic messages for regex compilation failures

0.2.1 - 2026-01-22

Fixed

  • Resolve clippy warnings for Rust 1.92

0.2.0 - 2026-01-20

Changed

  • Removed npm package distribution; now Cargo-only
  • Clean up for public release

Fixed

  • Disabled automatic RLM mode switching; use /rlm or /aleph to enter RLM mode
  • Fixed cargo fmt formatting issues

0.0.2 - 2026-01-20

Fixed

  • Disabled automatic RLM mode switching; use /rlm or /aleph to enter RLM mode.

0.0.1 - 2026-01-19

Added

  • DeepSeek Responses API client with chat-completions fallback
  • CLI parity commands: login/logout, exec, review, apply, mcp, sandbox
  • Resume/fork session workflows with picker fallback
  • DeepSeek blue branding refresh + whale indicator
  • Responses API proxy subcommand for key-isolated forwarding
  • Execpolicy check tooling and feature flag CLI
  • Agentic exec mode (deepseek exec --auto) with auto-approvals

Changed

  • Removed multimedia tooling and aligned prompts/docs for text-only DeepSeek API

0.1.9 - 2026-01-17

Added

  • API connectivity test in deepseek doctor command
  • Helpful error diagnostics for common API failures (invalid key, timeout, network issues)

0.1.8 - 2026-01-16

Added

  • Renderable widget abstraction and modal view stack for TUI composition
  • Parallel tool execution with lock-aware scheduling
  • Interactive shell mode with terminal pause/resume handling

Changed

  • Tool approval requirements moved into tool specs
  • Tool results are recorded in original request order

0.1.7 - 2026-01-15

Added

  • Duo mode (player-coach autocoding workflow)
  • Character-level transcript selection

Fixed

  • Approval flow tool use ID routing
  • Cursor position sync for transcript selection

0.1.6 - 2026-01-14

Added

  • Auto-RLM for large pasted blocks with context auto-load
  • chunk_auto and rlm_query auto_chunks for quick document sweeps
  • RLM usage badge with budget warnings in the footer

Changed

  • Auto-RLM now honors explicit RLM file requests even for smaller files

0.1.5 - 2026-01-14

Added

  • RLM prompt with external-context guidance and REPL tooling
  • RLM tools for context loading, execution, status, and sub-queries (rlm_load, rlm_exec, rlm_status, rlm_query)
  • RLM query usage tracking and variable buffers
  • Workspace-relative @path support for RLM loads
  • Auto-switch to RLM when users request large file analysis (or the largest file)

Changed

  • Removed Edit mode; RLM chat is default with /repl toggle

0.1.0 - 2026-01-12

Added

  • Initial alpha release of DeepSeek CLI
  • Interactive TUI chat interface
  • DeepSeek API integration (OpenAI-compatible Responses API)
  • Tool execution (shell, file ops)
  • MCP (Model Context Protocol) support
  • Session management with history
  • Skills/plugin system
  • Cost tracking and estimation
  • Hooks system and config profiles
  • Example skills and launch assets