Skip to content

Releases: KiddPhenix/Ctrl_CC-Releases

Ctrl_CC 0.1.13

Choose a tag to compare

@KiddPhenix KiddPhenix released this 22 Jul 03:41

Ctrl_CC 0.1.13

English

Features

  • No new standalone feature in this release.

Improvements

  • Added collapsible AI Task feature details, with expand/collapse state tracked per feature during the current page session.
  • Feature details now default to expanded before any task starts, then default to collapsed once a task enters doing, review, or merged.
  • Added localized labels for expanding and collapsing feature details.

Fixes

  • Reduced AI Tasks left-pane crowding after work has started on a feature.

Asset:

Ctrl_CC-0.1.13-windows-x64.zip
SHA256: 06391B2014E03854DFAE356BF91C8E3DD50C2FA9FC69B86F05D4C7ADA512739B

中文

功能

  • 本版本没有独立新功能。

调整

  • AI Tasks 大功能信息栏新增折叠/展开,并在当前页面会话内按大功能独立记住人工选择。
  • 大功能尚未开始任何任务时默认展开;一旦存在 doing、review 或 merged 任务,默认折叠,减少左侧空间占用。
  • 补齐大功能信息栏折叠/展开的多语言文案。

修复

  • 缓解 AI Tasks 大功能开始执行后左侧信息栏占用过多空间的问题。

资产:

Ctrl_CC-0.1.13-windows-x64.zip
SHA256: 06391B2014E03854DFAE356BF91C8E3DD50C2FA9FC69B86F05D4C7ADA512739B

Ctrl_CC 0.1.12

Choose a tag to compare

@KiddPhenix KiddPhenix released this 21 Jul 15:50

Ctrl_CC 0.1.12

English

Features

  • Added AI Task feature editing and deletion, including title, description, source document path, and cascade deletion for related tasks and events.
  • Added source document paths for AI Task features, plus a copyable implementation instruction that tells future sessions to read the feature plan and start from the active stage.
  • Added CLI and MCP support for sourceDocPath, update_task_feature, and delete_task_feature.
  • Added a Maze experiment switch in Settings so Maze stays hidden unless explicitly enabled.

Improvements

  • Split exported Ctrl_CC guidance into the default ctrl-cc memory workflow and the on-demand ctrl-cc-ai-task workflow.
  • Improved AI Tasks layout so the feature info area, stage list, task list, long descriptions, and source paths stay readable in narrow windows.
  • Moved feature, stage, task, edit, and delete forms back into the shared modal system with proper backdrop, centering, scrolling, and dialog semantics.

Fixes

  • Fixed AI Tasks dialogs appearing as inline page content.
  • Fixed left-pane overlap between feature details, stages, and task rows.

Asset:

Ctrl_CC-0.1.12-windows-x64.zip
SHA256: 0AFDA486C39756D856410C4B555E11047D67577156115ED2DB6E5CE33181FEB3

中文

功能

  • 新增 AI Tasks 大功能编辑和删除,支持标题、描述、原始设计文档路径,并级联删除关联任务和事件。
  • 新增大功能原始设计文档路径,以及可复制的实施指令,方便新会话按当前 active 阶段继续执行。
  • 新增 CLI 与 MCP 支持:sourceDocPathupdate_task_featuredelete_task_feature
  • 新增 Maze 实验开关,默认隐藏 Maze,只有在 Settings 里启用后才显示入口。

调整

  • 将导出的 Ctrl_CC 指引拆成默认启用的 ctrl-cc 记忆工作流,以及按需触发的 ctrl-cc-ai-task 任务工作流。
  • 优化 AI Tasks 左侧布局,窄窗口下大功能信息、阶段列表、任务列表、长描述和文档路径保持可读。
  • 新增大功能、阶段、任务、编辑和删除表单统一回到项目弹窗体系,恢复遮罩、居中、滚动边界和 dialog 语义。

修复

  • 修复 AI Tasks 表单像普通页面内容一样挤进布局的问题。
  • 修复左侧大功能信息、阶段和任务行互相覆盖的问题。

