@dsh-cc/session-title-provider 0.6.1 → 0.6.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.i18n.yaml +6 -0
  2. package/package.json +3 -3
@@ -0,0 +1,6 @@
1
+ # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
+ # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
+ # after editing either side, bring the other along and re-record with:
4
+ # pnpm check:readme --write
5
+ README.md: 0b87a092a19c1e26ae7ed3a369675c379695858d
6
+ README.zh.md: 5c059fdb1f8c3aafb10281890f4c635b7302240a
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/session-title-provider",
3
3
  "description": "CC host-plane first-prompt session-title provider on the haiku cheap lane",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",
@@ -32,7 +32,7 @@
32
32
  "@deepseek-ai/dsh-session-title": ">=0.1.2-rc.1",
33
33
  "@deepseek-ai/dsh-session-title-llm": ">=0.1.2-rc.1",
34
34
  "@deepseek-ai/schemastery": "^3.18.1",
35
- "@dsh-cc/model-aliases": "^0.6.1"
35
+ "@dsh-cc/model-aliases": "^0.6.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@deepseek-ai/schemastery": "link:../../../../deepseek-harness/vendor/schemastery",
@@ -42,7 +42,7 @@
42
42
  "@deepseek-ai/dsh-session": "link:../../../../deepseek-harness/packages/core/session",
43
43
  "@deepseek-ai/dsh-session-title": "link:../../../../deepseek-harness/packages/session/session-title",
44
44
  "@deepseek-ai/dsh-session-title-llm": "link:../../../../deepseek-harness/packages/session/session-title-llm",
45
- "@dsh-cc/model-aliases": "^0.6.1"
45
+ "@dsh-cc/model-aliases": "^0.6.2"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"