@asathinkeroops/nova-code 0.1.0-beta.2 → 0.1.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  <p align="center">
2
- <img src="docs/logo.svg" alt="NOVA-CODE" width="600">
2
+ <img src="https://static-1453154645.cos.ap-guangzhou.myqcloud.com/logo.svg" alt="NOVA-CODE" width="600">
3
3
  </p>
4
4
 
5
- **简体中文** · [English](README.en-US.md)
6
-
7
- ![Nova 截图](snapshots/screen.png)
5
+ ![Nova 截图](https://static-1453154645.cos.ap-guangzhou.myqcloud.com/screen.png)
8
6
 
9
7
  > 为 DeepSeek 量身打造的编程代理 — 95%+ 缓存命中 · OS 级沙箱 · 工具齐全 · 开箱即用。
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asathinkeroops/nova-code",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "A terminal coding agent, deeply tuned for DeepSeek.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -60,16 +60,16 @@
60
60
  "tsup": "^8.0.2",
61
61
  "tsx": "^4.7.2",
62
62
  "@nova/agent": "0.1.0",
63
- "@nova/core": "0.1.0",
64
63
  "@nova/context": "0.1.0",
64
+ "@nova/core": "0.1.0",
65
65
  "@nova/lsp": "0.1.0",
66
66
  "@nova/external": "0.1.0",
67
67
  "@nova/observability": "0.1.0",
68
68
  "@nova/runtime": "0.1.0",
69
- "@nova/sandbox": "0.1.0",
70
- "@nova/tools": "0.1.0",
71
69
  "@nova/safety": "0.1.0",
72
- "@nova/subagent": "0.1.0"
70
+ "@nova/sandbox": "0.1.0",
71
+ "@nova/subagent": "0.1.0",
72
+ "@nova/tools": "0.1.0"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "tsup",