@agnishc/edb-auto-name-session 0.15.1 → 0.16.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.16.0] - 2026-06-22
4
+
3
5
  ## [0.12.0] - 2026-05-22
4
6
 
5
7
  ## [0.10.9] - 2026-05-18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnishc/edb-auto-name-session",
3
- "version": "0.15.1",
3
+ "version": "0.16.0",
4
4
  "description": "Pi extension: replace Pi's first-message session label with a generated title",
5
5
  "keywords": [
6
6
  "pi-package",
package/src/index.ts CHANGED
@@ -107,7 +107,7 @@ async function generateSessionName(prompt: string, ctx: ExtensionContext): Promi
107
107
  {
108
108
  apiKey: auth.apiKey,
109
109
  headers: auth.headers,
110
- maxTokens: 256,
110
+ maxTokens: 1024,
111
111
  },
112
112
  );
113
113