Skip to content

Releases: wecode-ai/Wegent

Release v1.8.9

12 Jun 07:18
e87df96

Choose a tag to compare

What's Changed

  • feat(wework):打包ios app by @Micro66 in #1358
  • feat(sandbox): archive workspace before cleanup by @FicoHu in #1366
  • fix(executor): 允许 ClaudeCode 对话任务加载默认知识库 by @sunnights in #1367
  • refactor(tasks): consolidate runtime recovery state machine by @qdaxb in #1365
  • [codex] fix startup internal service token bootstrap by @qdaxb in #1371
  • refactor(frontend): unify runtime instability probe by @qdaxb in #1372
  • Wegent/refactor task subtask store boundary by @feifei325 in #1370
  • fix(user): handle null quick access preferences by @feifei325 in #1373
  • [codex] Support Wework image attachments in Codex by @icycrystal4 in #1374

Full Changelog: v1.8.8...v1.8.9

Release v1.8.8

11 Jun 09:49
c0edc1a

Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

Release v1.8.7

11 Jun 08:42
b346198

Choose a tag to compare

What's Changed

  • Wegent db session lifetime fixes by @feifei325 in #1330
  • fix(wework): correct processing duration timer and header interactivity by @icycrystal4 in #1329
  • fix(wework): unify task route and enforce list exclusivity by @icycrystal4 in #1335
  • feat(wework/claude executor): 修复任务停止失败的问题以及claude类型的executor停止过慢的问题 by @Micro66 in #1337
  • Fix/repository job db session by @feifei325 in #1339
  • Feat/chat context guard by @kissghosts in #1324
  • fix(startup): detect Docker Compose before starting deps by @qdaxb in #1344
  • fix(wework): keep project tasks under their project when opened via /tasks/{id} by @icycrystal4 in #1345
  • fix(wework): 修复无commit仓库环境信息显示错误,新增用户消息折叠功能 by @Micro66 in #1341
  • fix(wework): keep model picker on user selection when an existing task gets a status update by @icycrystal4 in #1346
  • fix(gemini): strip stale thought signatures from Google history to prevent 400 errors by @moqimoqidea in #1347
  • fix(backend): validate internal chat sessions pagination by @jnhu76 in #1348
  • fix(executor-manager,chat-shell): strict int validation on cancel request ID fields by @jnhu76 in #1349
  • Enforce internal service token configuration across services by @qdaxb in #1351
  • Codex/wework turn file changes main by @Micro66 in #1353
  • 允许 Chat 任务在 ClaudeCode 执行器下使用知识库上下文 by @qdaxb in #1352
  • fix(frontend): hide Agno executor options by @qdaxb in #1355
  • feat(codex): add personal proxy config by @icycrystal4 in #1354

Full Changelog: v1.8.6...v1.8.7

Release v1.8.6

10 Jun 07:08
8abd776

Choose a tag to compare

What's Changed

  • feat(wework): 优化页面布局 by @Micro66 in #1314
  • fix(wework): resolve git workspace paths on device by @Micro66 in #1315
  • fix: retry invalid deferred form output by @qdaxb in #1317
  • feat(wework): guide device version upgrades by @icycrystal4 in #1319
  • docs(readme): polish project positioning by @qdaxb in #1318
  • Fix/subscription retry db session lifecycle by @feifei325 in #1326
  • feat(codex): add user runtime auth config by @icycrystal4 in #1325
  • fix(frontend): normalize TeamEditDrawer bot key before display by @jnhu76 in #1316
  • feat(wework): 手机端ui调整 by @Micro66 in #1323
  • fix(frontend): translate empty tool output detail by @qdaxb in #1327
  • feat(wework): 调整ui(使用wework开发时发现的问题) by @Micro66 in #1328
  • fix(wework): normalize visible app title casing by @qdaxb in #1332
  • fix(wework): improve processing duration copy by @qdaxb in #1333
  • fix(wework): prevent IME enter from submitting chat by @qdaxb in #1334

Full Changelog: v1.8.5...v1.8.6

Release v1.8.5

08 Jun 13:00
6db6a4e

Choose a tag to compare

