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: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,26 @@ Add an entry here when the project meaningfully changes for users, for example:
14
14
15
15
- No unreleased user-facing changes yet.
16
16
17
+
## v1.0.0
18
+
19
+
First stable release of DeepPaperNote.
20
+
21
+
### Changed
22
+
23
+
- Reframed DeepPaperNote as a pure cross-agent skill for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and other Agent Skills-compatible environments.
24
+
- Kept the root `SKILL.md` as the single canonical skill entrypoint.
25
+
- Updated installation guidance for `npx skills add 917Dhj/DeepPaperNote -a codex` and `npx skills add 917Dhj/DeepPaperNote -a claude-code`.
26
+
- Removed experimental onboarding/setup pseudo-surfaces and the temporary Claude plugin wrapper structure.
27
+
- Added `AGENTS.md` and `CLAUDE.md` for repo-level agent guidance.
@@ -102,10 +102,10 @@ npx skills add 917Dhj/DeepPaperNote -a codex
102
102
103
103
If you prefer the manual path, download the latest [release](https://github.com/917Dhj/DeepPaperNote/releases) zip, extract it, and place the folder into your Codex skills directory.
104
104
105
-
For example, after downloading `DeepPaperNote-v0.3.1-alpha.zip`, you can unzip it and move the extracted folder to:
105
+
For example, after downloading `DeepPaperNote.zip`, you can unzip it and move the extracted`DeepPaperNote` folder to:
106
106
107
107
```bash
108
-
~/.codex/skills/DeepPaperNote-v0.3.1-alpha
108
+
~/.codex/skills/DeepPaperNote
109
109
```
110
110
111
111
You can also clone the source repository directly:
@@ -125,7 +125,7 @@ npx skills add 917Dhj/DeepPaperNote -a claude-code
125
125
If you prefer the manual path, download the latest [release](https://github.com/917Dhj/DeepPaperNote/releases) zip, extract it, and place the folder into your Claude Code skills directory:
126
126
127
127
```bash
128
-
~/.claude/skills/DeepPaperNote-v0.3.1-alpha
128
+
~/.claude/skills/DeepPaperNote
129
129
```
130
130
131
131
You can also clone the source repository directly:
@@ -378,11 +378,12 @@ For release-level updates, see [CHANGELOG.md](./CHANGELOG.md).
378
378
379
379
| 🏷️ Version | 🚦 Status | ✨ Highlights |
380
380
| --- | --- | --- |
381
+
| v1.0.0 | ✅ Released | First stable release: pure cross-agent skill structure for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and other Agent Skills-compatible environments |
381
382
| v0.3.1-alpha | ✅ Released | Default Obsidian paper root changed to `Research/Papers`, with runtime path resolution and save behavior aligned to the new location |
382
383
| v0.3.0-alpha | ✅ Released | Major quality upgrade: dedicated innovation section, explicit mechanism flow, stronger workflow discipline, final readability review, math syntax gate, and the new `Original Abstract Translation` front-matter block |
383
384
| v0.2.0-alpha | ✅ Released | Replication-oriented note-writing upgrade: explicit `note_plan`, equation-aware output, stricter final self-review, bilingual abstract handling, and stronger formatting checks |
384
385
| v0.1.0-alpha | ✅ Released | First public alpha: evidence-bundle workflow, Zotero-first helpers, placeholder-first figure handling, workspace fallback, OCR fallback, tests, and CI |
385
-
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v0.3.1-alpha|
386
+
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v1.0.0|
0 commit comments