dsh-codebase-chat 0.16.2 → 0.16.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -246,7 +246,7 @@ Then restart `dsh --profile web`.
|
|
|
246
246
|
3. Run `node --check lib/index.js` before committing
|
|
247
247
|
4. Open a PR against `main`
|
|
248
248
|
|
|
249
|
-
See [CONTRIBUTING.md](
|
|
249
|
+
See [CONTRIBUTING.md](https://github.com/shinzarou-eng/dsh-codebase-chat/blob/main/CONTRIBUTING.md) for details.
|
|
250
250
|
|
|
251
251
|
---
|
|
252
252
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-codebase-chat",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"description": "Multi-language codebase intelligence for DeepSeek Harness and MCP-compatible IDEs: chat, search, audit, refactor, and board-ready reports from local code.",
|
|
5
5
|
"homepage": "https://shinzarou-eng.github.io/dsh-codebase-chat",
|
|
6
6
|
"repository": {
|