pi-spark 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.
@@ -38,7 +38,6 @@ export default function (pi: ExtensionAPI) {
38
38
  "\"Debug flaky CI pipeline\", \"Draft Q3 planning doc\".",
39
39
  }),
40
40
  reason: Type.Optional(Type.String({
41
- minLength: 1,
42
41
  maxLength: 240,
43
42
  description:
44
43
  "Optional concise reason for naming or renaming the current session. Explain what " +
@@ -54,7 +53,7 @@ export default function (pi: ExtensionAPI) {
54
53
  const reason = sanitizeText(args.reason ?? "");
55
54
 
56
55
  const container = new Container();
57
- container.addChild(new Text(`${theme.bold(theme.fg("toolTitle", "set_session_name"))} ${theme.fg("accent", `"${name}"`)}`, 0, 0));
56
+ container.addChild(new Text(`${theme.bold(theme.fg("toolTitle", "set_session_name"))} ${theme.fg("accent", name)}`, 0, 0));
58
57
 
59
58
  if (reason) {
60
59
  container.addChild(new Spacer(1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-spark",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A small, opinionated collection of pi extensions",
5
5
  "keywords": [
6
6
  "pi-coding-agent",