Skip to content

Commit 5a2ceb5

Browse files
committed
chore: bump version to 1.8.0 — Codex-inspired chat overhaul
Major chat improvements inspired by OpenAI Codex TUI: - Exec command cards with output, exit codes, timing - Inline unified diff review with approve/reject per file - Context window % always visible in header - Elapsed time tracker on agent runs - Shimmer text effect on thinking state - Shift+Tab mode cycling (Ask → Agent → Plan) - 30 slash commands with categories - Cross-session input history (↑/↓ arrows) - Streaming markdown optimization (debounced parsing) - Terminal session isolation (terminal:main)
1 parent 7c99a76 commit 5a2ceb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"frontend:dev": "next dev --turbopack",

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.7.0",
4+
"version": "1.8.0",
55
"identifier": "ai.openknot.code-editor",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)