Releases: i-mrDedchai/iCline
iCline v0.1.15
iCline v0.1.15
Changed
- 📄 Install messaging — clarify that iCline is standalone (no official Cline required) across Marketplace description, GitHub README,
README.marketplace.md, and Settings → About - ❓ FAQ — add “Do I need official Cline?” / “Can I use both?” sections (EN + TH) on extension README and Marketplace Details
Fixed
- 🐛 User confusion — replace “install alongside official Cline” one-liner that read like a prerequisite; optional side-by-side install is now explained separately
Install
code --install-extension i-mrdedchai.iCline-0.1.15.vsix --forceThen Developer: Reload Window.
iCline v0.1.14
iCline v0.1.14
Fixed
- 🐛 Marketplace Details page — ship full
README.marketplace.md(comparison table, preview screenshots, Thai link) instead of the minimal stub; sync absolute image URLs for Marketplace rendering - 🐛 Webview ServiceWorker error on Windows — defer sidebar HTML assignment on cold start (VS Code race; see cline/cline#8920); README tip to Reload Window if it still appears once after install
Install
code --install-extension i-mrdedchai.iCline-0.1.14.vsix --forceThen Developer: Reload Window.
iCline v0.1.13
iCline v0.1.13
Added
- ⚡ Chat quick Provider & Model picker — switch providers/models from the chat bar; search, collapse/expand provider groups, per-model Thinking/Effort on hover, status icons on chat + list rows, refresh dynamic catalogs
- 🔢 Dev build numbering —
release-icline.ps1 -Channel Devbumps0.1.13-dev.N; About showsv0.1.13 · dev build N · timestamp - ⚙️ Settings → About — iCline + Cline (Official) sections; shows upstream Cline version synced in this fork
- 📸 README previews — chat picker & Settings screenshots under Why iCline? (
assets/docs/) - 🔗 Root README — Changelog link beside Releases
- 🏷️ GitHub repo topics script —
scripts/set-github-repo-topics.ps1
Changed
- 🏪 Marketplace SEO — displayName
iCline — Cline Fork (Grok & ZenMux), description leads with “Cline fork”, expanded keywords (cline-fork,coding-assistant,vscode-extension, …) - 🏷️ VS Marketplace search tags —
grok-build,composer-2.5-fast,grok-4,grok-code,grok-cli,supergrok(plus existingcomposer,grok,xai) - 📄 SECURITY.md / CONTRIBUTING.md — maintainer contact → @i-mrDedchai
Install
code --install-extension i-mrdedchai.iCline-0.1.13.vsix --forceThen Developer: Reload Window.
iCline v0.1.12
Stable release 0.1.12
iCline v0.1.10
iCline v0.1.10
Changed
- Marketplace publisher i-mrdedchai — extension ID i-mrdedchai.iCline
- GitHub org i-mrDedchai/iCline
- Published to VS Marketplace
Install
Marketplace: search iCline in Extensions, or install i-mrdedchai.iCline
VSIX:
code --install-extension i-mrdedchai.iCline-0.1.10.vsix --forceThen Developer: Reload Window.
iCline v0.1.9
iCline v0.1.9
Changed
- New extension icon (128x128 PNG)
- Marketplace publisher ID i-mrded — extension ID is now i-mrded.iCline
Install
code --install-extension i-mrded.iCline-0.1.9.vsix --forceThen Developer: Reload Window.
iCline v0.1.8
Fix: sidebar / duplicate registration
Legacy icline.icline and i-mrDed.iCline both registered icline.SidebarProvider and icline.updates.* — sidebar failed to load.
v0.1.8 migrates to iCline.* prefix (commands, views, settings).
Install
code --install-extension i-mrDed.iCline-0.1.8.vsix --forceThen Developer: Reload Window.
Cleanup (if errors persist)
Remove old folders: %USERPROFILE%\.vscode\extensions\icline.icline-*
iCline v0.1.7
Fix: xAI / Grok chat
Fixes error: Native tool calling must be enabled to use xAI subscription and CLI models.
- Register
xaias next-gen provider - Recognize Grok agent models (Composer, Build, Code) for native tool calling
Install
code --install-extension i-mrDed.iCline-0.1.7.vsix --forceiCline v0.1.6
iCline v0.1.6
Extension ID: i-mrDed.iCline
Install
code --install-extension i-mrDed.iCline-0.1.6.vsix --forceHighlights
- Extension ID changed to i-mrDed.iCline (publisher i-mrDed)
- Bilingual docs: English + Thai (README.md / README.th.md)
- VS Code localization: package.nls.json + package.nls.th.json
- xAI Grok OAuth, ZenMux, dual-channel updates, agent harness
Breaking change
If you previously installed icline.icline, uninstall it first - this is a separate extension ID.
See CHANGELOG for full history.