Commit Graph

1045 Commits

Author SHA1 Message Date
6c12439168 feat(runtime): add built-in/external codex modes and external agent provider registry 2026-03-14 09:31:23 +08:00
Haitao Pan
c062ed1661 fix: remove undefined _CodexBridgeCard reference to fix build 2026-03-14 08:21:18 +08:00
Haitao Pan
a282e14080 feat: integrate Codex CLI as AI Gateway-driven Code Agent
- Replace direct GatewayRuntime usage with RuntimeCoordinator
- Add RuntimeCoordinator to manage both Gateway and Codex runtimes
- Add Codex ↔ Gateway bridge activation in AI Gateway Agent tab
- Add _CodexBridgeCard widget with toggle switch and status display
- Add enableCodexBridge() and disableCodexBridge() methods to AppController
- Configure Codex to use AI Gateway models when bridge is enabled
- Support local/remote/offline mode switching for Code Agent
2026-03-14 08:14:25 +08:00
Haitao Pan
b59a16cae3 Merge branch 'codex/push-target' 2026-03-14 00:53:05 +08:00
Haitao Pan
6765960757 feat: update app controller, AI gateway page, and Codex FFI bindings 2026-03-14 00:52:35 +08:00
Haitao Pan
b247190ac0 chore: bump version to v0.4.0 2026-03-14 00:48:59 +08:00
Haitao Pan
a6699beff3 feat: integrate Codex CLI as built-in code agent
- Add CodexRuntime for process management and JSON-RPC communication
- Add CodexConfigBridge for AI Gateway configuration
- Add ModeSwitcher for OpenClaw Gateway mode switching (local/remote/offline)
- Add AgentRegistry for agent registration and discovery
- Add RuntimeCoordinator for unified coordination
- Add Rust FFI bindings for native integration
- Add comprehensive test coverage

Phase 1-4 features:
- Configuration bridging to AI Gateway
- Mode switching between local/remote/offline
- Agent registration protocol
- Cloud memory sync capability
- Offline fallback support

CI/CD:
- GitHub Actions workflow for Rust FFI build
- Build scripts for macOS universal binary
- Integration with Flutter build process

Co-authored-by: Codex CLI Integration <codex@openai.com>
2026-03-14 00:10:27 +08:00
Haitao Pan
7b1fd0544b refactor: 重命名 MCP Server 为 MCP Hub 2026-03-13 22:46:58 +08:00
Haitao Pan
ae7aa8a015 feat: 添加 MCP Server 导航项
- 在 WorkspaceDestination 枚举中添加 mcpServer
- 更新侧边栏顺序:助手→任务→技能→节点→代理→MCP Server | ClawHub→密钥→AI Gateway
- 创建 McpServerPage 展示 MCP 服务器连接状态
- 更新 app_shell.dart 路由映射
2026-03-13 22:32:02 +08:00
Haitao Pan
23d75d45fa feat: 重构侧边栏导航结构
- 更新 WorkspaceDestination 枚举,添加 skills/nodes/agents/clawHub/aiGateway
- 调整侧边栏顺序:助手→任务→技能→节点→代理 | ClawHub→密钥→AI Gateway
- 新建 SkillsPage 展示已安装技能列表
- ModulesPage 添加 initialTab 参数支持直接跳转
- 修复 ai_gateway_page 和 claw_hub_page 的编译错误
- 更新测试文件适配新的导航结构
2026-03-13 21:19:43 +08:00
Haitao Pan
4d2cb683f2 feat: 重构左侧边栏 - 添加 ClawHub 和 AI Gateway,将设置移至底部 2026-03-13 20:56:04 +08:00
Haitao Pan
19f49acdd6 refactor(ui): modernize design system with consistent spacing and typography 2026-03-13 19:12:27 +08:00
Haitao Pan
b1aaa1b8ee fix: trim wasted desktop page bottom spacing 2026-03-13 16:03:38 +08:00
Haitao Pan
14280a5005 refactor: normalize desktop typography and density 2026-03-13 15:52:20 +08:00
Haitao Pan
e7dabe2905 fix: simplify paired device status display 2026-03-13 15:30:58 +08:00
Haitao Pan
3bf965ddfa feat: ship ai gateway integration and ui polish 2026-03-13 15:21:23 +08:00
Haitao Pan
8cf7140f47 chore: unify version to v0.2 with build-date and build-id 2026-03-12 16:25:19 +08:00
Haitao Pan
1eb48e5547 fix: stabilize remote gateway pairing identity 2026-03-12 09:55:17 +08:00
Haitao Pan
8fef5986e4 feat: secure gateway shared token handling 2026-03-12 08:58:30 +08:00
Haitao Pan
70b6856adb fix: improve remote gateway bootstrap prefill 2026-03-12 01:26:04 +08:00
Haitao Pan
c9c52de212 feat: add runtime diagnostics log viewer 2026-03-12 01:15:50 +08:00
Haitao Pan
24836a3826 feat: add gateway device pairing controls 2026-03-12 00:54:28 +08:00
Haitao Pan
e954af8468 feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00
Haitao Pan
fd27158f88 chore: prepare for v0.1 release 2026-03-11 21:21:49 +08:00
Haitao Pan
348cd4eba1 Add macOS App Store category metadata 2026-03-11 18:56:56 +08:00
Haitao Pan
fce470cf31 Configure macOS release workspace for App Store builds 2026-03-11 18:48:45 +08:00
Haitao Pan
2af0330c55 Reduce minimum sidebar width 2026-03-11 17:38:06 +08:00
Haitao Pan
938733fcb8 Add resizable workspace layout 2026-03-11 17:34:11 +08:00
Haitao Pan
7c495f4ff9 Remove expanded sidebar header title 2026-03-11 17:20:50 +08:00
Haitao Pan
7b8fb5c2b2 Simplify expanded sidebar action tiles 2026-03-11 17:15:26 +08:00
Haitao Pan
cbbae4c31a Compact expanded sidebar width 2026-03-11 17:08:46 +08:00
Haitao Pan
78dd1a53f6 Show expanded sidebar footer actions vertically 2026-03-11 16:55:16 +08:00
Haitao Pan
f1cae58ce8 Fix expanded sidebar navigation layout 2026-03-11 16:38:39 +08:00
Haitao Pan
d34f022e85 Add tri-state desktop sidebar behavior 2026-03-11 16:13:06 +08:00
Haitao Pan
390e14beef Polish workspace theme and add Makefile tasks 2026-03-11 15:34:15 +08:00
Haitao Pan
7cabfa2e05 Refine sidebar language toggle layout 2026-03-11 15:25:33 +08:00
Haitao Pan
061d18396e Merge remote target main 2026-03-11 15:17:04 +08:00
Haitao Pan
51e225ffc0 Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
9554cb954a Initial commit 2026-03-11 15:09:25 +08:00
Haitao Pan
29d339c0ac Add Codex vendor submodule 2026-03-11 14:41:26 +08:00
Haitao Pan
3fd0c39113 Move composer actions menu to the left 2026-03-11 14:13:03 +08:00
Haitao Pan
ce21360a59 Add assistant access controls and maximize desktop windows 2026-03-11 14:04:29 +08:00
Haitao Pan
de068f6544 Merge remote LICENSE 2026-03-11 07:32:59 +08:00
Haitao Pan
9720b1fc65 Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00
457049a312 Initial commit 2026-03-11 00:49:57 +08:00