@quolu/aishell 0.4.6 → 0.4.8
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/README.ja.md +7 -0
- package/README.md +7 -0
- package/dist/AIShell.app/Contents/Helpers/aishell-mcp +0 -0
- package/dist/AIShell.app/Contents/Helpers/aishell-run-supervisor +0 -0
- package/dist/AIShell.app/Contents/Info.plist +1 -1
- package/dist/AIShell.app/Contents/MacOS/AIShell +0 -0
- package/dist/AIShell.app/Contents/_CodeSignature/CodeResources +4 -4
- package/package.json +7 -3
package/README.ja.md
CHANGED
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
[English](README.md)
|
|
15
15
|
|
|
16
|
+
[kitepon.dev](https://kitepon.dev/)を運営する[クオ(@QLyun35332)](https://x.com/QLyun35332)が
|
|
17
|
+
開発・メンテナンスしています。
|
|
18
|
+
|
|
19
|
+
**所有境界:** 本repositoryはApple Silicon Mac向けOS context runtimeを所有します。
|
|
20
|
+
製品横断の導入・統合契約は、kitepon.devの製品開発を支える内部基盤
|
|
21
|
+
[dotagents](https://github.com/kitepon-rgb/dotagents)が担当します。
|
|
22
|
+
|
|
16
23
|
AIShellは許可root、file identity、filesystem照合state、直接起動したprocess、完全log、artifactを所有する。reasoning、thread、compaction、sub-agent、汎用terminalはAI hostの責務として残す。
|
|
17
24
|
|
|
18
25
|
## 30秒で試す
|
package/README.md
CHANGED
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
[日本語](README.ja.md)
|
|
15
15
|
|
|
16
|
+
Built and maintained by [Quo](https://x.com/QLyun35332) at [kitepon.dev](https://kitepon.dev/en).
|
|
17
|
+
|
|
18
|
+
**Ownership boundary:** this repository owns the macOS Apple Silicon OS-context
|
|
19
|
+
runtime. Cross-product installation and the integration contract are handled by
|
|
20
|
+
[dotagents](https://github.com/kitepon-rgb/dotagents), the internal development
|
|
21
|
+
toolchain behind kitepon.dev's products.
|
|
22
|
+
|
|
16
23
|
AIShell owns the OS-facing state below the model: allowed roots, file identity, filesystem reconciliation, directly launched processes, complete logs, and retained artifacts. The AI host remains responsible for reasoning, threads, compaction, sub-agents, and general-purpose terminal work.
|
|
17
24
|
|
|
18
25
|
## Try it in 30 seconds
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
<dict>
|
|
11
11
|
<key>cdhash</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
VjQmTUYqda04DfyOg8H3CmGXSt8=
|
|
14
14
|
</data>
|
|
15
15
|
<key>requirement</key>
|
|
16
|
-
<string>cdhash H"
|
|
16
|
+
<string>cdhash H"5634264d462a75ad380dfc8e83c1f70a61974adf"</string>
|
|
17
17
|
</dict>
|
|
18
18
|
<key>Helpers/aishell-run-supervisor</key>
|
|
19
19
|
<dict>
|
|
20
20
|
<key>cdhash</key>
|
|
21
21
|
<data>
|
|
22
|
-
|
|
22
|
+
ls+bPCy3A8u5WVh8PVcpeBmf0pI=
|
|
23
23
|
</data>
|
|
24
24
|
<key>requirement</key>
|
|
25
|
-
<string>cdhash H"
|
|
25
|
+
<string>cdhash H"96cf9b3c2cb703cbb959587c3d572978199fd292"</string>
|
|
26
26
|
</dict>
|
|
27
27
|
</dict>
|
|
28
28
|
<key>rules</key>
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quolu/aishell",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"description": "A native macOS state runtime with high-density MCP tools for AI development",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"author":
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Quo / クオ at kitepon.dev",
|
|
8
|
+
"url": "https://kitepon.dev/"
|
|
9
|
+
},
|
|
7
10
|
"repository": {
|
|
8
11
|
"type": "git",
|
|
9
12
|
"url": "git+https://github.com/kitepon-rgb/aishell.git"
|
|
@@ -37,7 +40,8 @@
|
|
|
37
40
|
"scripts": {
|
|
38
41
|
"build:npm": "node scripts/prepare-npm-release.mjs",
|
|
39
42
|
"prepack": "npm run build:npm",
|
|
40
|
-
"test": "swift test",
|
|
43
|
+
"test": "swift test && npm run test:release-gate",
|
|
44
|
+
"test:release-gate": "node --test scripts/verify-release-commit.test.mjs",
|
|
41
45
|
"test:package": "npm run build:npm && node scripts/verify-npm-package.mjs",
|
|
42
46
|
"verify:release-commit": "node scripts/verify-release-commit.mjs",
|
|
43
47
|
"prepublishOnly": "npm run verify:release-commit && npm run test:package"
|