teamcopilot 0.1.5 → 0.1.7

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.
Files changed (29) hide show
  1. package/.env.example +8 -0
  2. package/dist/frontend/assets/{cssMode-DDzukwt5.js → cssMode-BAH2N60V.js} +1 -1
  3. package/dist/frontend/assets/{freemarker2-D_icqrpk.js → freemarker2-B_pbJMsP.js} +1 -1
  4. package/dist/frontend/assets/{handlebars-6CAGbrPr.js → handlebars-D6GdNt3R.js} +1 -1
  5. package/dist/frontend/assets/{html-0bYmAoQC.js → html-Dz8q_CIR.js} +1 -1
  6. package/dist/frontend/assets/{htmlMode-DRkxSIX2.js → htmlMode-Z1bXQsgz.js} +1 -1
  7. package/dist/frontend/assets/index-Cjg9L8rh.css +1 -0
  8. package/dist/frontend/assets/{index-_UJ1tPe1.js → index-Dpf6tu_q.js} +185 -185
  9. package/dist/frontend/assets/{javascript-V8x4Zoa7.js → javascript-V-sKSPHd.js} +1 -1
  10. package/dist/frontend/assets/{jsonMode-5J_vSDWG.js → jsonMode-C3yTNjxe.js} +1 -1
  11. package/dist/frontend/assets/{liquid-BstcXcNb.js → liquid-15OQFaR2.js} +1 -1
  12. package/dist/frontend/assets/{mdx-x5Sr2KGu.js → mdx-DWJfKO7N.js} +1 -1
  13. package/dist/frontend/assets/{python-MoK_cgbG.js → python--lyVGkWy.js} +1 -1
  14. package/dist/frontend/assets/{razor-BXenKyA4.js → razor-sb22gZl5.js} +1 -1
  15. package/dist/frontend/assets/{tsMode-CZK6rgqG.js → tsMode-Dsd2kqQR.js} +1 -1
  16. package/dist/frontend/assets/{typescript-B8tvuSVT.js → typescript-B8yVEG68.js} +1 -1
  17. package/dist/frontend/assets/{xml-C0M8zw3S.js → xml-CC_sPzxu.js} +1 -1
  18. package/dist/frontend/assets/{yaml-BRqVQOwf.js → yaml-DOn0ErF6.js} +1 -1
  19. package/dist/frontend/index.html +2 -2
  20. package/dist/utils/opencode-auth.js +5 -5
  21. package/dist/utils/session-abort.js +0 -7
  22. package/dist/utils/workspace-sync.js +31 -12
  23. package/dist/workspace_files/.opencode/opencode.json +1 -1
  24. package/dist/workspace_files/.opencode/package-lock.json +545 -0
  25. package/dist/workspace_files/.opencode/package.json +1 -1
  26. package/dist/workspace_files/package-lock.json +19 -138
  27. package/dist/workspace_files/package.json +1 -1
  28. package/package.json +3 -3
  29. package/dist/frontend/assets/index-DcqBl5Uw.css +0 -1
