@pencil-agent/nano-pencil 1.3.2 → 1.3.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.
Files changed (2) hide show
  1. package/cli.ts +12 -12
  2. package/package.json +1 -1
package/cli.ts CHANGED
@@ -1,12 +1,12 @@
1
- #!/usr/bin/env node
2
- /**
3
- * CLI entry point for the refactored coding agent.
4
- * Uses main.ts with AgentSession and new mode modules.
5
- *
6
- * Test with: npx tsx src/cli-new.ts [args...]
7
- */
8
- process.title = "pi";
9
-
10
- import { main } from "./main.js";
11
-
12
- main(process.argv.slice(2));
1
+ #!/usr/bin/env node
2
+ /**
3
+ * CLI entry point for NanoPencil.
4
+ * Uses main.ts with AgentSession and new mode modules.
5
+ *
6
+ * Test with: npx tsx cli.ts [args...]
7
+ */
8
+ process.title = "nanopencil";
9
+
10
+ import { main } from "./main.js";
11
+
12
+ main(process.argv.slice(2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pencil-agent/nano-pencil",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "CLI writing agent with read, bash, edit, write tools and session management. Based on pi; supports DashScope Coding Plan. Soul enabled by default for AI personality evolution.",
5
5
  "type": "module",
6
6
  "bin": {