Skip to content
Changelog

What's New

Track all the latest updates, improvements, and bug fixes in Lody.

Feb 23, 2026

Sonnet 4.6 and gpt-5.3-code-spark Support

Local Project Support

  • Import any local directory and keep it in real-time sync

Improved CLI Launch and Login Experience

  • Streamlined CLI startup for one-click launch
  • Removed Docker mode
  • Added a project command group to manage local projects
    • npx lody project add [path] Add a local project to lody
    • npx lody project list List local projects
    • npx lody project delete Interactively delete a local project

Performance and Reliability Fixes

  • Fixed UI lag when opening file diffs
  • Fixed authentication flow issues in some scenarios
Feb 6, 2026

Opus 4.6 and gpt-5.3-code

Mentions in Chat

  • Use @ to mention files with fuzzy search support
  • Use # to mention GitHub Issues and PRs

mention

Local Workspace Integration

  • If working on the same machine with CLI, you can now seamlessly open IDE directly from chat

New CLI Auth Scheme

  • CLI now supports chat requests for all user workspaces

Fixes

  • API Key mode now correctly loads environment variables when resuming sessions
  • Fixed multiple editor/input issues
  • Fixed workspace/session UI edge cases
  • Fixed mobile chat failure details rendering for easier troubleshooting
  • Improved backend/runtime stability
Jan 27, 2026

Session Management

  • Added an archived sessions page: browse archived sessions grouped by repository, with restore and permanent delete

Context Window & Subscription Quotas

  • Context window usage indicator: shows remaining context percentage next to each AI reply
  • Machine management in Settings now shows remaining 5-hour and 7-day quotas, plus refresh times

Machine Runtime

  • Machine status is now visible in Settings (memory/CPU usage)

Windows Compatibility Improvements

  • Fixed process startup failures on Windows (ENOENT)
  • Fixed terminal output encoding: correctly handles multibyte characters and Windows code pages

Fixes

  • Various UI and stability fixes
Jan 20, 2026

Token Usage

  • You can now view Claude Code and Codex token usage and estimated costs in Settings

Git Identity

  • Git commits and GitHub PRs are now attributed to the current user operating the agent, not the session creator

UI Experience

  • Show duration for each conversation turn
  • Model-specific avatars for AI messages
  • Copy button for code blocks
  • Sidebar state and input drafts are now remembered
  • Visual indicator for sessions awaiting permission

Mobile

  • File changes viewing support
  • Version update banner for iOS PWA

Fixes

  • Improved message delivery reliability
  • Session memory auto-cleanup
  • Various UI and stability fixes
Jan 12, 2026

Files / diff view

  • You can now view the workspace file list in real time
  • At the end of each chat, Lody summarizes all file changes and line deltas, and you can click to view the diff.

GitHub integration

  • PR creation now prefers using the user’s identity

Push notifications

  • If notifications are enabled in settings, a notification is sent when a chat finishes
  • A notification is sent when an agent needs permissions
  • On the first agent reply, Lody asks whether to enable push notifications
  • Inviting members to a team sends an email

Other

  • Proxy support: CLI now supports WebSocket connections via an HTTP proxy
  • Added a search/filter box to GitHub integration
  • Supports offline access to chats

Fixes

  • Fix: Claude Code ACP compatibility issues that could cause session updates (plan/tool calls) to render or persist incorrectly
  • Fixed GitHub integration expiring
  • Fixed language switching not taking effect after refresh
  • Fixed several UI issues