v1.1.7
Chat style customization
The chat status bar can now follow your Sublime Text theme without changing the rest of the editor.
Added
- New chat_style settings for chip background, border, text, link color, muted text, opacity, radius and padding
- Advanced per-user override through Packages/User/Limitcode/chat.css
- Automated coverage for chat style loading, fallbacks and invalid values
Fixed
- Chip rows no longer overlap when the chat panel is narrow
- Improved legibility of chips, links and muted text on dark themes such as Monokai Pro
v1.1.6
Menu integration fix
Fixed the ordering of Limitcode entries in the Sublime Text main menu.
Fixed
- Limitcode menu entries are now ordered consistently under Tools
v1.1.5
Chat typography controls
The chat can now use its own font size without changing the editor or other Sublime views.
Added
- Configurable chat_font_size setting with auto inheritance or a fixed numeric size
- Increase, decrease, and reset chat font size commands in the Command Palette
- Optional chat-only keybindings with no default Ctrl+Plus or Ctrl+Minus shortcuts
- Automated coverage for chat font size behavior
v1.1.4
Native OpenAI Responses transport
OpenAI now has a native Responses API path while the existing provider compatibility paths remain available for other services.
Added
- Native OpenAI Responses provider with streaming and tool-call support
- Improved OpenAI tool and reasoning support through the Responses API
- Dedicated automated coverage for the OpenAI Responses transport
v1.1.3
GPT-5.6 tool-call compatibility
Improved compatibility and reliability when using GPT-5.6 models with tools.
Added
- Additional coverage for GPT-5.6 tool use
Fixed
- GPT-5.6 tool calls now complete reliably with supported reasoning settings
v1.1.2
More reliable tool history
The agent now preserves the actions it completed so follow-up turns retain a clearer picture of what happened.
Fixed
- Preserved completed tool actions across chat turns
- Improved continuity when the model needs to remember earlier tool work
v1.1.1
Updated Antigravity model discovery
Google Antigravity now uses the verified Gemini Flash identifiers returned by its discovery catalog.
Added
- Real Gemini 3.8 and 3.7 Flash model identifiers from Antigravity discovery
Fixed
- Improved model listing and selection for the Antigravity provider
v1.1.0
Reasoning, cards, and packaging polish
A broader release focused on richer agent feedback, cross-platform chat behavior, and a cleaner Package Control layout.
Added
- Streaming reasoning display and richer tool, subagent, and batch cards
- Clipboard image support across macOS and Linux
Changed
- Shared runtime modules moved into lib/ to improve Package Control packaging
Fixed
- Improved plugin loading and command registration after the package restructure
v1.0.2
Stable tool status
Long-running tools now keep their progress indicator and Stop control in one stable place while output streams.
Added
- Animated spinner inside the active tool card, so long commands show they are still working
- Stop control moved into the running tool card instead of a separate floating status line
Fixed
- Fixed the jumping/flashing status line during long command output (e.g. pnpm build)
- Tool cards are restored in chronological order when reloading a chat history
v1.0.1
History and loader fixes
Chat history restores tool calls where they happened, and running tools animate while they work.
Added
- Persisted tool-call position inside assistant responses, so reloaded chats show calls in the order the agent made them
Fixed
- Long-running tools now show an animated loader instead of a static dot
v1.0.0
First stable release
The first packaged Limitcode Pro release, with license activation and image support across platforms.
Added
- Clipboard image paste on macOS and Linux, matching the existing Windows support
- Multimodal image attachments in chat, supported by image-capable models
- License activation against the Limitcode Pro license service with device limits and offline grants
- Separate downloads for current and next-generation Sublime plugin hosts
v1.0.0-rc.1
V1 release candidate
The first packaged Limitcode Pro V1 candidate brings the full coding-agent loop into a side-by-side Sublime Text view.
Added
- Side-by-side Sublime chat with streaming responses, reasoning display, cancellation, and visible tool results
- Code, Architect, Ask, and Debug modes with mode-specific tool access
- Project tools for file listing, reading, searching, creation, targeted edits, patches, web access, and shell commands
- Configurable permission rules: reads and searches can stay frictionless while mutating tools ask by default
- Project-scoped conversation history, prompt history, and automatic long-context compaction
- Agent edit snapshots with Limitcode Undo and Redo during the active session
- Provider, model, reasoning-effort, context, and estimated cost controls in the chat status bar
- OpenAI, Anthropic, Gemini, OpenRouter, Mistral AI, Copilot, DeepSeek, and OpenAI-compatible or local provider paths
- Account sign-in for GitHub Copilot, OpenAI Codex, and Google Antigravity with a shared logout command
- Web search and URL fetching as permission-gated tools with a configurable search backend
- LSP diagnostics collected after edits to surface syntax and type errors back to the agent
- Repository-level instructions that can join task context automatically
- Reusable skills, configured MCP connections, checklists, batches, and focused subagents
- Dynamic model discovery with per-provider caches and reasoning-effort controls
- Session cost statistics and token tracking in the chat status bar
Changed
- Separate downloads now support both current and next-generation Sublime plugin hosts
Fixed
- Improved startup and module loading from the installed package