资产:

Ctrl_CC-0.1.12-windows-x64.zip
SHA256: 0AFDA486C39756D856410C4B555E11047D67577156115ED2DB6E5CE33181FEB3

Ctrl_CC 0.1.11

Choose a tag to compare

@KiddPhenix KiddPhenix released this 17 Jul 09:54

Ctrl_CC 0.1.11

English

Features

  • Added AI Tasks as a dedicated workspace separate from regular Todo, so larger features can be split into executable Agent tasks.
  • Added ordered feature stages: tasks in the active stage can run in parallel, while later stages stay locked until previous tasks are accepted.
  • Added Agent-safe task lifecycle support with claim, lease renewal, release, submit for review, reject, and accept with merge references.
  • Added CLI and MCP interfaces for task features, stages, task listing, claimable tasks, and review handoff.

Improvements

  • Added a compact AI Tasks UI with feature/stage navigation, scan-friendly task rows, detail panels, event history, and localized copy.
  • Added an Agent guide that explains the recommended task discovery, lease, retry, and submit workflow.
  • Added idempotent request-id handling and explicit failure states for task ownership, locked stages, invalid transitions, and missing merge references.

Fixes

  • No separate bugfix-only changes in this release.

Asset:

Ctrl_CC-0.1.11-windows-x64.zip
SHA256: 0DF47CDE7721BDD2665B2034673DBB87D36840D660EEDC684D6B5AD9883BE3CA

中文

功能

  • 新增独立于普通 Todo 的 AI Tasks 工作区,可把大功能拆成 Agent 可执行任务。
  • 新增有序阶段:当前 active 阶段内任务可并行,后续阶段会等前序任务验收合并后再解锁。
  • 新增 Agent 安全任务生命周期,支持领取、续租、释放、提交验收、驳回和带合并引用的通过。
  • 新增 CLI 与 MCP 接口,覆盖大功能、阶段、任务列表、可领取任务和验收交接。

调整

  • 新增紧凑 AI Tasks 界面,包含功能/阶段导航、可扫描任务行、详情面板、事件记录和多语言文案。
  • 新增 Agent 调用说明,明确任务发现、租约、重试和提交验收流程。
  • 补齐 request-id 幂等处理,并显式暴露任务归属冲突、阶段锁定、非法状态流转和缺少合并引用等失败。

修复

  • 本版本没有单独的 bugfix-only 改动。

资产:

Ctrl_CC-0.1.11-windows-x64.zip
SHA256: 0DF47CDE7721BDD2665B2034673DBB87D36840D660EEDC684D6B5AD9883BE3CA

Ctrl_CC 0.1.10

Choose a tag to compare

@KiddPhenix KiddPhenix released this 24 Jun 09:08

Ctrl_CC 0.1.10

English

Features

  • Added the Maze workspace for dual-Agent debate, letting two selected Agents argue opposing viewpoints across structured rounds.
  • Added Maze session setup, including topic, stance, round count, and per-Agent role selection.
  • Added debate result handling so generated rounds, verdicts, and follow-up actions can be reviewed inside Ctrl_CC.

Improvements

  • Added localized Maze navigation, empty states, action labels, and workspace copy across supported languages.
  • Added dedicated Maze layout and styling for debate setup, transcript review, and result panels.

Fixes

  • No separate bugfix-only changes in this release.

Asset:

Ctrl_CC-0.1.10-windows-x64.zip
SHA256: A08CB2B9A546091774D12E60B68F1A518A3B706ED09D4EE9EE1D39CA53F012E4

中文

功能

  • 新增 Maze 工作区,支持选择两个 Agent 围绕同一主题进行结构化正反辩论。
  • 新增 Maze 会话配置,可设置辩题、立场、回合数和双方 Agent 角色。
  • 新增辩论结果处理,可在 Ctrl_CC 内查看多轮发言、裁决结论和后续动作。

调整

  • 为 Maze 补充多语言导航、空状态、操作文案和工作区说明。
  • 新增 Maze 专属布局和样式,用于辩论设置、过程记录和结果面板。

