@tokenring-ai/coder 0.2.1 → 0.2.3

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.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta content="width=device-width, initial-scale=1.0" name="viewport">
6
+ <title>TokenRing Coder</title>
7
+ <script type="module" crossorigin src="./assets/index-CQkcBztv.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-B9MB7e-d.css">
9
+ </head>
10
+ <body>
11
+ <div id="root"></div>
12
+ </body>
13
+ </html>
package/dist/tr-coder CHANGED
Binary file
package/package.json CHANGED
@@ -1,82 +1,80 @@
1
1
  {
2
- "name": "@tokenring-ai/coder",
3
- "description": "TokenRing Coder Application",
4
- "version": "0.2.1",
5
- "devDependencies": {
6
- "@inquirer/prompts": "^8.0.1",
7
- "@tokenring-ai/agent": "workspace:*",
8
- "@tokenring-ai/ai-client": "workspace:*",
9
- "@tokenring-ai/app": "workspace:*",
10
- "@tokenring-ai/audio": "workspace:*",
11
- "@tokenring-ai/aws": "workspace:*",
12
- "@tokenring-ai/chat": "workspace:*",
13
- "@tokenring-ai/checkpoint": "workspace:*",
14
- "@tokenring-ai/chrome": "workspace:*",
15
- "@tokenring-ai/cli": "workspace:*",
16
- "@tokenring-ai/cli-ink": "workspace:*",
17
- "@tokenring-ai/code-watch": "workspace:*",
18
- "@tokenring-ai/codebase": "workspace:*",
19
- "@tokenring-ai/database": "workspace:*",
20
- "@tokenring-ai/docker": "workspace:*",
21
- "@tokenring-ai/drizzle-storage": "workspace:*",
22
- "@tokenring-ai/feedback": "workspace:*",
23
- "@tokenring-ai/file-index": "workspace:*",
24
- "@tokenring-ai/filesystem": "workspace:*",
25
- "@tokenring-ai/git": "workspace:*",
26
- "@tokenring-ai/javascript": "workspace:*",
27
- "@tokenring-ai/kubernetes": "workspace:*",
28
- "@tokenring-ai/linux-audio": "workspace:*",
29
- "@tokenring-ai/local-filesystem": "workspace:*",
30
- "@tokenring-ai/mcp": "workspace:*",
31
- "@tokenring-ai/memory": "workspace:*",
32
- "@tokenring-ai/mysql": "workspace:*",
33
- "@tokenring-ai/queue": "workspace:*",
34
- "@tokenring-ai/s3": "workspace:*",
35
- "@tokenring-ai/sandbox": "workspace:*",
36
- "@tokenring-ai/scraperapi": "workspace:*",
37
- "@tokenring-ai/scripting": "workspace:*",
38
- "@tokenring-ai/serper": "workspace:*",
39
- "@tokenring-ai/slack": "workspace:*",
40
- "@tokenring-ai/tasks": "workspace:*",
41
- "@tokenring-ai/telegram": "workspace:*",
42
- "@tokenring-ai/testing": "workspace:*",
43
- "@tokenring-ai/utility": "workspace:*",
44
- "@tokenring-ai/web-host": "workspace:*",
45
- "@tokenring-ai/websearch": "workspace:*",
46
- "@types/bun": "^1.3.3",
47
- "bun-types": "^1.3.3",
48
- "chalk": "^5.6.2",
49
- "commander": "^14.0.2",
50
- "husky": "^9.1.7",
51
- "jsdom": "^27.2.0",
52
- "node-gyp": "^12.1.0",
53
- "trufflehog": "^0.0.5",
54
- "ts": "^0.2.2",
55
- "typescript": "^5.9.3",
56
- "vitest": "^4.0.14",
57
- "zod": "^4.1.13"
58
- },
59
- "repository": {
60
- "type": "git",
61
- "url": "https://github.com/tokenring-ai/monorepo",
62
- "directory": "app/coder"
63
- },
64
- "license": "MIT",
65
- "bin": {
66
- "tr-coder": "dist/tr-coder"
67
- },
68
- "files": [
69
- "dist",
70
- "LICENSE",
71
- "README.md"
72
- ],
73
- "scripts": {
74
- "build": "bun build --compile --sourcemap --outfile=dist/tr-coder src/tr-coder.ts",
75
- "prepublishOnly": "bun run build",
76
- "coder": "bun src/tr-coder.js --source ./",
77
- "test": "vitest run",
78
- "prepare": "husky",
79
- "release:patch": "NEWVERSION=`bun pm version patch` && git add package.json && git commit -m \"Bump version to ${NEWVERSION}\" && git tag ${NEWVERSION} && git submodule foreach git push && git push && git push --tags"
80
- },
81
- "type": "module"
2
+ "name": "@tokenring-ai/coder",
3
+ "description": "TokenRing Coder Application",
4
+ "version": "0.2.3",
5
+ "devDependencies": {
6
+ "@inquirer/prompts": "^8.0.2",
7
+ "@tokenring-ai/agent": "workspace:*",
8
+ "@tokenring-ai/ai-client": "workspace:*",
9
+ "@tokenring-ai/app": "workspace:*",
10
+ "@tokenring-ai/audio": "workspace:*",
11
+ "@tokenring-ai/aws": "workspace:*",
12
+ "@tokenring-ai/chat": "workspace:*",
13
+ "@tokenring-ai/checkpoint": "workspace:*",
14
+ "@tokenring-ai/chrome": "workspace:*",
15
+ "@tokenring-ai/cli": "workspace:*",
16
+ "@tokenring-ai/cli-ink": "workspace:*",
17
+ "@tokenring-ai/code-watch": "workspace:*",
18
+ "@tokenring-ai/codebase": "workspace:*",
19
+ "@tokenring-ai/database": "workspace:*",
20
+ "@tokenring-ai/docker": "workspace:*",
21
+ "@tokenring-ai/drizzle-storage": "workspace:*",
22
+ "@tokenring-ai/feedback": "workspace:*",
23
+ "@tokenring-ai/file-index": "workspace:*",
24
+ "@tokenring-ai/filesystem": "workspace:*",
25
+ "@tokenring-ai/git": "workspace:*",
26
+ "@tokenring-ai/javascript": "workspace:*",
27
+ "@tokenring-ai/kubernetes": "workspace:*",
28
+ "@tokenring-ai/linux-audio": "workspace:*",
29
+ "@tokenring-ai/local-filesystem": "workspace:*",
30
+ "@tokenring-ai/mcp": "workspace:*",
31
+ "@tokenring-ai/memory": "workspace:*",
32
+ "@tokenring-ai/mysql": "workspace:*",
33
+ "@tokenring-ai/queue": "workspace:*",
34
+ "@tokenring-ai/s3": "workspace:*",
35
+ "@tokenring-ai/sandbox": "workspace:*",
36
+ "@tokenring-ai/scraperapi": "workspace:*",
37
+ "@tokenring-ai/scripting": "workspace:*",
38
+ "@tokenring-ai/serper": "workspace:*",
39
+ "@tokenring-ai/slack": "workspace:*",
40
+ "@tokenring-ai/tasks": "workspace:*",
41
+ "@tokenring-ai/telegram": "workspace:*",
42
+ "@tokenring-ai/testing": "workspace:*",
43
+ "@tokenring-ai/utility": "workspace:*",
44
+ "@tokenring-ai/web-host": "workspace:*",
45
+ "@tokenring-ai/websearch": "workspace:*",
46
+ "@types/bun": "^1.3.4",
47
+ "bun-types": "^1.3.4",
48
+ "chalk": "^5.6.2",
49
+ "commander": "^14.0.2",
50
+ "husky": "^9.1.7",
51
+ "jsdom": "^27.3.0",
52
+ "node-gyp": "^12.1.0",
53
+ "trufflehog": "^0.0.5",
54
+ "typescript": "^5.9.3",
55
+ "vitest": "^4.0.15",
56
+ "zod": "^4.1.13"
57
+ },
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://github.com/tokenring-ai/monorepo",
61
+ "directory": "app/coder"
62
+ },
63
+ "license": "MIT",
64
+ "bin": {
65
+ "tr-coder": "dist/tr-coder"
66
+ },
67
+ "files": [
68
+ "dist",
69
+ "LICENSE",
70
+ "README.md"
71
+ ],
72
+ "scripts": {
73
+ "build": "bun build --compile --sourcemap --outfile=dist/tr-coder src/tr-coder.ts",
74
+ "prepack": "bun run build && cp -Lr frontend dist",
75
+ "coder": "bun src/tr-coder.js --source ./",
76
+ "build-container": "docker build -t tr-coder:latest -f docker/Dockerfile .",
77
+ "test": "vitest run"
78
+ },
79
+ "type": "module"
82
80
  }