@apholdings/jensen-code 0.0.6 → 0.1.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/docs/termux.md CHANGED
@@ -125,4 +125,4 @@ If npm fails, try clearing the cache:
125
125
  ```bash
126
126
  npm cache clean --force
127
127
  ```
128
-
128
+
package/docs/tui.md CHANGED
@@ -885,4 +885,4 @@ export default function (pi: ExtensionAPI) {
885
885
  - **Custom editor**: [examples/extensions/modal-editor.ts](../examples/extensions/modal-editor.ts) - Vim-like modal editing
886
886
  - **Snake game**: [examples/extensions/snake.ts](../examples/extensions/snake.ts) - Full game with keyboard input, game loop
887
887
  - **Custom tool rendering**: [examples/extensions/todo.ts](../examples/extensions/todo.ts) - renderCall and renderResult
888
-
888
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apholdings/jensen-code",
3
3
  "title": "Jensen Code",
4
- "version": "0.0.6",
4
+ "version": "0.1.0",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "type": "module",
7
7
  "jensenConfig": {
@@ -36,16 +36,16 @@
36
36
  "build:binary": "npm --prefix ../tui run build && npm --prefix ../ai run build && npm --prefix ../agent run build && npm run build && bun build --compile ./dist/cli.js --outfile dist/jensen && npm run copy-binary-assets",
37
37
  "copy-assets": "shx mkdir -p dist/modes/interactive/theme && shx cp src/modes/interactive/theme/*.json dist/modes/interactive/theme/ && shx mkdir -p dist/core/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/core/export-html/ && shx cp src/core/export-html/vendor/*.js dist/core/export-html/vendor/",
38
38
  "copy-binary-assets": "shx cp package.json dist/ && shx cp README.md dist/ && shx cp CHANGELOG.md dist/ && shx mkdir -p dist/theme && shx cp src/modes/interactive/theme/*.json dist/theme/ && shx mkdir -p dist/export-html/vendor && shx cp src/core/export-html/template.html dist/export-html/ && shx cp src/core/export-html/vendor/*.js dist/export-html/vendor/ && shx cp -r docs dist/ && shx cp -r examples dist/ && shx cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm dist/",
39
- "test": "vitest --run",
40
- "prepublishOnly": "npm run clean && npm run build"
39
+ "test": "vitest --run --passWithNoTests",
40
+ "prepublishOnly": "npm run clean && npm run build -w @apholdings/jensen-ai -w @apholdings/jensen-agent-core -w @apholdings/jensen-tui && npm run build"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@apholdings/jensen-agent-core": "^0.0.1",
47
- "@apholdings/jensen-ai": "^0.0.1",
48
- "@apholdings/jensen-tui": "^0.0.4",
46
+ "@apholdings/jensen-agent-core": "0.1.0",
47
+ "@apholdings/jensen-ai": "0.1.0",
48
+ "@apholdings/jensen-tui": "0.1.0",
49
49
  "@mariozechner/jiti": "^2.6.2",
50
50
  "@silvia-odwyer/photon-node": "^0.3.4",
51
51
  "chalk": "^5.5.0",
@@ -79,7 +79,6 @@
79
79
  "@types/node": "^24.3.0",
80
80
  "@types/proper-lockfile": "^4.1.4",
81
81
  "shx": "^0.4.0",
82
- "typescript": "^5.7.3",
83
82
  "vitest": "^3.2.4"
84
83
  },
85
84
  "keywords": [