修复

  • 本版本没有单独的 bugfix-only 改动。

资产:

Ctrl_CC-0.1.10-windows-x64.zip
SHA256: A08CB2B9A546091774D12E60B68F1A518A3B706ED09D4EE9EE1D39CA53F012E4

Ctrl_CC 0.1.9

Choose a tag to compare

@KiddPhenix KiddPhenix released this 24 Jun 05:26

Ctrl_CC 0.1.9

English

Features

  • Added exact Memories reference copying with ccc:<id>, making it easier to point tools and future conversations to a specific Knowledge entry.
  • Added exact Knowledge lookup support for ccc:<id> in the Ctrl_CC CLI and local AI instructions, so exact references are opened directly instead of being treated as search keywords.

Improvements

  • Made the Agent import action visible from the empty Agent state and the Agent roster header.
  • Improved empty search states for Memories, Todo, Agents, and Vault so searches explain that no matching item was found.
  • Renamed the Agent import entry to a clearer “Import Agent” action across supported languages.

Fixes

  • Fixed the Agent import action being hidden when no Agent cards existed yet.

Asset:

Ctrl_CC-0.1.9-windows-x64.zip
SHA256: B22E2BABE2EAC001C406679B72784EBD3FE813454227EA4202CC01A2CA51B098

中文

功能

  • 新增 Memories 精确引用复制,复制格式为 ccc:<id>,方便把某一条 Knowledge 精确交给工具或后续对话。
  • Ctrl_CC CLI 和本地 AI 指令新增 ccc:<id> 精确 Knowledge 读取支持,遇到精确引用时直接打开对应条目,而不是按关键词搜索。

调整

  • Agent 空状态和 Agent 阵容标题处都展示导入入口,首次使用时更容易找到导入动作。
  • 优化 Memories、Todo、Agents 和 Vault 的搜索空状态,明确提示当前没有匹配结果。
  • 将 Agent 导入入口文案调整为更直接的“导入 Agent”。

修复

  • 修复没有 Agent 卡片时导入入口不明显的问题。

资产:

Ctrl_CC-0.1.9-windows-x64.zip
SHA256: B22E2BABE2EAC001C406679B72784EBD3FE813454227EA4202CC01A2CA51B098

Ctrl_CC 0.1.8

Choose a tag to compare

@KiddPhenix KiddPhenix released this 23 Jun 09:27

Ctrl_CC 0.1.8

English

Features

  • Added Windows automatic update installation from the public release metadata: Ctrl_CC downloads the Windows zip, verifies SHA256, prepares a backup, applies the update, and restarts automatically.
  • Added Agent portrait generation through Codex CLI, including Codex CLI discovery, execution logs, usage records, and generated image file handling.

Improvements

  • Updated the in-app update entry so Windows users can download and install directly, while other platforms still open the release download page.
  • Updated Agent portrait errors and copy to guide users toward connecting Codex CLI instead of configuring an OpenAI API key.
  • Improved macOS history scanning path support so local history discovery works with more macOS layouts.

Fixes

  • Added stricter validation for Windows update metadata, asset URL, zip contents, and SHA256 digest before applying an update.
  • Improved Agent portrait failure reporting for missing Codex CLI, CLI launch failure, CLI exit failure, timeout, and empty image output.

macOS testing build

  • Added unsigned macOS DMG builds for Apple Silicon and Intel Macs.

Signing note

This macOS build is unsigned during the testing period. I have not bought an Apple Developer account yet because the budget is still crying quietly, so macOS may ask you to right-click the app and choose Open on first launch.

Asset:

Ctrl_CC-0.1.8-windows-x64.zip
SHA256: 393C15BF760FDE5ABF8379402459F9627E5C97FE609ACB4B2DD0416B6A3010E5
Ctrl_CC-0.1.8-macos-arm64.dmg
SHA256: d9c17c0dc52b6b22f234811c34d56181c65c69504f463007a8e6bb6228428bc5
Ctrl_CC-0.1.8-macos-x64.dmg
SHA256: d8712392fb15579bb1a9ecf14f7c0c53cc778749948190d2f341bebe10079fc5

