dsh-codebase-chat 0.16.1 → 0.16.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -258,4 +258,4 @@ Open an issue on [GitHub](https://github.com/shinzarou-eng/dsh-codebase-chat/iss
258
258
 
259
259
  ## License
260
260
 
261
- [MIT](./LICENSE) — Built and maintained by [shinzarou-eng](https://github.com/shinzarou-eng).
261
+ [MIT](https://github.com/shinzarou-eng/dsh-codebase-chat/blob/main/LICENSE) — Built and maintained by [shinzarou-eng](https://github.com/shinzarou-eng).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-codebase-chat",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
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": {