Skip to content

Commit 8415aad

Browse files
committed
release: NOVA AgentOS 1.1.0 preview 15
1 parent 7500e68 commit 8415aad

58 files changed

Lines changed: 14369 additions & 433 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Bug report
2+
description: 报告可复现的功能、稳定性或体验问题
3+
title: "[Bug] "
4+
labels:
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
感谢你帮助改进 NOVA。请勿在公开 Issue 中提交 API Key、令牌、私钥或私有工作区内容。
11+
- type: input
12+
id: version
13+
attributes:
14+
label: NOVA 版本
15+
description: 可在应用顶部状态栏或 Release 文件名中查看
16+
placeholder: 例如 1.1.0-preview.1
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: platform
21+
attributes:
22+
label: 平台
23+
options:
24+
- Windows Electron x64
25+
- Windows WPF x64
26+
- macOS Apple Silicon
27+
- macOS Intel
28+
- 其他
29+
validations:
30+
required: true
31+
- type: input
32+
id: provider
33+
attributes:
34+
label: 模型或运行时
35+
description: 不要填写密钥
36+
placeholder: 例如 DeepSeek / Kimi / Ollama + 模型名称
37+
- type: textarea
38+
id: steps
39+
attributes:
40+
label: 最小复现步骤
41+
placeholder: |
42+
1. 选择工作区……
43+
2. 输入任务……
44+
3. 点击……
45+
validations:
46+
required: true
47+
- type: textarea
48+
id: expected
49+
attributes:
50+
label: 预期结果
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: actual
55+
attributes:
56+
label: 实际结果
57+
description: 可附脱敏截图、错误文本和 Crash Report 文件名
58+
validations:
59+
required: true
60+
- type: checkboxes
61+
id: safety
62+
attributes:
63+
label: 提交前确认
64+
options:
65+
- label: 我已移除密钥、令牌、私钥和私有工作区内容
66+
required: true
67+
- label: 我确认该问题可以稳定复现,或已说明复现概率
68+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Security vulnerability
4+
url: https://github.com/binzi1989/Nova/security/advisories/new
5+
about: 请通过私密渠道报告安全漏洞,不要公开提交敏感细节
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature request
2+
description: 提议一个有明确使用场景的能力或体验改进
3+
title: "[Feature] "
4+
labels:
5+
- enhancement
6+
body:
7+
- type: textarea
8+
id: problem
9+
attributes:
10+
label: 你想解决什么问题?
11+
description: 请先描述真实工作场景,而不是直接给出功能名称
12+
placeholder: 当我……时,目前需要……,因此……
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: outcome
17+
attributes:
18+
label: 理想结果
19+
description: 用户最终应该看到或得到什么?
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: evidence
24+
attributes:
25+
label: 如何验证它确实有效?
26+
placeholder: 例如减少步骤、产生可检查文件、通过某项构建或任务基准
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: scope
31+
attributes:
32+
label: 涉及范围
33+
options:
34+
- 桌面交互
35+
- 模型与上下文
36+
- 文件与工程执行
37+
- Agent / 多 Agent
38+
- MCP / Skills / 扩展坞
39+
- Agent Pack / 行业场景
40+
- 恢复、权限或预算
41+
- 其他
42+
validations:
43+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## 这次改动解决什么问题?
2+
3+
请说明真实用户影响和改动边界。
4+
5+
## 改动内容
6+
7+
-
8+
9+
## 验证证据
10+
11+
- [ ] 相关 .NET 构建或测试已通过
12+
- [ ] Electron renderer / bridge 构建已通过
13+
- [ ] 涉及 UI 时已在目标分辨率与缩放下人工检查
14+
- [ ] 涉及副作用时已验证权限、预算、日志和恢复边界
15+
16+
请附执行命令、结果摘要或脱敏截图。
17+
18+
## 真实性检查
19+
20+
- [ ] 没有以“模型声称完成”代替文件、构建或测试证据
21+
- [ ] 没有提交 API Key、令牌、私钥、用户数据或构建产物
22+
- [ ] 失败状态可以明确结束或从安全点恢复
23+
24+
## 未覆盖边界
25+
26+
请如实列出未验证的平台、模型、场景或已知限制。

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ pnpm-debug.log*
2929
# Generated releases and QA workspaces
3030
/dist/
3131
/artifacts/
32+
/.artifacts/
3233
/.mac-release/
3334
/.qa-build/
3435
/.release-bin/
3536
/.tmp-*/
3637
/packaging/output/
38+
/releases/
39+
*.inspect.ndjson
40+
**/*_wpftmp.csproj
3741

3842
# Local SDKs, caches and agent metadata
3943
/.dotnet-home/
@@ -43,6 +47,9 @@ pnpm-debug.log*
4347
/.agents/
4448
/.codex/
4549
/.nova/
50+
industry-packs/*/.nova/
51+
industry-packs/*/cases/
52+
industry-packs/*/_setup_dir.py
4653
**/.cache/
4754
**/.pytest_cache/
4855

0 commit comments

Comments
 (0)