中文

功能

  • 新增 Windows 自动更新安装:Ctrl_CC 会从公开发布元数据下载 Windows zip,校验 SHA256,准备备份,应用更新并自动重启。
  • 新增通过 Codex CLI 生成 Agent 立绘,包含 Codex CLI 检测、执行日志、用量记录和生成图片落盘处理。

调整

  • 更新应用内更新入口,Windows 用户可直接下载并安装,其他平台继续打开 Release 下载页。
  • 更新 Agent 立绘生成错误提示和文案,引导用户连接 Codex CLI,而不是配置 OpenAI API Key。
  • 优化 macOS 历史扫描路径支持,让本机历史发现兼容更多 macOS 路径布局。

修复

  • 增加 Windows 自动更新前的元数据、下载 URL、zip 内容和 SHA256 校验。
  • 优化 Agent 立绘失败原因展示,覆盖缺少 Codex CLI、CLI 启动失败、CLI 退出失败、超时和未找到图片输出。

macOS 测试包

  • 新增 Apple Silicon 和 Intel Mac 的未签名 macOS DMG 测试包。

签名说明

这个 macOS 版本在测试期暂时未签名。还没有购买 Apple 开发者账户,因为预算目前正在默默哭穷,所以 macOS 首次启动时可能需要右键 App 并选择打开

资产:

Ctrl_CC-0.1.8-windows-x64.zip
SHA256: 393C15BF760FDE5ABF8379402459F9627E5C97FE609ACB4B2DD0416B6A3010E5
Ctrl_CC-0.1.8-macos-arm64.dmg
SHA256: d9c17c0dc52b6b22f234811c34d56181c65c69504f463007a8e6bb6228428bc5
Ctrl_CC-0.1.8-macos-x64.dmg
SHA256: d8712392fb15579bb1a9ecf14f7c0c53cc778749948190d2f341bebe10079fc5

Ctrl_CC 0.1.7

Choose a tag to compare

@KiddPhenix KiddPhenix released this 22 Jun 10:34

Ctrl_CC 0.1.7

English

Features

  • Improved Memories history import so imported local AI history is summarized in smaller batches, with progress updates for processed, imported, and skipped items.
  • Added a debug setting to reset the Memories history import cursor, allowing a future import to rescan local history when needed.
  • Added a tag-filter delete action for Memories so the current tag search can be cleaned up directly.

Improvements

  • Strengthened AI summarization rules for imported history so generated Memories include a concrete project/module subject, specific problem, useful tags, and Markdown solution text.
  • Made history import safer to retry: failed AI summary batches stop without advancing the cursor, while already imported batches remain recorded.
  • Improved import job logs so scan count, imported count, skipped candidates, and retry state are visible.

Fixes

  • Reduced low-quality generic titles and provenance-only problem text in imported Memories.
  • Fixed prompt proposal handling so missing prompt text is surfaced instead of silently writing back an empty proposal.

macOS testing build

  • Added unsigned macOS DMG builds for Apple Silicon and Intel Macs.

Signing note

This macOS build is unsigned during the testing period. I have not bought an Apple Developer account yet because the budget is still crying quietly, so macOS may ask you to right-click the app and choose Open on first launch.

Asset:

Ctrl_CC-0.1.7-windows-x64.zip
SHA256: E1B74D2FFE32E3B5B386A0E98CE0B6D9B86368A42EBB273C4C1C7B1043E4C360
Ctrl_CC-0.1.7-macos-arm64.dmg
SHA256: 13ab624d8d00b3fbe5b9b952c547d9b79f8486996f4f3d76ba971acc61138285
Ctrl_CC-0.1.7-macos-x64.dmg
SHA256: e2c286233aed17cd267cac8f78ed377a30d4779eef4ba014fc8eae13980ae1f3

中文

