@agent-native/core 0.75.0 → 0.75.1

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 (31) hide show
  1. package/corpus/core/CHANGELOG.md +16 -0
  2. package/corpus/core/package.json +1 -1
  3. package/corpus/core/src/agent/durable-background.ts +15 -3
  4. package/corpus/core/src/cli/skills.ts +15 -11
  5. package/corpus/core/src/deploy/build.ts +33 -10
  6. package/corpus/core/src/templates/default/_gitignore +1 -0
  7. package/corpus/core/src/templates/headless/_gitignore +1 -0
  8. package/corpus/core/src/templates/workspace-root/_gitignore +1 -0
  9. package/corpus/templates/clips/actions/list-recordings.ts +21 -0
  10. package/corpus/templates/clips/app/components/library/library-layout.tsx +21 -2
  11. package/corpus/templates/clips/app/hooks/use-library.ts +18 -0
  12. package/corpus/templates/plan/.agents/skills/visual-plan/SKILL.md +7 -5
  13. package/dist/agent/durable-background.d.ts +7 -3
  14. package/dist/agent/durable-background.d.ts.map +1 -1
  15. package/dist/agent/durable-background.js +13 -3
  16. package/dist/agent/durable-background.js.map +1 -1
  17. package/dist/cli/skills.d.ts +1 -1
  18. package/dist/cli/skills.d.ts.map +1 -1
  19. package/dist/cli/skills.js +15 -11
  20. package/dist/cli/skills.js.map +1 -1
  21. package/dist/deploy/build.d.ts +14 -9
  22. package/dist/deploy/build.d.ts.map +1 -1
  23. package/dist/deploy/build.js +33 -10
  24. package/dist/deploy/build.js.map +1 -1
  25. package/dist/templates/default/_gitignore +1 -0
  26. package/dist/templates/headless/_gitignore +1 -0
  27. package/dist/templates/workspace-root/_gitignore +1 -0
  28. package/package.json +1 -1
  29. package/src/templates/default/_gitignore +1 -0
  30. package/src/templates/headless/_gitignore +1 -0
  31. package/src/templates/workspace-root/_gitignore +1 -0
@@ -10,6 +10,7 @@ npm-debug.log*
10
10
  pnpm-debug.log*
11
11
 
12
12
  node_modules
13
+ node-compile-cache/
13
14
  dist
14
15
  dist-ssr
15
16
  *.local
@@ -7,6 +7,7 @@ npm-debug.log*
7
7
  pnpm-debug.log*
8
8
 
9
9
  node_modules
10
+ node-compile-cache/
10
11
  dist
11
12
  *.local
12
13
 
@@ -28,6 +28,7 @@ packages/*/.env
28
28
  # pnpm
29
29
  .pnpm-store/
30
30
  pnpm-debug.log*
31
+ node-compile-cache/
31
32
 
32
33
  # Local workspace data
33
34
  data/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.75.0",
3
+ "version": "0.75.1",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -10,6 +10,7 @@ npm-debug.log*
10
10
  pnpm-debug.log*
11
11
 
12
12
  node_modules
13
+ node-compile-cache/
13
14
  dist
14
15
  dist-ssr
15
16
  *.local
@@ -7,6 +7,7 @@ npm-debug.log*
7
7
  pnpm-debug.log*
8
8
 
9
9
  node_modules
10
+ node-compile-cache/
10
11
  dist
11
12
  *.local
12
13
 
@@ -28,6 +28,7 @@ packages/*/.env
28
28
  # pnpm
29
29
  .pnpm-store/
30
30
  pnpm-debug.log*
31
+ node-compile-cache/
31
32
 
32
33
  # Local workspace data
33
34
  data/