Skip to content

Releases: i-mrDedchai/iCline

iCline v0.1.15

22 Jun 01:28

Choose a tag to compare

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 --force

Then Developer: Reload Window.

iCline v0.1.14

21 Jun 12:24

Choose a tag to compare

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 --force

Then Developer: Reload Window.

iCline v0.1.13

21 Jun 11:45

Choose a tag to compare

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 numberingrelease-icline.ps1 -Channel Dev bumps 0.1.13-dev.N; About shows v0.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 existing composer, grok, xai)
  • 📄 SECURITY.md / CONTRIBUTING.md — maintainer contact → @i-mrDedchai

Install

code --install-extension i-mrdedchai.iCline-0.1.13.vsix --force

Then Developer: Reload Window.

iCline v0.1.12

21 Jun 03:40

Choose a tag to compare

Stable release 0.1.12

iCline v0.1.10

21 Jun 01:59

Choose a tag to compare

iCline v0.1.10

Changed

Install

Marketplace: search iCline in Extensions, or install i-mrdedchai.iCline

VSIX:

code --install-extension i-mrdedchai.iCline-0.1.10.vsix --force

Then Developer: Reload Window.

iCline v0.1.9

20 Jun 17:44

Choose a tag to compare

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 --force

Then Developer: Reload Window.

iCline v0.1.8

20 Jun 17:00

Choose a tag to compare

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 --force

Then Developer: Reload Window.

Cleanup (if errors persist)

Remove old folders: %USERPROFILE%\.vscode\extensions\icline.icline-*

iCline v0.1.7

20 Jun 16:34

Choose a tag to compare

Fix: xAI / Grok chat

Fixes error: Native tool calling must be enabled to use xAI subscription and CLI models.

  • Register xai as 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 --force

iCline v0.1.6

20 Jun 16:16

Choose a tag to compare

iCline v0.1.6

Extension ID: i-mrDed.iCline

Install

code --install-extension i-mrDed.iCline-0.1.6.vsix --force

Highlights

  • 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.