Skip to content

Releases: koteyye/KoteCode

KoteCode 0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 06:22
47f2de0

KoteCode v0.2.1

This patch release improves Desktop UI stability, project discovery, and session loading performance.

Highlights

  • Restored grouped repository discovery for the bundled Desktop server while preserving compatibility with
    legacy and remote servers.
  • Fixed project close and reopen actions that could leave stale rows or an unresponsive context menu on the
    home screen.
  • Reduced the delay when opening sessions by reusing cached session metadata, starting message loading before
    navigation, avoiding background synchronization for inactive tabs, and removing duplicate catalog requests.
  • Reduced main-thread and storage work by incrementally retaining the home session index, consolidating
    timeline projections, and excluding image data URLs from persisted prompt history and draft snapshots.
  • Localized the new-session prompt placeholder and corrected the Desktop settings version so it reports the
    installed application version.
  • Added regression coverage for grouped project lifecycle, cold session opening, prompt persistence, catalog
    refreshes, timeline projection, and localized prompt text.

Downloads

  • KoteCode CLI for Windows x64, Linux x64/ARM64, and macOS Intel/Apple Silicon;
  • KoteCode Desktop for Windows x64, Linux x64, and macOS Intel/Apple Silicon;
  • npm and Homebrew installation support;
  • latest/beta update metadata for Windows and Linux Desktop.

Windows CLI and Desktop artifacts are unsigned. Windows may show an unknown-publisher or SmartScreen warning,
and Smart App Control or corporate policy may block them. macOS Desktop is also unsigned and unnotarized, so
Gatekeeper may block it. Verify downloads against SHA256SUMS.

The macOS Desktop DMG and ZIP are manual-download artifacts; automatic macOS Desktop updates are not enabled
in this release.

KoteCode 0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 20:10
f072513

KoteCode v0.2.0

This release expands the V2 project and session experience across the KoteCode stack.

Highlights

  • Added V2 project APIs and generated SDK support for listing and updating projects, resolving the current
    project, listing its directories, and discovering child Git repositories.
  • Grouped repositories now appear under their project root on the home screen. Opening a child repository
    keeps its exact repository and worktree in the new-session composer instead of falling back to the first
    project.
  • Added a project indicator to the session composer and improved project-aware synchronization between the
    App, Desktop, Server, Client, and SDK layers.
  • Expanded V2 session behavior, plan/build transitions, planning-plugin settings, and permission handling,
    with regression coverage across the affected packages.

Downloads

  • KoteCode CLI for Windows x64, Linux x64/ARM64, and macOS Intel/Apple Silicon;
  • KoteCode Desktop for Windows x64, Linux x64, and macOS Intel/Apple Silicon;
  • npm and Homebrew installation support;
  • latest/beta update metadata for Windows and Linux Desktop.

Windows CLI and Desktop artifacts are unsigned. Windows may show an unknown-publisher or SmartScreen warning,
and Smart App Control or corporate policy may block them. macOS Desktop is also unsigned and unnotarized, so
Gatekeeper may block it. Verify downloads against SHA256SUMS.

The macOS Desktop DMG and ZIP are manual-download artifacts; automatic macOS Desktop updates are not enabled
in this release.

KoteCode 0.1.0 — первый публичный бета-релиз

Choose a tag to compare

@github-actions github-actions released this 31 Jul 18:35

KoteCode 0.1.0 — первый публичный бета-релиз

Это первый публичный бета-релиз KoteCode — AI-ассистента для работы с кодом на базе OpenCode.

Проект пока находится на ранней стадии развития: основной функционал уже доступен, но возможны ошибки, изменения поведения и несовместимые изменения в следующих версиях. Будем рады обратной связи и сообщениям о найденных проблемах.

Что вошло в релиз

  • KoteCode CLI для Windows x64, Linux x64/ARM64 и macOS Intel/Apple Silicon;
  • KoteCode Desktop для Windows x64, Linux x64 и macOS Intel/Apple Silicon;
  • установка CLI через npm и Homebrew;
  • метаданные обновления Desktop для Windows и Linux;
  • файл SHA256SUMS для проверки загруженных файлов.

Установка CLI

Через npm:

npm install -g kotecode

Через Homebrew:

brew install koteyye/tap/kotecode

Desktop-приложение и готовые CLI-сборки можно скачать ниже в разделе Assets.

Важно: сборки пока не подписаны

В этой бета-версии исполняемые файлы и Desktop-приложения пока не подписаны сертификатом разработчика. Сборки для macOS также не прошли Apple notarization.

  • Windows: SmartScreen может показать предупреждение «Неизвестный издатель», а Smart App Control или корпоративная политика могут заблокировать запуск. Продолжайте только в том случае, если файл скачан с этой официальной страницы релиза и его контрольная сумма проверена.
  • macOS: Gatekeeper может заблокировать первый запуск. После проверки источника откройте Системные настройки → Конфиденциальность и безопасность и выберите Всё равно открыть для KoteCode.
  • Linux: проверяйте загруженный архив по опубликованной контрольной сумме.

Контрольные суммы находятся в файле SHA256SUMS.

macOS Desktop в этом релизе распространяется через DMG и ZIP только для ручной установки. Автоматические обновления Desktop на macOS пока не включены.

Обратная связь

Если вы нашли ошибку или хотите предложить улучшение, создайте Issue.