Commit Graph

  • e0fe1bb476 chore: 更新版本号至 0.1.5 main xiongxiao 2026-03-18 13:37:50 +08:00
  • bd787c55a2 Auto commit: 2026-03-18 02:09 xiongxiao 2026-03-18 02:09:12 +08:00
  • 648fe7ad33 chore: 更新版本号至 0.1.3,并升级 @opencode-ai/plugin 和 nanoid 依赖,增强命令行参数解析功能 xiongxiao 2026-03-17 20:46:13 +08:00
  • 151586f98c chore: update package version and dependencies xiongxiao 2026-03-15 04:59:42 +08:00
  • e18233fdcb chore: 更新版本号至 0.1.1,并增强命令行参数解析功能,支持 JSON 和 key=value 格式 abearxiong 2026-03-11 13:21:16 +08:00
  • 5bed882795 chore: 更新版本号至 0.1.0,升级依赖项并在 run 方法中添加 token 和 data 参数 abearxiong 2026-03-10 21:34:08 +08:00
  • e4c2c0e1e6 chore: 更新版本号至 0.0.90,并在 toJSONSchemaRoute 函数中添加对返回值的处理 abearxiong 2026-03-09 16:15:49 +08:00
  • 3c56849cfa chore: 更新 @opencode-ai/plugin 版本至 1.2.21,并调整 commander 模块中的类型导入 abearxiong 2026-03-09 01:13:45 +08:00
  • b375e5ac23 chore: 更新版本号至 0.0.88 并修改类型导入以支持 QueryRouterServer abearxiong 2026-03-07 01:46:01 +08:00
  • 7345940f18 chore: 添加 commander 模块及相关命令行工具功能 abearxiong 2026-03-07 01:41:47 +08:00
  • a9cf1505ff chore: 更新版本号并添加 runAction 方法及其类型推断支持 abearxiong 2026-03-06 23:41:31 +08:00
  • 9ed6e63d9e chore: 更新依赖项版本以修复兼容性问题 abearxiong 2026-03-05 01:02:07 +08:00
  • e58c99c285 ws abearxiong 2026-03-05 01:01:12 +08:00
  • 2628eb3693 chore: 移除未使用的类型定义并更新 RouteOpts 类型以支持复合路由 xiongxiao 2026-03-02 04:01:17 +08:00
  • 46499bedc7 chore: 更新依赖项版本以保持兼容性 abearxiong 2026-03-01 01:10:16 +08:00
  • ab61be4875 Add design documents for HTTP server, router, and WebSocket server xiongxiao 2026-02-28 14:40:20 +08:00
  • 52b10f2f03 chore: 删除不再使用的文件并更新路由上下文以支持自定义字段 abearxiong 2026-02-24 01:01:43 +08:00
  • f8337a1216 temp abearxiong 2026-02-23 23:47:59 +08:00
  • ad95dc0081 chore: 更新 QueryRouterServer 和 App 类以支持自定义 RouteContext 类型 abearxiong 2026-02-23 23:43:12 +08:00
  • 9859c2f673 temp abearxiong 2026-02-23 23:36:47 +08:00
  • 0152d15824 chore: 在文档和代码中添加 currentId 属性,增强路由上下文信息 abearxiong 2026-02-23 23:11:37 +08:00
  • 5c24e197e6 chore: 更新身份验证中间件为 'auth-admin',并简化身份验证路由定义 abearxiong 2026-02-21 01:04:35 +08:00
  • af7d809270 chore: 更新版本号至0.0.83,并在 CustomError 类中添加静态 throw 方法以增强错误处理 abearxiong 2026-02-21 00:26:21 +08:00
  • a8f409f900 chore: 更新版本号至0.0.82,并在 CustomError 类中增强构造函数以支持对象参数 abearxiong 2026-02-20 22:53:03 +08:00
  • 132aa3a888 chore: 在 ServerBase 类中添加自定义错误处理逻辑 abearxiong 2026-02-20 22:34:48 +08:00
  • 2e59e318bf Refactor code structure for improved readability and maintainability abearxiong 2026-02-20 22:25:44 +08:00
  • e1a0e11052 chore: 更新版本号至0.0.80,并在 route.ts 中重构 toJSONSchema 和 fromJSONSchema 函数以使用新的 schema.ts 模块 abearxiong 2026-02-18 13:28:49 +08:00
  • 058e6843b1 chore: 更新版本号至0.0.79,并在 route.ts 中修改 toJSONSchema 函数以支持可选参数 abearxiong 2026-02-18 11:19:58 +08:00
  • bf6b7ad709 chore: 更新版本号至0.0.78,并在 fromJSONSchema 函数中将返回值设为可选 abearxiong 2026-02-18 10:51:32 +08:00
  • 0866f01b1e chore: 更新版本号至0.0.77,升级 @kevisual/query 至 0.0.47,重构 JSON Schema 处理函数并添加测试 abearxiong 2026-02-18 10:31:11 +08:00
  • e4e1e9abb9 chore: 更新版本号至0.0.76,并在 route.ts 中添加 extractArgs 函数 abearxiong 2026-02-18 10:00:26 +08:00
  • f72f7d6cf1 fix: temp abearxiong 2026-02-18 08:58:53 +08:00
  • 40a8825ea2 refactor: remove pnpm workspace configuration and update opencode functionality abearxiong 2026-02-18 04:53:32 +08:00
  • b2f718c492 chore: 更新版本号至0.0.74,并在 QueryRouter 中添加 metadata 字段 abearxiong 2026-02-18 03:25:09 +08:00
  • 074775985e chore: 更新版本号至0.0.73,调整依赖项版本 abearxiong 2026-02-18 03:16:26 +08:00
  • a53e8c0bc3 refactor: update router import path and add random ID utility abearxiong 2026-02-17 20:35:16 +08:00
  • b4f2615afa temp abearxiong 2026-02-17 17:24:44 +08:00
  • 170954ae7c fix: error abearxiong 2026-02-17 16:28:21 +08:00
  • 15db8515d6 perf: 优化监听进程 abearxiong 2026-02-04 02:36:12 +08:00
  • 08696dedd8 chore: update package version to 0.0.69; modify import statements in loadTS function abearxiong 2026-02-03 01:12:23 +08:00
  • 48de44587a feat: add JSON schema conversion methods and update route handling abearxiong 2026-02-03 00:18:26 +08:00
  • 7f7ea79689 feat: update package version and dependencies; add ReconnectingWebSocket for automatic reconnection abearxiong 2026-02-02 21:22:49 +08:00
  • b081a03399 test bun stream sse and http-stream abearxiong 2026-02-01 01:26:57 +08:00
  • fed87eb3a1 0.0.65 abearxiong 2026-01-31 18:23:52 +08:00
  • a5429f055a fix xiongxiao 2026-01-31 18:23:09 +08:00
  • 7e34564516 Refactor code structure for improved readability and maintainability abearxiong 2026-01-30 22:44:14 +08:00
  • 605061a60e feat: enhance plugin integration with hooks and context management xiongxiao 2026-01-28 00:02:21 +08:00
  • e7dca513f3 feat: 添加路由描述和更新运行代码参数,优化测试用例 abearxiong 2026-01-26 04:20:56 +08:00
  • 0f8986b491 update abearxiong 2026-01-26 01:09:20 +08:00
  • 911f03b4bd fix mini modules abearxiong 2026-01-25 22:12:04 +08:00
  • 8a1aff4c50 update abearxiong 2026-01-25 21:19:28 +08:00
  • 3284a06ad5 udpate abearxiong 2026-01-21 19:02:30 +08:00
  • 7dcf53fb4f feat: 更新静态资源代理文档,优化路由和插件集成,提升代码可读性和功能性 abearxiong 2026-01-21 01:44:58 +08:00
  • 61add1aad1 udpate abearxiong 2026-01-20 13:39:22 +08:00
  • 2363617404 add call abearxiong 2026-01-20 13:38:50 +08:00
  • f4372ae55f feat: add opencode plugin with router integration and TypeScript definitions abearxiong 2026-01-20 13:23:06 +08:00
  • 9b11ea5138 更新 .cnb.yml、package.json 和文档,添加新功能和示例代码 xiongxiao 2026-01-19 04:52:14 +08:00
  • 999397611c temp abearxiong 2026-01-16 18:53:55 +08:00
  • 730f4c6eb9 fix abearxiong 2026-01-16 12:06:01 +08:00
  • 123d02f452 udpate xiongxiao 2026-01-15 23:44:40 +08:00
  • 309446c864 更新依赖项,添加 Connect 和 QueryConnect 类,重构导出结构 xiongxiao 2026-01-15 21:21:35 +08:00
  • 2c57435a81 update abearxiong 2026-01-13 14:09:40 +08:00
  • cd785ddb51 add trigger abearxiong 2026-01-13 14:08:38 +08:00
  • a8da85e0bd add trigger abearxiong 2026-01-13 14:07:46 +08:00
  • 9f53c9e18c update abearxiong 2026-01-13 14:07:30 +08:00
  • 78af49906e update abearxiong 2026-01-13 14:02:03 +08:00
  • 03f24318d2 temp abearxiong 2026-01-13 13:28:17 +08:00
  • 5dcc678ad4 chore: update version to 0.0.52, add eventemitter3 dependency, and refactor WebSocket handling abearxiong 2025-12-30 18:32:16 +08:00
  • 8b16bc2218 update abearxiong 2025-12-29 14:44:44 +08:00
  • b0eb3a9ada chore: update version to 0.0.51, add auto.ts to files, and update dependencies feat: enhance parseXml function to handle Bun requests and refactor XML parsing logic abearxiong 2025-12-28 10:51:14 +08:00
  • 6e659fd278 update abearxiong 2025-12-26 19:25:14 +08:00
  • a76f1fb5d2 chore: update version to 0.0.49 and refactor WebSocket handling and type definitions abearxiong 2025-12-21 20:37:50 +08:00
  • caaec4d870 temp abearxiong 2025-12-21 19:29:34 +08:00
  • 61f89e8250 chore: update version to 0.0.48 and enhance request handling in Bun server abearxiong 2025-12-21 06:41:15 +08:00
  • b6c613d601 feat: add showConnected option and refactor WebSocket connection handling abearxiong 2025-12-21 04:13:38 +08:00
  • 7975863af3 chore: update version to 0.0.47 and enhance WebSocket handling in server implementation abearxiong 2025-12-21 03:26:15 +08:00
  • 90ef73a97b chore: update version to 0.0.43 and enhance request/response types for Bun server abearxiong 2025-12-20 23:22:32 +08:00
  • a6a7e74559 feat: Refactor server implementation to support Bun and Node environments abearxiong 2025-12-20 05:11:51 +08:00
  • e1a53c01ea chore: update version to 0.0.41 and improve Route class formatting abearxiong 2025-12-19 17:08:07 +08:00
  • 311bde7c7c chore: update package version and dependencies abearxiong 2025-12-19 09:48:21 +08:00
  • 298eecde9b chore: update version to 0.0.39 abearxiong 2025-12-17 14:27:16 +08:00
  • 90ecb8eb93 refactor: enhance RouteOpts and Route class generics for improved type safety abearixong 2025-12-17 11:31:52 +08:00
  • a997dad00b ifx: fix run ERROR abearxiong 2025-12-09 14:08:42 +08:00
  • c692061b23 refactor router system and update version abearxiong 2025-12-06 12:30:47 +08:00
  • ef0faf84b1 update dependencies and router functionality abearxiong 2025-12-06 10:30:58 +08:00
  • e00a6c7418 test abearxiong 2025-12-01 10:54:24 +08:00
  • d06b384ca4 update abearxiong 2025-11-18 00:45:21 +08:00
  • c0ec625f01 route list,当时wait的模式添加默认的 abearixong 2025-11-14 17:43:07 +08:00
  • 87068cd626 update abearxiong 2025-10-24 21:15:02 +08:00
  • ac32ff9d4a udpate abearxiong 2025-10-24 03:04:06 +08:00
  • cc74dc6803 update add no path and random path abearxiong 2025-10-22 17:05:20 +08:00
  • 24166f9899 feat: add Mini abearxiong 2025-10-15 21:13:37 +08:00
  • 10506503eb update: add listen process abearxiong 2025-10-15 20:48:20 +08:00
  • 2483205a22 update abearxiong 2025-10-14 19:17:00 +08:00
  • cd96b53f6e recorver code abearxiong 2025-10-14 19:15:18 +08:00
  • 19c4cc2e06 update abearxiong 2025-10-14 15:17:56 +08:00
  • 27b63e0a2b update abearxiong 2025-10-14 15:16:41 +08:00
  • e8794912b6 add introduce xion 2025-07-26 20:38:49 +08:00
  • 187900ad55 update: fix docs xion 2025-06-20 16:20:56 +08:00
  • d2ebb5f488 fix: add app-barowser for browser xion 2025-06-12 15:02:16 +08:00