What's Changed

  • feat(wework): refine project work menu by @icycrystal4 in #1301
  • contributors readme action update by @github-actions[bot] in #1302
  • contributors readme action update by @github-actions[bot] in #1303
  • Show quick action descriptions on top-level cards by @qdaxb in #1305
  • fix:折叠侧边栏模式下的 macOS 关闭按钮之间的间距以及其他ui问题 by @Micro66 in #1307
  • feat(wework): support git worktree execution and management by @icycrystal4 in #1304
  • fix(frontend): sync quick action execution target by @qdaxb in #1310
  • feat(backend): add external knowledge MCP by @cocowh in #1236
  • fix(wework): improve worktree session and device UX by @icycrystal4 in #1308
  • fix(wework): restore streaming content after refresh by @FicoHu in #1309
  • feat(wework): improve mobile project controls by @Micro66 in #1312
  • Codex/wework device model updates by @FicoHu in #1313
  • feat(wework): 将插件元数据存储在skill包里 by @Micro66 in #1273
  • fix(executor): include Codex SDK in local builds by @icycrystal4 in #1311

Full Changelog: v1.8.4...v1.8.5

Release v1.8.4

05 Jun 12:59
a89a1d8

Choose a tag to compare

What's Changed

  • feat: 修复共享技能无法下载的问题 by @Micro66 in #1248
  • feat(wework): 手动输入文件路径和分支的新建、切换 by @Micro66 in #1256
  • feat(codex): support local CLI config, reasoning, and speed options by @icycrystal4 in #1252
  • fix(wework): improve desktop chat scroll affordances by @FicoHu in #1260
  • Codex/wework terminal codeserver unavailable alert by @FicoHu in #1258
  • 支持系统功能预填输入框内容 by @qdaxb in #1263
  • fix(wework): preserve opened chat navigation state by @icycrystal4 in #1262
  • feat(rag): Optimize RAG hybrid retrieval and query planning by @kissghosts in #1224
  • fix(chat-shell): handle special tokens in tiktoken encode calls by @moqimoqidea in #1266
  • feat(wework): 修复个人技能无法卸载的问题,调整ui样式 by @Micro66 in #1261
  • Codex/e2e by @qdaxb in #1259
  • fix: remove unreachable statements by @jnhu76 in #1264
  • fix(groups): log batch entity member addition results by @jnhu76 in #1265
  • fix(frontend): sync resource library tabs with URL by @qdaxb in #1270
  • feat(frontend): filter resource library teams by @qdaxb in #1271
  • Codex/feat wework local devices by @FicoHu in #1268
  • fix(frontend): load task detail after device chat creation by @qdaxb in #1275
  • fix(wework): restrict project tools to ClaudeCode devices by @FicoHu in #1280
  • fix(mcp): include items in array parameter schema to satisfy Gemini API by @moqimoqidea in #1274
  • fix(security): block unspecified IPs in URL metadata validation by @jnhu76 in #1279
  • Hide quick action descriptions in launcher cards by @qdaxb in #1281
  • ci(e2e): split executor regression from shards by @qdaxb in #1272
  • fix(wework): respect base path for vnc page by @FicoHu in #1283
  • Add resource library sorting and stop-port cleanup by @qdaxb in #1284
  • Preserve forwarded message selection across rerenders by @qdaxb in #1289
  • fix(frontend): enable Claude Code preload skills by @qdaxb in #1276
  • fix(admin): preserve public bot preload skills by @qdaxb in #1277
  • Refactor/use group permissions hook by @jnhu76 in #1213
  • feat: support quick launch preset attachments by @qdaxb in #1290
  • feat(wework): add cloud device scaling wiki link by @FicoHu in #1288
  • fix(shared): preserve stream event ordering by @qdaxb in #1292
  • fix(frontend): show attachment icon on quick presets by @qdaxb in #1291
  • 去重首页 quick-access 并发请求 by @qdaxb in #1298
  • fix(frontend): trigger runtime check on socket reconnect by @qdaxb in #1293
  • fix(frontend): repair quick access CI failures by @qdaxb in #1299
  • feat(wework): add git workspace project creation by @FicoHu in #1297
  • feat(wework): improve codex stream rendering by @icycrystal4 in #1285
  • feat(backend): add web runtime guidance prompt by @qdaxb in #1295
  • fix(frontend): respect configured default model refs by @qdaxb in #1296
  • fix(workspace): prepend projects/ prefix for git workspace checkout path by @FicoHu in #1300

Full Changelog: v1.8.3...v1.8.4

Release v1.8.3

