@bastani/atomic 0.9.4-alpha.1 → 0.9.4-alpha.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.
- package/CHANGELOG.md +6 -0
- package/dist/builtin/cursor/package.json +2 -2
- package/dist/builtin/intercom/package.json +1 -1
- package/dist/builtin/mcp/package.json +1 -1
- package/dist/builtin/subagents/package.json +1 -1
- package/dist/builtin/web-access/package.json +1 -1
- package/dist/builtin/workflows/package.json +1 -1
- package/npm-shrinkwrap.json +30 -37
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.9.4-alpha.2] - 2026-06-29
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Hardened the coding-agent npm shrinkwrap generator so release publishes resolve the already-published `@bastani/atomic-natives` registry metadata and generated platform optional packages before packing `@bastani/atomic`, while versionless main keeps deterministic placeholder native package entries for shrinkwrap checks.
|
|
10
|
+
|
|
5
11
|
## [0.9.4-alpha.1] - 2026-06-29
|
|
6
12
|
|
|
7
13
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/cursor",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Experimental first-party Atomic extension for Cursor OAuth, model discovery, and streaming provider registration.",
|
|
6
6
|
"contributors": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
43
|
+
"@bastani/atomic-natives": "0.9.4-alpha.2",
|
|
44
44
|
"@bufbuild/protobuf": "^2.0.0",
|
|
45
45
|
"@earendil-works/pi-ai": "^0.80.2"
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/intercom",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Atomic extension providing a private coordination channel between parent and child agent sessions. Fork of: https://github.com/nicobailon/pi-intercom",
|
|
6
6
|
"contributors": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/mcp",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Atomic extension that adapts MCP (Model Context Protocol) servers into the coding agent. Fork of: https://github.com/nicobailon/pi-mcp-adapter",
|
|
6
6
|
"contributors": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/subagents",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Atomic extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification. Fork of: https://github.com/nicobailon/pi-subagents",
|
|
6
6
|
"contributors": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/web-access",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Atomic extension for web search, URL fetching, GitHub repo cloning, PDF/video extraction. Fork of: https://github.com/nicobailon/pi-web-access",
|
|
6
6
|
"contributors": [
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/atomic",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@bastani/atomic",
|
|
9
|
-
"version": "0.9.4-alpha.
|
|
9
|
+
"version": "0.9.4-alpha.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
12
|
+
"@bastani/atomic-natives": "0.9.4-alpha.2",
|
|
13
13
|
"@bufbuild/protobuf": "^2.0.0",
|
|
14
14
|
"@earendil-works/pi-agent-core": "^0.80.2",
|
|
15
15
|
"@earendil-works/pi-ai": "^0.80.2",
|
|
@@ -516,17 +516,16 @@
|
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
"node_modules/@bastani/atomic-natives": {
|
|
519
|
-
"version": "0.9.4-alpha.
|
|
520
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.
|
|
521
|
-
"integrity": "sha512
|
|
522
|
-
"license": "MIT",
|
|
519
|
+
"version": "0.9.4-alpha.2",
|
|
520
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.2.tgz",
|
|
521
|
+
"integrity": "sha512-KkAQ43gzpg8fsqZOZPo2asL1UssRlT5t04fSRh/fljQI8uK5DQupGS8S2tUL9trj2/dz5NWMUXK3n9zdq55w4g==",
|
|
523
522
|
"optionalDependencies": {
|
|
524
|
-
"@bastani/atomic-natives-
|
|
525
|
-
"@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.
|
|
526
|
-
"@bastani/atomic-natives-linux-
|
|
527
|
-
"@bastani/atomic-natives-linux-
|
|
528
|
-
"@bastani/atomic-natives-
|
|
529
|
-
"@bastani/atomic-natives-win32-
|
|
523
|
+
"@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.2",
|
|
524
|
+
"@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.2",
|
|
525
|
+
"@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.2",
|
|
526
|
+
"@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.2",
|
|
527
|
+
"@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.2",
|
|
528
|
+
"@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.2"
|
|
530
529
|
},
|
|
531
530
|
"engines": {
|
|
532
531
|
"bun": ">=1.3.14",
|
|
@@ -534,10 +533,9 @@
|
|
|
534
533
|
}
|
|
535
534
|
},
|
|
536
535
|
"node_modules/@bastani/atomic-natives-darwin-arm64": {
|
|
537
|
-
"version": "0.9.4-alpha.
|
|
538
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.
|
|
539
|
-
"integrity": "sha512-
|
|
540
|
-
"license": "MIT",
|
|
536
|
+
"version": "0.9.4-alpha.2",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.2.tgz",
|
|
538
|
+
"integrity": "sha512-V9TTb2VrqxV8kHWYNIrE1z21FuLAfgisyAE/paa/Aud5SJ9dscheJuDvDyCGtNX8G27TQ3etCgqRUwvadh22Zw==",
|
|
541
539
|
"engines": {
|
|
542
540
|
"bun": ">=1.3.14",
|
|
543
541
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
@@ -551,10 +549,9 @@
|
|
|
551
549
|
"optional": true
|
|
552
550
|
},
|
|
553
551
|
"node_modules/@bastani/atomic-natives-darwin-x64": {
|
|
554
|
-
"version": "0.9.4-alpha.
|
|
555
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.
|
|
556
|
-
"integrity": "sha512-
|
|
557
|
-
"license": "MIT",
|
|
552
|
+
"version": "0.9.4-alpha.2",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.2.tgz",
|
|
554
|
+
"integrity": "sha512-Welvh38DV3pGpFtBvELAJLCzHamtoqWrxJQRXj18Px1LiybbMpdXn0fyTTppFzES1S061nzUhjaCTpyHKEymCg==",
|
|
558
555
|
"engines": {
|
|
559
556
|
"bun": ">=1.3.14",
|
|
560
557
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
@@ -568,10 +565,9 @@
|
|
|
568
565
|
"optional": true
|
|
569
566
|
},
|
|
570
567
|
"node_modules/@bastani/atomic-natives-linux-arm64-gnu": {
|
|
571
|
-
"version": "0.9.4-alpha.
|
|
572
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.
|
|
573
|
-
"integrity": "sha512-
|
|
574
|
-
"license": "MIT",
|
|
568
|
+
"version": "0.9.4-alpha.2",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.2.tgz",
|
|
570
|
+
"integrity": "sha512-4QsqmW+IPvQfKbc2Y2UWaE00lLPahn5V00MrNO0nq/Dk7Qe8R5LQLWMUw6/tSc/TmV/5D2QA0fzy5IcuqJBXIQ==",
|
|
575
571
|
"engines": {
|
|
576
572
|
"bun": ">=1.3.14",
|
|
577
573
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
@@ -588,10 +584,9 @@
|
|
|
588
584
|
"optional": true
|
|
589
585
|
},
|
|
590
586
|
"node_modules/@bastani/atomic-natives-linux-x64-gnu": {
|
|
591
|
-
"version": "0.9.4-alpha.
|
|
592
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.
|
|
593
|
-
"integrity": "sha512-
|
|
594
|
-
"license": "MIT",
|
|
587
|
+
"version": "0.9.4-alpha.2",
|
|
588
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.2.tgz",
|
|
589
|
+
"integrity": "sha512-Q/sZ78kLXWOtozPBIquGpWx/brQRr0BpEyzrMd3Wobie6diDd75kvclwGGt4lJalymAVkddM82gKpNIpIK1/GQ==",
|
|
595
590
|
"engines": {
|
|
596
591
|
"bun": ">=1.3.14",
|
|
597
592
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
@@ -608,10 +603,9 @@
|
|
|
608
603
|
"optional": true
|
|
609
604
|
},
|
|
610
605
|
"node_modules/@bastani/atomic-natives-win32-arm64-msvc": {
|
|
611
|
-
"version": "0.9.4-alpha.
|
|
612
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.
|
|
613
|
-
"integrity": "sha512-
|
|
614
|
-
"license": "MIT",
|
|
606
|
+
"version": "0.9.4-alpha.2",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.2.tgz",
|
|
608
|
+
"integrity": "sha512-cxzSKxyT8wkjM7APGKJlqluVvNxV4G3Q3uCGihystHC6y8dg+y3K9eu/Hqo5c0sntSdVB+xALrEecwZXyS3Z/w==",
|
|
615
609
|
"engines": {
|
|
616
610
|
"bun": ">=1.3.14",
|
|
617
611
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
@@ -625,10 +619,9 @@
|
|
|
625
619
|
"optional": true
|
|
626
620
|
},
|
|
627
621
|
"node_modules/@bastani/atomic-natives-win32-x64-msvc": {
|
|
628
|
-
"version": "0.9.4-alpha.
|
|
629
|
-
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.
|
|
630
|
-
"integrity": "sha512-
|
|
631
|
-
"license": "MIT",
|
|
622
|
+
"version": "0.9.4-alpha.2",
|
|
623
|
+
"resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.2.tgz",
|
|
624
|
+
"integrity": "sha512-1eh2MQ3B8ySUQdB4ovCnxTty8fzrIs3H00Yn7jB84uKgInpAuQL1q9KjCR7jcutSYID0IA/nOQRTf17GhczHhQ==",
|
|
632
625
|
"engines": {
|
|
633
626
|
"bun": ">=1.3.14",
|
|
634
627
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/atomic",
|
|
3
|
-
"version": "0.9.4-alpha.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"atomicConfig": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"prepublishOnly": "bun run clean && bun run build && bun run shrinkwrap"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@bastani/atomic-natives": "0.9.4-alpha.
|
|
73
|
+
"@bastani/atomic-natives": "0.9.4-alpha.2",
|
|
74
74
|
"@bufbuild/protobuf": "^2.0.0",
|
|
75
75
|
"@earendil-works/pi-agent-core": "^0.80.2",
|
|
76
76
|
"@earendil-works/pi-ai": "^0.80.2",
|