Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cline-3.24.0.vsix | 2025-08-13 | 8.5 MB | |
README.md | 2025-08-13 | 5.0 kB | |
v3.24.0 source code.tar.gz | 2025-08-13 | 1.4 MB | |
v3.24.0 source code.zip | 2025-08-13 | 2.0 MB | |
Totals: 4 Items | 11.9 MB | 1 |
What's Changed
- Don't use activate() in cline-core by @sjf in https://github.com/cline/cline/pull/5448
- Use the active webview in ProtoBus
getWebviewHtml
. by @sjf in https://github.com/cline/cline/pull/5444 - Test is still flaking, increase the timeout by @sjf in https://github.com/cline/cline/pull/5473
- stop double counting tokens by @0xToshii in https://github.com/cline/cline/pull/5426
- Add an endpoint to the HostBridge for integration testing by @sjf in https://github.com/cline/cline/pull/5476
- Click from a file name in chat to editor by @tseglevskiy in https://github.com/cline/cline/pull/5422
- remove PostHog exception autocapture by @abeatrix in https://github.com/cline/cline/pull/5481
- Fixing Read of Workspace root by index.ts by @arafatkatze in https://github.com/cline/cline/pull/5482
- Fix package-lock version and update CODEOWNERS by @dcbartlett in https://github.com/cline/cline/pull/5490
- Call
teardown()
when cline-core is stopped. by @sjf in https://github.com/cline/cline/pull/5496 - remove workspace tracker by @celestial-vault in https://github.com/cline/cline/pull/5346
- ExternalDiffViewProvider should get diagnostics before and after diff by @sjf in https://github.com/cline/cline/pull/5500
- Move rest of state to cache by @celestial-vault in https://github.com/cline/cline/pull/5404
- Set gpt5 max tokens to 8_192 to fix context window exceeded error by @saoudrizwan in https://github.com/cline/cline/pull/5478
- Fixing context exceeded error by @arafatkatze in https://github.com/cline/cline/pull/5479
- refactor: centralize action buttons state by @abeatrix in https://github.com/cline/cline/pull/5462
- fix requesty's api key url by @requesty-JohnCosta27 in https://github.com/cline/cline/pull/5498
- Add multi-file diff to the host bridge. by @sjf in https://github.com/cline/cline/pull/5515
- Guard ActionButtons when no task by @abeatrix in https://github.com/cline/cline/pull/5508
- move browser settings menu to tailwind by @celestial-vault in https://github.com/cline/cline/pull/5507
- Add VSCode theme colors to Tailwind config by @abeatrix in https://github.com/cline/cline/pull/5516
- fix: request_id was being incorrectly extracted from the API response… by @auroter in https://github.com/cline/cline/pull/5504
- Task Refactor: Move logic for showing multi-file diffs out of
Task
by @sjf in https://github.com/cline/cline/pull/5517 - Set CLINE_ACTIVE environment variable for new terminals by @whme in https://github.com/cline/cline/pull/5367
- Remove deprecated GPT-4.5 Preview by @PeterDaveHello in https://github.com/cline/cline/pull/5493
- Change the host bridge RPC closeDiff to closeAllDiffs by @sjf in https://github.com/cline/cline/pull/5521
- Fix usage endpoint call using oauth token instead of saved refresh token by @saoudrizwan in https://github.com/cline/cline/pull/5483
- make cline better at git by @pashpashpash in https://github.com/cline/cline/pull/5525
- using ulid instead of taskid by @pashpashpash in https://github.com/cline/cline/pull/5524
- disable buttons for plan_mode_respond by @abeatrix in https://github.com/cline/cline/pull/5528
- Remove experimental Sonnet 4 code by @celestial-vault in https://github.com/cline/cline/pull/5527
- In the log timestamp use current timezone instead of UTC by @sjf in https://github.com/cline/cline/pull/5535
- Refactoring: Move vscode specific code out of the WebviewProvider by @sjf in https://github.com/cline/cline/pull/5534
- Fix the PATH not being set in the standalone terminal by @sjf in https://github.com/cline/cline/pull/5536
- Refactoring: Move the FileDiagnostics from the
host
package into common. by @sjf in https://github.com/cline/cline/pull/5537 - Use HostProvider for creating and using the OpenRouter auth URL by @tseglevskiy in https://github.com/cline/cline/pull/5522
- Add OpenAI GPT-5 Chat(gpt-5-chat-latest) by @PeterDaveHello in https://github.com/cline/cline/pull/5494
- feat: add kimi-k2-turbo-preview model by @CellenLee in https://github.com/cline/cline/pull/5510
- Enable browser arguments by @Hisma in https://github.com/cline/cline/pull/4871
- refactor: migrate FileContextTracker to chokidar by @celestial-vault in https://github.com/cline/cline/pull/5501
- Add 1m context window model variant for claude sonnet 4 by @saoudrizwan in https://github.com/cline/cline/pull/5526
- Display context window in model info by @saoudrizwan in https://github.com/cline/cline/pull/5546
- Changeset version bump by @github-actions[bot] in https://github.com/cline/cline/pull/5472
New Contributors
- @requesty-JohnCosta27 made their first contribution in https://github.com/cline/cline/pull/5498
- @auroter made their first contribution in https://github.com/cline/cline/pull/5504
- @whme made their first contribution in https://github.com/cline/cline/pull/5367
- @Hisma made their first contribution in https://github.com/cline/cline/pull/4871
Full Changelog: https://github.com/cline/cline/compare/v3.23.0...v3.24.0