功能

  • 优化 Memories 历史导入,按更小批次总结本地 AI 历史,并显示已处理、已导入、已跳过的进度。
  • 新增调试设置,可重置 Memories 历史导入 cursor,必要时让下一次导入重新扫描本机历史。
  • 新增按当前 tag 搜索结果删除 Memories 的入口,方便直接清理当前筛选范围。

调整

  • 强化历史导入的 AI 总结规则,生成的 Memories 需要包含具体项目/模块、明确问题、有用标签和 Markdown solutionText。
  • 提升历史导入的可重试性:AI 总结批次失败时不推进 cursor,已成功导入的批次会保留记录。
  • 优化导入任务日志,记录扫描数量、导入数量、跳过候选和可重试状态。

修复

  • 减少导入 Memories 中过泛标题和只描述来源、不描述问题的内容。
  • 修复提示词草案缺少正文时的处理,避免静默写回空草案。

macOS 测试包

  • 新增 Apple Silicon 和 Intel Mac 的未签名 macOS DMG 测试包。

签名说明

这个 macOS 版本在测试期暂时未签名。还没有购买 Apple 开发者账户,因为预算目前正在默默哭穷,所以 macOS 首次启动时可能需要右键 App 并选择打开

资产:

Ctrl_CC-0.1.7-windows-x64.zip
SHA256: E1B74D2FFE32E3B5B386A0E98CE0B6D9B86368A42EBB273C4C1C7B1043E4C360
Ctrl_CC-0.1.7-macos-arm64.dmg
SHA256: 13ab624d8d00b3fbe5b9b952c547d9b79f8486996f4f3d76ba971acc61138285
Ctrl_CC-0.1.7-macos-x64.dmg
SHA256: e2c286233aed17cd267cac8f78ed377a30d4779eef4ba014fc8eae13980ae1f3

Ctrl_CC 0.1.6

Choose a tag to compare

@KiddPhenix KiddPhenix released this 22 Jun 07:37

Ctrl_CC 0.1.6

English

Features

  • Added Agent cards and portrait-driven Agent browsing, with dedicated entries for builders, reviewers, researchers, planners, release work, docs, testing, security, and clipboard workflows.
  • Added Agent portrait import surfaces and expanded portrait matching so local AI tools and AGENTS.md-style workflows can be represented more clearly.
  • Added Agent history reflection scanning, AI review, and quality-loop records to help turn prior work into reusable Agent memory.
  • Added background Agent history scanning so long history analysis can run without blocking the main app flow.
  • Added unsigned macOS DMG builds for Apple Silicon and Intel Macs.

Improvements

  • Improved Agent memory import and optimization flows, including broader history recall and a clearer review path before turning history into reusable cards.
  • Improved Agent detail and compact-list behavior, preserving metadata and making section switching work reliably.
  • Improved default Agent handling on macOS so the new Agent surfaces start from better cross-platform defaults.

Fixes

  • Tightened Agent history recall to reduce unrelated or instruction-context content from being pulled into reflections.
  • Filtered self-pollution from Agent history review and limited AI review budgets to keep background analysis more predictable.
  • Fixed Agent detail section switching and compact-list metadata retention.

Signing note

This macOS build is unsigned during the testing period. I have not bought an Apple Developer account yet because the budget is still crying quietly, so macOS may ask you to right-click the app and choose Open on first launch.

Asset:

Ctrl_CC-0.1.6-windows-x64.zip
SHA256: 4DB4E983C1D4361552B78BEB56DF04A5523B58D2AF8901AD6871DF513D88CDDF
Ctrl_CC-0.1.6-macos-arm64.dmg
SHA256: a1c8e27db2fd1dab3b9b796670ed143640b301b6c0119d9362387ae9c65a482f
Ctrl_CC-0.1.6-macos-x64.dmg
SHA256: a36e8df79e60b68ccf23907645ec9ba6db380779c04b0159a45d24f5ca460bd8

中文

