Changelog

All notable changes to EasyCC are documented here. Written for humans, not machines.

[0.8.4-beta.7] — Set up connected tools just by asking

Some connected tools — AutoCAD, for example — need to know which folders they're allowed to work in before they'll touch your files, and there was no way to set that up without hand-editing a settings file. Now you just ask: tell Claude something like "let the AutoCAD connector use my Drawings folder" and it sets it up for you, with a quick confirmation each time. You can also do it yourself anytime in Settings → Connectors, using the ⋯ → Edit settings menu on any connector. Secret values like API keys live in that same screen, kept in your computer's password vault rather than a plain settings file.

[0.8.4-beta.6] — Answers that show their sources

When Claude answers using one of your files or a web page it looked at, it now links straight back to the source so you can open it and check for yourself. Ask something that draws on a document in your agent, and the answer points to the exact file — click it to open in EasyCC. Web research gets the same treatment: the page Claude used becomes a clickable link instead of a name you have to go hunting for.

[0.8.4-beta.5] — Rename your chats

You can now give your chats names. If you keep one conversation per project, this makes it easy to spot the right one later: hover any chat in the "Recent conversations" list and click the menu (or right-click it) → Rename. The name sticks and shows up every time you come back. Renaming an open chat from its tab works the same way, and both now tell you if a rename couldn't be saved instead of failing quietly.

Also in this release

Behind the scenes

Security and dependency updates to the admin web app, plus a batch of test- and build-reliability fixes.

[0.8.3-beta.3] — PDF indexing of newly-added directories

Follow-up to 0.8.3-beta.2. After linking a folder to an agent (file tree → "Add directory"), PDFs inside the new folder weren't being indexed until you closed and reopened the agent. Adding a stack of scanned PDFs and immediately asking Claude to search them just returned empty results.

The PDF indexer's "rescan on add" trigger was wired into a store action that nothing actually called — the file-tree UI invoked the IPC directly and bypassed it. Fixed by triggering the indexer at the actual call site, so newly-linked folders start getting fingerprinted + OCR'd within a few seconds of linking.

Also added internal diagnostic logging so a quietly-failing agent config no longer makes the indexer report "found no PDFs" without a clue why.

[0.8.3-beta.2] — PDF processing fix for the Full installer

Hotfix for v0.8.3 / v0.8.3-beta.1 on Windows. If you installed the Full variant (the larger setup that bundles Claude Code, Git, and Node so you don't have to install them separately), PDF text extraction, OCR, and page rendering all silently produced empty results — attaching a PDF wrote a text.md cache file with zero bytes in it.

The cause was a build-script regression: scripts/configure-full-build.js was overwriting Tauri's bundle.resources instead of merging into it, which dropped the bundled PDFium library out of the Full installer. The Lite installer was unaffected.

What's fixed

Migrating from v0.8.3 / v0.8.3-beta.1 (Full installer only)

Reinstall over the existing app — auto-update will pull v0.8.3-beta.2 and the new installer carries PDFium. Existing PDF cache files (the empty text.md ones) are detected as stale on the next attach and rewritten with the actual extracted / OCR'd text. Lite installer users can ignore this release.

[0.8.3] — PDF handling rework

Drag-and-drop a stack of PDFs into chat — even hundreds of them — and ask Claude questions across all of them. The cost used to scale with the number of pages you uploaded; now it scales with the question Claude needs to answer.

What changed

Under the hood

Migrating from earlier versions

[0.8.1-beta.3] — Per-user Windows install restored

The v0.8.0 / v0.8.1 series switched the Windows installer to machine-wide install mode to support enterprise / MDM rollouts. That choice broke a core assumption for individual users: the installer asked for admin elevation on every install and every auto-update, and standard-user Windows accounts couldn't update at all.

This release reverts the consumer installer to per-user install (installMode: currentUser):

[Unreleased] — Enterprise deployment

This release introduces everything an IT admin or service-provider partner needs to deploy EasyCC across a fleet and hand users a fully configured first launch. See docs/enterprise/ for the full guide.

Phase 2 — coverage of new user-configurable features

Extends the admin tooling to cover the safety scanner and token-efficiency features that shipped on dev after the original Phase 1 branch.

New managed policy fields (10 total)

Fixed

See the phase 2 sections in docs/enterprise/policy-reference.md and docs/enterprise/service-provider-bundle.md for full reference + examples.


New — Admin controls

New — Service-provider pre-seed bundles

New — Installer

New — Documentation

Known limits for v1


April 2026 Update (v0.8.0-beta.7) — 2026-04-18

New

Improved


April 2026 Update (v0.6.1-beta.1) — 2026-04-06

New

Improved

Fixed


March 2026 Update (v0.6.0-beta.1) — 2026-03-26

New

Improved


Earlier Releases

v0.5.4-beta (February–March 2026)

v0.5.3-beta (February 2026)

v0.5.0–v0.5.2 (January–February 2026)