@docyrus/docyrus 0.0.22 → 0.0.24
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.md +12 -0
- package/main.js +234 -11
- package/main.js.map +4 -4
- package/package.json +6 -4
- package/resources/pi-agent/assets/docyrus-logo.svg +16 -0
- package/resources/pi-agent/extensions/architect.ts +771 -0
- package/resources/pi-agent/extensions/notify.ts +57 -55
- package/resources/pi-agent/extensions/pi-custom-compaction/CHANGELOG.md +27 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/LICENSE +21 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/README.md +244 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/VENDORED_FROM.md +6 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/banner.png +0 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/commands/register-commands.ts +63 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/events/register-events.ts +229 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/index.ts +10 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/package.json +57 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/paths.ts +13 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/policy/config.ts +32 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/policy/merge.ts +67 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/policy/parse.ts +354 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/policy/types.ts +131 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/runtime/model-resolution.ts +77 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/runtime/pure.ts +56 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/runtime/session-state.ts +244 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/summary/generate.ts +184 -0
- package/resources/pi-agent/extensions/pi-custom-compaction/summary/template.ts +124 -0
- package/server-loader.js +4017 -0
- package/server-loader.js.map +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docyrus/docyrus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Docyrus API CLI",
|
|
6
6
|
"main": "./main.js",
|
|
@@ -8,17 +8,19 @@
|
|
|
8
8
|
"docyrus": "main.js"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@mozilla/readability": "^0.6.0",
|
|
12
11
|
"@clack/prompts": "^0.11.0",
|
|
13
|
-
"@
|
|
14
|
-
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
12
|
+
"@hono/node-server": "^1.14.1",
|
|
15
13
|
"@mariozechner/pi-ai": "0.61.0",
|
|
16
14
|
"@mariozechner/pi-coding-agent": "0.61.1",
|
|
15
|
+
"@modelcontextprotocol/ext-apps": "^1.2.2",
|
|
16
|
+
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
17
|
+
"@mozilla/readability": "^0.6.0",
|
|
17
18
|
"@opentui/core": "^0.1.85",
|
|
18
19
|
"@opentui/react": "^0.1.85",
|
|
19
20
|
"@xterm/headless": "^5.5.0",
|
|
20
21
|
"cheerio": "^1.1.2",
|
|
21
22
|
"diff": "^8.0.2",
|
|
23
|
+
"hono": "^4.7.10",
|
|
22
24
|
"incur": "^0.1.6",
|
|
23
25
|
"jsdom": "^27.0.1",
|
|
24
26
|
"marked": "^15.0.12",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="-75.15 0 497.55 497.55">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: none;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: #dd231b;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<path class="cls-2" d="M327.96,262.06l-.15.13v61.9c0,16.4-13.33,29.75-29.73,29.75h-61.9c-5.33,0-10.29-1.43-14.61-3.88l-69.56,69.59c4.54,6.74,7.2,14.89,7.2,23.54,0,11.61-4.66,22.13-12.26,29.75-7.6,7.6-18.14,12.26-29.75,12.26s-22.15-4.66-29.75-12.26c-7.6-7.62-12.26-18.14-12.26-29.75,0-23.22,18.81-42.16,42.14-42.16,8.86,0,16.99,2.71,23.73,7.31l69.52-69.52c-2.56-4.35-4.01-9.36-4.01-14.74v-61.9c0-6.8,2.33-13.14,6.24-18.16l-57.34-78.03H14.74V14.88h150.87v138.21l59.72,81.28c3.4-1.37,7.12-2.06,10.98-2.06h61.9c16.4,0,29.75,13.35,29.75,29.75Z"/>
|
|
15
|
+
<line class="cls-1" x1="146.8" y1="413.46" x2="146.26" y2="413.99"/>
|
|
16
|
+
</svg>
|