功能

  • 新增 Agent 卡片和立绘浏览入口,覆盖构建、评审、研究、规划、发布、文档、测试、安全和剪贴板工作流。
  • 新增 Agent 立绘导入界面并扩展立绘候选匹配,让本机 AI 工具和 AGENTS.md 工作流能被更清晰地呈现。
  • 新增 Agent 历史反思扫描、AI 复核和质量闭环记录,用于把历史工作沉淀成可复用的 Agent 记忆。
  • 新增后台 Agent 历史扫描,长历史分析不再阻塞主界面流程。
  • 新增 Apple Silicon 和 Intel Mac 的未签名 macOS DMG 测试包。

调整

  • 优化 Agent 记忆导入与优化流程,扩大历史召回范围,并在写入可复用卡片前增加更清楚的复核路径。
  • 优化 Agent 详情和紧凑列表行为,保留元信息并修复分区切换体验。
  • 优化 macOS 上的默认 Agent 处理,让新的 Agent 界面具备更好的跨平台初始状态。

修复

  • 收紧 Agent 历史召回,减少无关内容和指令上下文被带入反思结果。
  • 过滤 Agent 历史复核中的自污染内容,并限制 AI 复核预算,让后台分析更可控。
  • 修复 Agent 详情分区切换和紧凑列表元信息保留问题。

签名说明

这个 macOS 版本在测试期暂时未签名。还没有购买 Apple 开发者账户,因为预算目前正在默默哭穷,所以 macOS 首次启动时可能需要右键 App 并选择打开

资产:

Ctrl_CC-0.1.6-windows-x64.zip
SHA256: 4DB4E983C1D4361552B78BEB56DF04A5523B58D2AF8901AD6871DF513D88CDDF
Ctrl_CC-0.1.6-macos-arm64.dmg
SHA256: a1c8e27db2fd1dab3b9b796670ed143640b301b6c0119d9362387ae9c65a482f
Ctrl_CC-0.1.6-macos-x64.dmg
SHA256: a36e8df79e60b68ccf23907645ec9ba6db380779c04b0159a45d24f5ca460bd8

Ctrl_CC 0.1.5

Choose a tag to compare

@KiddPhenix KiddPhenix released this 19 Jun 04:58

Ctrl_CC 0.1.5

English

Features

  • Added macOS as a Local CLI runtime option in Settings.
  • Added macOS Local CLI command discovery for Codex app resource paths, Homebrew paths, and shell PATH lookup.
  • Added native macOS Local CLI verification and version detection before treating the provider as ready.
  • Added a Step-by-Step release runbook and saved it back into Ctrl_CC Knowledge.
  • Added unsigned macOS DMG builds for Apple Silicon and Intel Macs.

Improvements

  • Updated Local CLI skill injection so native macOS paths use the same managed agent-file flow as other native runtimes.
  • Replaced the dev script with a cross-platform Electron launcher.

Signing note

This macOS build is unsigned during the testing period. I have not bought an Apple Developer account yet because the budget is still crying quietly, so macOS may ask you to right-click the app and choose Open on first launch.

Assets:

Ctrl_CC-0.1.5-macos-arm64.dmg
SHA256: b04315cb939e9485a78c75c2b00824fc4244a8cfa44e3fb511bd62ef697b4c55
Ctrl_CC-0.1.5-macos-x64.dmg
SHA256: d3cb457d32bea9a9edf305592bbce8609a3f62033544de7d3ff59e58e5f7eb6d

中文

功能

  • Settings 中新增 macOS 作为本地 CLI 运行环境选项。
  • 新增 macOS 本地 CLI 命令检测,覆盖 Codex App 资源路径、Homebrew 路径和 shell PATH 查找。
  • 新增 macOS 本地 CLI 验证和版本检测,通过后再视为 Provider 可用。
  • 新增 Step by Step 发布手册,并写回 Ctrl_CC Knowledge。
  • 新增 Apple Silicon 和 Intel Mac 的未签名 macOS DMG 测试包。

调整

  • 更新本地 CLI skill 写入逻辑,让 macOS 原生路径使用和其他原生运行时一致的 agent file 写入流程。
  • 将 dev 脚本替换为跨平台 Electron 启动器。