@@ -5,37 +5,38 @@
5
5
  "packages": {
6
6
  "": {
7
7
  "dependencies": {
8
- "opencode-ai": "1.1.65"
8
+ "opencode-ai": "1.3.7"
9
9
  },
10
10
  "devDependencies": {}
11
11
  },
12
12
  "node_modules/opencode-ai": {
13
- "version": "1.1.65",
14
- "resolved": "https://registry.npmjs.org/opencode-ai/-/opencode-ai-1.1.65.tgz",
15
- "integrity": "sha512-GJ2YBt6vchSW/LdB1MvZln4vfl5M9lLGQi4p/ATLk3Ku2S0R5zw1aswYp0b00URpwmknZt652t/7mutBSBuzJg==",
13
+ "version": "1.3.7",
14
+ "resolved": "https://registry.npmjs.org/opencode-ai/-/opencode-ai-1.3.7.tgz",
15
+ "integrity": "sha512-AtqTOcPvHkAF/zPGs/08/8m2DeiWADCGhT/WAJ1drGem4WdPOt45jkJLPdOCheN1gqmLxTcNV0veKFVHmbjKKQ==",
16
16
  "hasInstallScript": true,
17
17
  "license": "MIT",
18
18
  "bin": {
19
19
  "opencode": "bin/opencode"
20
20
  },
21
21
  "optionalDependencies": {
22
- "opencode-darwin-arm64": "1.1.65",
23
- "opencode-darwin-x64": "1.1.65",
24
- "opencode-darwin-x64-baseline": "1.1.65",
25
- "opencode-linux-arm64": "1.1.65",
26
- "opencode-linux-arm64-musl": "1.1.65",
27
- "opencode-linux-x64": "1.1.65",
28
- "opencode-linux-x64-baseline": "1.1.65",
29
- "opencode-linux-x64-baseline-musl": "1.1.65",
30
- "opencode-linux-x64-musl": "1.1.65",
31
- "opencode-windows-x64": "1.1.65",
32
- "opencode-windows-x64-baseline": "1.1.65"
22
+ "opencode-darwin-arm64": "1.3.7",
23
+ "opencode-darwin-x64": "1.3.7",
24
+ "opencode-darwin-x64-baseline": "1.3.7",
25
+ "opencode-linux-arm64": "1.3.7",
26
+ "opencode-linux-arm64-musl": "1.3.7",
27
+ "opencode-linux-x64": "1.3.7",
28
+ "opencode-linux-x64-baseline": "1.3.7",
29
+ "opencode-linux-x64-baseline-musl": "1.3.7",
30
+ "opencode-linux-x64-musl": "1.3.7",
31
+ "opencode-windows-arm64": "1.3.7",
32
+ "opencode-windows-x64": "1.3.7",
33
+ "opencode-windows-x64-baseline": "1.3.7"
33
34
  }
34
35
  },
35
36
  "node_modules/opencode-darwin-arm64": {
36
- "version": "1.1.65",
37
- "resolved": "https://registry.npmjs.org/opencode-darwin-arm64/-/opencode-darwin-arm64-1.1.65.tgz",
38
- "integrity": "sha512-NR4S0EbyIS93E7viEa68kecDbQ3qB8bfDP8s8uqFR/+oJY5CFlpCXe1eR0ar15r3U7UqoWbQXSQQWk+G0Kv2dA==",
37
+ "version": "1.3.7",
38
+ "resolved": "https://registry.npmjs.org/opencode-darwin-arm64/-/opencode-darwin-arm64-1.3.7.tgz",
39
+ "integrity": "sha512-TRglBnrSzeR9pEFV8Z1ACqhD3r3WYl8v1y9TkgvHviTD/EXGL3Nu7f/fy3XOQprPGSLPyrlOwZXb1i9XrfTo1A==",
39
40
  "cpu": [
40
41
  "arm64"
41
42
  ],
@@ -43,126 +44,6 @@
43
44
  "os": [
44
45
  "darwin"
45
46
  ]
46
- },
47
- "node_modules/opencode-darwin-x64": {
48
- "version": "1.1.65",
49
- "resolved": "https://registry.npmjs.org/opencode-darwin-x64/-/opencode-darwin-x64-1.1.65.tgz",
50
- "integrity": "sha512-lDNSbK85iETnXfNVs4+PGnSXl61IIL+QkaJVUIo2GwLtPUGq4RZA7MqIn3wwP959+Y9hbgjQhomv1RiMNiq1yg==",
51
- "cpu": [
52
- "x64"
53
- ],
54
- "optional": true,
55
- "os": [
56
- "darwin"
57
- ]
58
- },
59
- "node_modules/opencode-darwin-x64-baseline": {
60
- "version": "1.1.65",
61
- "resolved": "https://registry.npmjs.org/opencode-darwin-x64-baseline/-/opencode-darwin-x64-baseline-1.1.65.tgz",
62
- "integrity": "sha512-ImIMEiUzDkG5kpN5OQPoumIykUfrQem/PTNIrgUDbUthP67MUoNIHq1ff+Rs7RYu6mTmlVM10qvy99aNtTgf7w==",
63
- "cpu": [
64
- "x64"
65
- ],
66
- "optional": true,
67
- "os": [
68
- "darwin"
69
- ]
70
- },
71
- "node_modules/opencode-linux-arm64": {
72
- "version": "1.1.65",
73
- "resolved": "https://registry.npmjs.org/opencode-linux-arm64/-/opencode-linux-arm64-1.1.65.tgz",
74
- "integrity": "sha512-WWWoFJoqnkPvxLUbd59xlSKRWJuAvxKOkZqxnj9AjRD5rexgdfsDbTkL8Vu6peaRK0sqP1erfUGQzNrTleK5YA==",
75
- "cpu": [
76
- "arm64"
77
- ],
78
- "optional": true,
79
- "os": [
80
- "linux"
81
- ]
82
- },
83
- "node_modules/opencode-linux-arm64-musl": {
84
- "version": "1.1.65",
85
- "resolved": "https://registry.npmjs.org/opencode-linux-arm64-musl/-/opencode-linux-arm64-musl-1.1.65.tgz",
86
- "integrity": "sha512-I6Hqn7QXHFLMiVaDIROMPzDdiBayqrBzzbpSjHUswk9XcKdAIyZ8yARh+G42Kq6RoFriqiZbup9WCYjZEFdFWQ==",
87
- "cpu": [
88
- "arm64"
89
- ],
90
- "optional": true,
91
- "os": [
92
- "linux"
93
- ]
94
- },
95
- "node_modules/opencode-linux-x64": {
96
- "version": "1.1.65",
97
- "resolved": "https://registry.npmjs.org/opencode-linux-x64/-/opencode-linux-x64-1.1.65.tgz",
98
- "integrity": "sha512-4YVnpvq2QmU/rYcE5DkvMAUP+StgWEFaNqzJhJjDH8wfKv/5oE7WEMs60RwbszKkGZUzHCp/V+Ldp0YYwhQhEA==",
99
- "cpu": [
100
- "x64"
101
- ],
102
- "optional": true,
103
- "os": [
104
- "linux"
105
- ]
106
- },
107
- "node_modules/opencode-linux-x64-baseline": {
108
- "version": "1.1.65",
109
- "resolved": "https://registry.npmjs.org/opencode-linux-x64-baseline/-/opencode-linux-x64-baseline-1.1.65.tgz",
110
- "integrity": "sha512-TB71tNSa6oAsbhSEdQZE4/hM0hD6TZBmWnvbXpQPWntK3NyGcEUjw2b1B5yulGwA/MrXHkwrFhcbknrb4B/RAw==",
111
- "cpu": [
112
- "x64"
113
- ],
114
- "optional": true,
115
- "os": [
116
- "linux"
117
- ]
118
- },
119
- "node_modules/opencode-linux-x64-baseline-musl": {
120
- "version": "1.1.65",
121
- "resolved": "https://registry.npmjs.org/opencode-linux-x64-baseline-musl/-/opencode-linux-x64-baseline-musl-1.1.65.tgz",
122
- "integrity": "sha512-5yqbO3aFax31VeXyg9FmuIXzfSheE2OmLDq1LSfQPI2KrwlilUB+n5oRscUDb/U4PQqRdJajwjqqwV4WTF7pZw==",
123
- "cpu": [
124
- "x64"
125
- ],
126
- "optional": true,
127
- "os": [
128
- "linux"
129
- ]
130
- },
131
- "node_modules/opencode-linux-x64-musl": {
132
- "version": "1.1.65",
133
- "resolved": "https://registry.npmjs.org/opencode-linux-x64-musl/-/opencode-linux-x64-musl-1.1.65.tgz",
134
- "integrity": "sha512-N9caP6J3U9qmtsR2onwUEBWhtbi2URs8Jbbbq71RFSuA/Z1zuksYjmNlO0NZj9lauwEl2zWlsEgmQxAfcZxrOQ==",
135
- "cpu": [
136
- "x64"
137
- ],
138
- "optional": true,
139
- "os": [
140
- "linux"
141
- ]
142
- },
143
- "node_modules/opencode-windows-x64": {
144
- "version": "1.1.65",
145
- "resolved": "https://registry.npmjs.org/opencode-windows-x64/-/opencode-windows-x64-1.1.65.tgz",
146
- "integrity": "sha512-RJbkQ7mCpQrlIDax8VjK5tN/7Gi92ERdRpwbxSf9nJx+MaWoV06W6nazDsg+OfqTja6fMy8N1G4eRnOrcbVciQ==",
147
- "cpu": [
148
- "x64"
149
- ],
150
- "optional": true,
151
- "os": [
152
- "win32"
153
- ]
154
- },
155
- "node_modules/opencode-windows-x64-baseline": {
156
- "version": "1.1.65",
157
- "resolved": "https://registry.npmjs.org/opencode-windows-x64-baseline/-/opencode-windows-x64-baseline-1.1.65.tgz",
158
- "integrity": "sha512-sj7+EYkoFsRjpPBBMjI2PKu3eA1xQdGke4V0DvyJCqlq14TvYlY/S4xo7oZBZ9h+cG2Ni99SjeZ187KHq/CtRw==",
159
- "cpu": [
160
- "x64"
161
- ],
162
- "optional": true,
163
- "os": [
164
- "win32"
165
- ]
166
47
  }
167
48
  }
168
49
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "opencode-ai": "1.1.65"
3
+ "opencode-ai": "1.3.7"
4
4
  },
5
5
  "devDependencies": {},
6
6
  "scripts": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teamcopilot",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "A shared AI Agent for Teams",
5
5
  "homepage": "https://teamcopilot.ai",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "author": "",
50
50
  "license": "MIT",
51
51
  "dependencies": {
52
- "@opencode-ai/sdk": "1.1.65",
52
+ "@opencode-ai/sdk": "1.3.7",
53
53
  "@prisma/client": "^6.0.1",
54
54
  "@slack/web-api": "^7.8.0",
55
55
  "@supabase/supabase-js": "^2.47.8",
@@ -73,7 +73,7 @@
73
73
  "multer": "^2.1.0",
74
74
  "node-cron": "^3.0.3",
75
75
  "openai": "^4.95.1",
76
- "opencode-ai": "1.1.65",
76
+ "opencode-ai": "1.3.7",
77
77
  "prisma": "^6.0.1",
78
78
  "ts-node": "^10.9.2",
79
79
  "ts-node-dev": "^2.0.0",