You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
</h1>
9
9
10
10
<palign="center">
11
-
<strong>Desktop companion for AI coding tools</strong><br>
11
+
<strong>I came, I saw, I conquered. / 我来,我见,我征服。</strong><br>
12
+
<sub>Campaign command table for Claude Code, Codex, and terminal sessions</sub><br>
12
13
<sub>macOS • Windows • Linux</sub>
13
14
</p>
14
15
@@ -35,6 +36,10 @@
35
36
36
37
## Release Highlights
37
38
39
+
### v0.37.0 — Runtime Settings, Page Windows, and Backend Modules
40
+
41
+
Lovcode now has dedicated agent CLI runtime configuration for Claude Code and Codex, including install/version status surfaces and reusable runtime settings under Configuration. Page windows and session navigation gain duplicate-window and resume helpers, plus richer project path menu actions across the workbench. Feedback operations now include an admin dialog, while the Tauri backend has been split into focused app command modules for maintainability.
42
+
38
43
### v0.36.0 — Localized Workbench, Session Handoff, and Lab
39
44
40
45
Lovcode now localizes the main workspace, settings, marketplace, environment, update, and feedback surfaces in English and Chinese, with a language preference in app settings. The agent workbench gains richer conversation management: pinned and archived conversation state, chat/PTY display mode switching, session information dialogs, related-file and trace-context copy actions, and cross-agent handoff prompts for moving context between Claude Code and Codex. This release also adds the Lab and Wish Room entry points, improves Lovstudio-authenticated feedback tickets with tags and account tracking, and makes release history refresh more resilient through GitHub API caching and Atom fallback.
@@ -57,6 +62,7 @@ Local paths in prompts and chat messages now open inside Lovcode with a resizabl
57
62
58
63
| Version | Highlights |
59
64
|---------|------------|
65
+
|**0.37.0**| Agent CLI runtime configuration for Claude Code and Codex with install/version status cards; duplicate-window and resume helpers for page/session workflows; richer project path menu actions; feedback administration dialog; Tauri backend split into focused app command modules |
60
66
|**0.36.0**| English/Chinese localization reaches the workspace, settings, marketplace, environment, update, and feedback flows; the workbench adds pinned/archived conversations, chat/PTY display modes, session info dialogs, related-file and trace-context copying, and Claude Code/Codex handoff prompts; new Lab and Wish Room routes provide an experimental planning surface; Lovstudio feedback now uses authenticated ticket submission with tags; release history refresh uses GitHub API cache plus Atom fallback |
61
67
|**0.35.0**| General chat sessions can start without a selected project; the agent composer now offers recent project paths and a compact CLI picker; the status bar opens a Lovcode version manager with release history, manual update checks, auto-update controls, and release links; MaaS provider activation can target Claude Code and Codex separately, writing Codex provider settings into `config.toml`|
62
68
|**0.34.0**| Agent Workbench launches Claude Code, Codex, and terminal sessions with persistent state; project/session environment scripts can be saved and run from Lovcode; Claude and Codex hooks track activity; Codex rollout sessions are indexed with filtering, usage extraction, resume support, and live updates; file previews now support tabs, ZIP browsing, unsupported-format fallbacks, and richer Markdown/image rendering |
@@ -88,6 +94,7 @@ Local paths in prompts and chat messages now open inside Lovcode with a resizabl
88
94
-**Lab & Wish Room** — Track wishes, link them to projects or sessions, and keep experimental planning flows under the Lab surface
89
95
-**Localized Interface** — Switch between system language, English, and Chinese across the main workspace, settings, marketplace, feedback, updates, and runtime environment screens
90
96
-**Agent Workbench** — Launch Claude Code, Codex, or a terminal in a selected project or general chat workspace; track pinned/archived sessions, unread/review states, runtime activity, and chat/PTY display mode
97
+
-**Agent Runtime Settings** — Configure Claude Code and Codex CLI runtimes, inspect install/version status, and manage runtime preferences from Configuration
91
98
-**Session Handoff Tools** — Copy session info, related file paths, trace context, and cross-agent handoff prompts for moving work between Claude Code and Codex
92
99
-**Environment Scripts** — Save project/session setup, cleanup, and custom runtime actions, then run them in an embedded terminal dock
93
100
-**Chat History Viewer** — Browse and search Claude and Codex conversation history across all projects with scoped full-text, session ID, and metadata search modes
@@ -105,7 +112,7 @@ Local paths in prompts and chat messages now open inside Lovcode with a resizabl
105
112
-**Commands / MCP / Skills / Hooks / Sub-Agents / Output Styles** — Full configuration surface for the Claude Code ecosystem
106
113
-**Skills Manager** — Sort, rank, filter, preview, and inspect installed skills with vendor/source metadata, install timestamps, and token estimates
107
114
-**Marketplace** — Browse and install community templates with shared Markdown table rendering and smart local-path links
108
-
-**Lovstudio Feedback Tickets** — Submit authenticated feedback tickets with tags, copy ticket IDs, and open Lovstudio account trackingfrom inside the app
115
+
-**Lovstudio Feedback Tickets** — Submit authenticated feedback tickets with tags, copy ticket IDs, open Lovstudio account tracking, and review tickets from an admin dialog
109
116
-**Customizable Statusbar** — Personalize your statusbar display with scripts and open Lovcode version management from the app version indicator
110
117
111
118
## oh-my-lovcode
@@ -134,8 +141,11 @@ cd lovcode
134
141
# Install dependencies
135
142
pnpm install
136
143
137
-
# Run development
138
-
pnpm tauri dev
144
+
# Run full Tauri development with Rust watcher
145
+
pnpm dev:app
146
+
147
+
# Frontend-focused development: Vite HMR stays on, Rust changes do not restart the app
0 commit comments