Skip to content

Threadlight v0.1.0 (Alpha)

Pre-release
Pre-release

Choose a tag to compare

@nagisa77 nagisa77 released this 27 Jul 09:43
dc0fa40

Threadlight 的第一个公开 Alpha 版本:让本地 Agent 的推理、工具调用、终端、文件变更和计划进度成为一条可观察、可恢复的执行链路。

Highlights

  • Provider-neutral Agent Loop,跨工具回合保留 opaque model state
  • OpenAI Responses、DeepSeek 与 Qwen-compatible adapters
  • JSON-RPC app server,支持任务持久化、恢复、中断、附件与结构化事件
  • 命令、后台进程、MCP、Web Search、项目记忆、Plan mode 与 macOS Computer Use
  • Electron 桌面工作区,支持文件/Diff 审阅、多终端、语音输入、主题与五种语言
  • 类型安全 client、可复用 React UI,以及无需 API Key 的 scripted-provider 离线测试

Start developing

git clone https://github.com/nagisa77/threadlight.git
cd threadlight
npm install
npm test
npm run desktop:dev

This Alpha release contains source archives only; packaged desktop installers are not available yet. Built-in tools run with the current user's permissions and are not an operating-system sandbox. Use trusted workspaces only.

Verified with Node.js 22, a production Electron build, TypeScript typechecking, and 231 offline tests on local macOS and GitHub Actions.