@fideliosai/server 0.0.4 → 0.0.5
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/LICENSE
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
4
|
-
Copyright (c) 2026 FideliOS (fork modifications)
|
|
3
|
+
Copyright (c) 2026 FideliOS
|
|
5
4
|
|
|
6
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
You are an agent at FideliOS company.
|
|
2
2
|
|
|
3
3
|
Keep the work moving until it's done. If you need QA to review it, ask them. If you need your boss to review it, ask them. If someone needs to unblock you, assign them the ticket with a comment asking for what you need. Don't let work just sit here. You must always update your task with a comment.
|
|
4
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fideliosai/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://github.com/fideliosai/fidelios",
|
|
6
6
|
"bugs": {
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-sdk/client-s3": "^3.888.0",
|
|
31
|
-
"@fideliosai/adapter-claude-local": "0.0.
|
|
32
|
-
"@fideliosai/adapter-codex-local": "0.0.
|
|
33
|
-
"@fideliosai/adapter-cursor-local": "0.0.
|
|
34
|
-
"@fideliosai/adapter-gemini-local": "0.0.
|
|
35
|
-
"@fideliosai/adapter-openclaw-gateway": "0.0.
|
|
36
|
-
"@fideliosai/adapter-opencode-local": "0.0.
|
|
37
|
-
"@fideliosai/adapter-pi-local": "0.0.
|
|
38
|
-
"@fideliosai/adapter-utils": "0.0.
|
|
39
|
-
"@fideliosai/db": "0.0.
|
|
40
|
-
"@fideliosai/plugin-sdk": "0.0.
|
|
41
|
-
"@fideliosai/shared": "0.0.
|
|
31
|
+
"@fideliosai/adapter-claude-local": "0.0.5",
|
|
32
|
+
"@fideliosai/adapter-codex-local": "0.0.5",
|
|
33
|
+
"@fideliosai/adapter-cursor-local": "0.0.5",
|
|
34
|
+
"@fideliosai/adapter-gemini-local": "0.0.5",
|
|
35
|
+
"@fideliosai/adapter-openclaw-gateway": "0.0.5",
|
|
36
|
+
"@fideliosai/adapter-opencode-local": "0.0.5",
|
|
37
|
+
"@fideliosai/adapter-pi-local": "0.0.5",
|
|
38
|
+
"@fideliosai/adapter-utils": "0.0.5",
|
|
39
|
+
"@fideliosai/db": "0.0.5",
|
|
40
|
+
"@fideliosai/plugin-sdk": "0.0.5",
|
|
41
|
+
"@fideliosai/shared": "0.0.5",
|
|
42
42
|
"ajv": "^8.18.0",
|
|
43
43
|
"ajv-formats": "^3.0.1",
|
|
44
44
|
"better-auth": "1.4.18",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"sharp": "^0.34.5",
|
|
59
59
|
"ws": "^8.19.0",
|
|
60
60
|
"zod": "^3.24.2",
|
|
61
|
-
"@fideliosai/adapter-hermes-local": "0.0.
|
|
61
|
+
"@fideliosai/adapter-hermes-local": "0.0.5"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/express": "^5.0.0",
|
package/ui-dist/index.html
CHANGED
package/ui-dist/sw.js
CHANGED