Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.31 KB

File metadata and controls

25 lines (18 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • MVP plugin scaffold: thread types, mention parser, provider router, patch applicator, thread lifecycle, thread store, sidebar view, settings tab, and main plugin entry point.
  • Hermes provider with file-based bridge (pending/complete/ queue).
  • Claude Code provider stub (local CLI invocation, read-only, suggestions only).
  • Codex provider stub (local CLI invocation, requires git working directory).
  • CodeMirror 6 highlight decorations for commented text ranges.
  • Right-sidebar thread panel with per-thread status, messages, and apply/reject controls.
  • Explicit consent prompt before any note content is sent to a provider.
  • Unit tests for mention parser and provider router (Jest + ts-jest).
  • Public repo docs: README, LICENSE (MIT), SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, CODEOWNERS, docs/provider-contract.md, docs/security-model.md, docs/roadmap.md.
  • Developer-alpha release statement for v0.1.0-alpha.1.

Deferred

  • CI workflow and release workflow are deferred until GitHub auth is refreshed with workflow scope.