签名说明

这个 macOS 版本在测试期暂时未签名。还没有购买 Apple 开发者账户,因为预算目前正在默默哭穷,所以 macOS 首次启动时可能需要右键 App 并选择打开

资产:

Ctrl_CC-0.1.5-macos-arm64.dmg
SHA256: b04315cb939e9485a78c75c2b00824fc4244a8cfa44e3fb511bd62ef697b4c55
Ctrl_CC-0.1.5-macos-x64.dmg
SHA256: d3cb457d32bea9a9edf305592bbce8609a3f62033544de7d3ff59e58e5f7eb6d

Ctrl_CC 0.1.4

Choose a tag to compare

@KiddPhenix KiddPhenix released this 18 Jun 12:11

Ctrl_CC 0.1.4

English

Features

  • Added a guided Local CLI setup flow in Settings, covering command detection, tool selection, command configuration, authorization, skill injection, and final verification.
  • Added desktop analysis verification for Local CLI providers, checking that the configured CLI can return parseable Knowledge/Todo JSON before treating the setup as ready.
  • Added unsigned macOS DMG builds for Apple Silicon and Intel Macs.

Improvements

  • Improved Local CLI setup wording and progress states so the difference between command authorization and real desktop-analysis readiness is clearer.
  • Hid the manual test-entry hint from the main setup path, keeping the guide focused on the real verification flow.
  • Updated the built-in Ctrl_CC skill text so Knowledge, Todo, Capture, and job-log writebacks follow the user's current language.

Fixes

  • Reduced the chance of Local CLI setup appearing successful before the provider has passed a real analysis-format check.

Signing note

This macOS build is unsigned during the testing period. I have not bought an Apple Developer account yet because the budget is still crying quietly, so macOS may ask you to right-click the app and choose Open on first launch.

Asset:

Ctrl_CC-0.1.4-windows-x64.zip
SHA256: C1D5123C42E71E0274DA3989830A76A2AC5E0A053FF4615D63783CA61CD328AB
Ctrl_CC-0.1.4-macos-arm64.dmg
SHA256: 41685314b9d99fa89e04e888dface597f97883f304aecd21013268fa7fb7af74
Ctrl_CC-0.1.4-macos-x64.dmg
SHA256: 433702f4aab51865ca0fc8d5446c6b940e20c5e241c2bd80cc71f7ead15d46d8

中文

功能

  • Settings 中新增本地 CLI 配置向导,串起命令检测、工具选择、命令配置、授权、写入规则和最终验证。
  • 新增本地 CLI 桌面分析验证,确认配置后的 CLI 能返回可解析的 Knowledge/Todo JSON 后,再视为配置可用。
  • 新增 Apple Silicon 和 Intel Mac 的未签名 macOS DMG 测试包。

调整

  • 优化本地 CLI 配置文案和进度状态,更清楚地区分“命令已授权”和“桌面分析链路已可用”。
  • 隐藏主流程里的手动测试入口提示,让向导聚焦真实验证流程。
  • 更新内置 Ctrl_CC skill 文案,要求 Knowledge、Todo、Capture 和 job log 写回时跟随用户当前语言。

修复

  • 降低本地 CLI 只完成授权但尚未通过真实分析格式验证时,被误判为已经可用的概率。

签名说明

这个 macOS 版本在测试期暂时未签名。还没有购买 Apple 开发者账户,因为预算目前正在默默哭穷,所以 macOS 首次启动时可能需要右键 App 并选择打开

资产:

Ctrl_CC-0.1.4-windows-x64.zip
SHA256: C1D5123C42E71E0274DA3989830A76A2AC5E0A053FF4615D63783CA61CD328AB
Ctrl_CC-0.1.4-macos-arm64.dmg
SHA256: 41685314b9d99fa89e04e888dface597f97883f304aecd21013268fa7fb7af74
Ctrl_CC-0.1.4-macos-x64.dmg
SHA256: 433702f4aab51865ca0fc8d5446c6b940e20c5e241c2bd80cc71f7ead15d46d8