Releases: keyboardgdy/woke_novel
Release list
v2.1.1
woke_novel v2.1.1
本次版本重点优化桌面端启动、可视化控制台运行体验,以及模型后端环境检查。
更新内容
- 新增启动时的 Claude CLI / Codex CLI 环境检查,会显示当前选择的后端是否可用,并给出安装提示。
- 新增“作家模式 / 全自动模式”运行选项,可在关键节点人工确认,或跳过确认自动推进。
- 优化可视化控制台的流程时间线,补全剧情评审、重构、钩子账本、正文评审、风格记忆等质量增强步骤的展示。
- 修复前端资源缓存问题:启动器会检测已运行服务是否加载了过期前端资源,并自动重启服务刷新页面。
- 新增
stop.bat,方便 Windows 用户一键停止本地 woke 服务。 - 优化
woke-debug.bat,调试启动前会自动安装并构建前端资源,同时输出英文日志路径提示。 - 创建项目与继续生成时会保存并继承运行模式、干运行等配置,减少重复设置。
- 改进 Windows 启动器,打开页面时自动追加刷新参数,降低浏览器缓存导致旧界面残留的概率。
适合升级的用户
如果你使用 Windows 打包版、可视化控制台,或经常在 Claude CLI / Codex CLI 之间切换,建议升级到此版本。
v2.0.1
本版本完善了交互式菜单体验,并补充跨平台可执行文件构建支持。
更新内容
- 调整主菜单顺序,将「完整执行」放在第一位。
- 主菜单加入 emoji 图标,提升可读性和辨识度。
- 支持在菜单选择界面按
Esc返回主菜单。 - 在菜单底部提示中补充
Esc返回主菜单。 - 支持在项目名称输入时按
Esc取消并回到主菜单。 - 完善 Windows / Linux / macOS 的 GitHub Actions 可执行文件构建流程。
- 更新提示词、步骤模板和辅助工具模板。
- 补充项目路径处理与打包相关支持。
下载
请根据系统下载对应文件:
- Windows:
woke-menu-windows.zip - Linux:
woke-menu-linux.tar.gz - macOS:
woke-menu-macos.tar.gz
v1.2.0
Overview
v1.2.0 introduces the local Visual Console for woke_novel. This release turns the existing CLI-driven novel workflow into a browser-based creative workspace while preserving the original command-line entry points.
The main focus of this version is operational visibility: projects, workflow execution, generated chapters, logs, and export tools can now be managed from a local web UI instead of switching between terminal output and project folders.
Highlights
- Added a local web console backed by FastAPI and a React + TypeScript + Vite frontend.
- Added project management views for browsing local novel projects and inspecting generated artifacts.
- Added workflow controls for starting, resuming, and monitoring long-running generation tasks.
- Added chapter reading and editing support for generated text.
- Added log viewing so workflow progress and failures are easier to diagnose.
- Added export access for MD, TXT, and EPUB-related outputs from the console.
- Added Windows launch helpers, including
woke.bat, for easier local startup. - Added frontend planning and API documentation under
docs/可视化/to make future console development easier to extend and verify.
Usage
Build the frontend once:
cd frontend
npm install
npm run build
cd ..Start the local console:
python -m app_server.mainThen open:
http://127.0.0.1:8787
On Windows, you can also run:
wokeCompatibility Notes
- Existing CLI workflows remain available through
python menu.pyandpython run_workflow.py. - The console is designed as a local workspace and expects access to the repository's project, log, and export directories.
- New Python web dependencies are included in
requirements.txt. - Frontend dependencies are isolated under
frontend/package.json.
Full Changelog
v1.1.0
What's Changed
This release focuses on making the writing workflow easier to use across languages and project management paths.
Highlights
- Added localization support for the application interface and project workflow text.
- Added English README documentation alongside the existing Chinese documentation.
- Improved the project deletion workflow, including menu access and safer confirmation behavior.
- Added Codex CLI provider support.
- Unified workflow resume execution so interrupted writing runs can continue more consistently.
- Synced step templates with the actual workflow runner behavior and refined writing pipeline guidance.
Source Code
GitHub automatically attaches the source code archives for this tag:
- Source code (zip)
- Source code (tar.gz)
v1.0.0
v1.0.0 - Initial Stable Release
This is the first stable release of woke_novel.
Highlights
and chapter drafting.
- Improved command-line and menu-driven project workflows.
- Added Codex CLI provider support.
Notes
This release is based on the v1.0.0 branch. Later localization-related changes on main are not included.