Skip to content

Commit 7d8c4c4

Browse files
committed
chore: bump version to 1.7.0 — Plan Mode, Agent Mode overhaul, Codex theme
Made-with: Cursor
1 parent 85edbc3 commit 7d8c4c4

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.7.0] — 2026-03-09
4+
5+
### Added
6+
7+
- **Plan Mode** — Cursor-style structured plan generation with Execute and Edit buttons; plans render step-by-step before any code is touched
8+
- **Agent Mode — activity feed** — real-time action log shows tool calls, file edits, and status while the agent runs
9+
- **Agent Mode — approval tiers** — granular permission levels (auto-apply, confirm, manual) per operation type
10+
- **Agent Mode — auto-apply edits** — accepted diff hunks apply immediately without a separate confirm step
11+
- **Codex theme** — new dark/light theme pair with ink-black backgrounds and warm accent tones
12+
- **Skills UI redesign** — refined layout and typography for the skills panel
13+
14+
### Changed
15+
16+
- **Settings & WorkspaceSidebar** — unified spacing, removed stale automation references
17+
- **Terminal chat relay**`sendChatMessage` now handles `streaming` and `started` statuses; timeout extended to 2 min
18+
- **Chat tab visibility** — Chat is now accessible from Classic and TUI modes via `visibleViews`
19+
- **Dev URL** — reverted to port 3000 (port 3080 conflicted with localhost plugin)
20+
21+
### Removed
22+
23+
- Workshop view and related components — streamlined navigation
24+
325
## [1.6.0] — 2026-03-09
426

527
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-editor",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"frontend:dev": "next dev --turbopack",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Knot Code — AI-native desktop code editor by OpenKnot"
55
authors = ["OpenKnot"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "KnotCode",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"identifier": "ai.openknot.code-editor",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)