@harperfast/agent 0.13.7 → 0.13.8-ink

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 (3) hide show
  1. package/README.md +8 -8
  2. package/dist/agent.js +4681 -1482
  3. package/package.json +10 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harperfast/agent",
3
3
  "description": "AI to help you with Harper app management",
4
- "version": "0.13.7",
4
+ "version": "0.13.8-ink",
5
5
  "main": "dist/agent.js",
6
6
  "repository": "github:HarperFast/harper-agent",
7
7
  "bugs": {
@@ -11,6 +11,7 @@
11
11
  "scripts": {
12
12
  "dev": "tsup agent.ts --format esm --clean --dts --watch --external puppeteer",
13
13
  "link": "npm run build && npm link",
14
+ "attempt": "(cd ~/Downloads && harper-agent -p \"lets make a random-lofi-noise-generator app, please\" --max-turns=8)",
14
15
  "build": "tsup agent.ts --format esm --clean --dts --external puppeteer",
15
16
  "commitlint": "commitlint --edit",
16
17
  "start": "node ./dist/agent.js",
@@ -20,6 +21,7 @@
20
21
  "format": "dprint check",
21
22
  "format:fix": "dprint fmt",
22
23
  "format:staged": "dprint check --staged --allow-no-files",
24
+ "format-and-lint:fix": "npm run format:fix && npm run lint:fix",
23
25
  "test": "vitest --run",
24
26
  "test:coverage": "vitest run --coverage",
25
27
  "test:watch": "vitest",
@@ -45,6 +47,7 @@
45
47
  "@ai-sdk/anthropic": "^3.0.41",
46
48
  "@ai-sdk/google": "^3.0.24",
47
49
  "@ai-sdk/openai": "^3.0.26",
50
+ "@inkjs/ui": "^2.0.0",
48
51
  "@openai/agents": "^0.4.6",
49
52
  "@openai/agents-extensions": "^0.4.6",
50
53
  "ai": "^6.0.79",
@@ -52,7 +55,12 @@
52
55
  "create-harper": "^1.0.0",
53
56
  "cross-spawn": "^7.0.6",
54
57
  "dotenv": "^17.2.4",
58
+ "ink": "^6.7.0",
59
+ "ink-stepper": "^0.2.1",
60
+ "ink-task-list": "^2.0.0",
61
+ "ink-virtual-list": "^0.2.3",
55
62
  "ollama-ai-provider-v2": "^3.3.0",
63
+ "react": "^19.2.4",
56
64
  "zod": "^4.3.6"
57
65
  },
58
66
  "optionalDependencies": {
@@ -68,6 +76,7 @@
68
76
  "@semantic-release/release-notes-generator": "^14.1.0",
69
77
  "@types/cross-spawn": "^6.0.6",
70
78
  "@types/node": "^25.2.0",
79
+ "@types/react": "^19.2.4",
71
80
  "@vitest/coverage-v8": "^4.0.18",
72
81
  "conventional-changelog-conventionalcommits": "^9.1.0",
73
82
  "dprint": "^0.51.1",