03 Jun 15:52
a4c4eeb

Choose a tag to compare

What's Changed

  • fix(frontend): preserve task socket recovery by @qdaxb in #1244
  • fix(executor): gate standalone chat workspaces by @FicoHu in #1246
  • fix(wework): refine task model switching compatibility by @icycrystal4 in #1229
  • feat(wework): add appearance theming support by @Micro66 in #1247
  • fix(backend): 添加日志排查无法在设备上无法执行顺序任务的问题 by @Micro66 in #1251
  • fix(backend): handle chat SSE streams without terminal events by @qdaxb in #1250
  • fix(wework): polish local skill mention and model selector by @icycrystal4 in #1249
  • fix(frontend): preserve advanced model selection by @qdaxb in #1243
  • Codex/feature/dialog message list optimization by @FicoHu in #1254
  • fix: fix claude deferred by @qdaxb in #1253
  • fix(frontend): refine local skill display by @FicoHu in #1255
  • feat(wework): add conversation search navigation by @FicoHu in #1257

Full Changelog: v1.8.2...v1.8.3

Release v1.8.2

03 Jun 03:53
2b6086b

Choose a tag to compare

What's Changed

  • Support quick launch and deferred interactive forms by @qdaxb in #1193
  • feat: wework支持安装插件 by @Micro66 in #1234

Full Changelog: v1.8.1...v1.8.2

Release v1.8.1

02 Jun 14:38
e15cf76

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

Release v1.8.0

01 Jun 14:07

Choose a tag to compare

What's Changed

  • fix(parser): fix image MIME type mismatch that caused vision API 400 errors by @moqimoqidea in #1176
  • feat(wework): implement project chat composer by @FicoHu in #1177
  • New style by @qdaxb in #1175
  • feat: 更新mcp配置页面 by @qdaxb in #1179
  • Codex/resource library by @qdaxb in #1180
  • 完善 Claude Code 模型切换与相关设置联动 by @qdaxb in #1182
  • Refine dark theme text tokens and sidebar row layout by @qdaxb in #1183
  • feat(wework): add project chat archive controls by @icycrystal4 in #1181
  • feat(plugins): support installed skills and MCP sync by @Micro66 in #1184
  • feat(devices): add cloud device connection controls by @FicoHu in #1187
  • fix(frontend): sandbox HTML artifacts by @qdaxb in #1186
  • fix(start): scope local service startup and stop by @qdaxb in #1191
  • fix(frontend): reduce route initial bundle size by @qdaxb in #1189
  • fix(openapi): wrap responses reasoning with thinking tags by @qdaxb in #1188
  • Fix project chat sidebar and creation flows by @icycrystal4 in #1192
  • fix(frontend): render thinking blocks inline by @qdaxb in #1190
  • fix(frontend): remove artifact chat bridge by @qdaxb in #1195
  • Revert "fix(openapi): wrap responses reasoning with thinking tags" by @qdaxb in #1196
  • fix(openapi): preserve split thinking blocks by @qdaxb in #1197
  • Fix processing indicator ghosting and socket URL startup handling by @qdaxb in #1198
  • docs(frontend): clarify i18n namespace guidance by @qdaxb in #1194
  • feat(wework): add environment info popover by @Micro66 in #1199
  • feat(wework): support project and standalone chats by @icycrystal4 in #1200
  • feat: add project device workspace tools by @FicoHu in #1203
  • feat: 调整wework访问路径 by @Micro66 in #1204
  • fix(wework): improve mobile chat responsive UI by @Micro66 in #1207
  • fix(frontend): update resource guide title by @qdaxb in #1208
  • contributors readme action update by @github-actions[bot] in #1211
  • contributors readme action update by @github-actions[bot] in #1210
  • fix(frontend): allow attachment-only chat sends by @qdaxb in #1215
  • feat: v1/responses 接口支持请求完成后删除docker容器 by @Micro66 in #1205
  • fix(knowledge): 修复知识库笔记本模式发送消息后界面闪烁 by @sunnights in #1209
  • feat(frontend): add automation page hint by @qdaxb in #1217
  • feat: oidc支持wework登录 by @Micro66 in #1219
  • Codex/plugin capability sync by @FicoHu in #1222
  • Add skill library bindings and scope-aware skill selection by @qdaxb in #1221

Full Changelog: v1.7.13...v1.8.0