Commit Graph

317 Commits

Author SHA1 Message Date
Haitao Pan
5e996955ae Refactor UI feature manifest fallback data 2026-03-28 11:52:36 +08:00
Haitao Pan
0964bff6be refactor runtime cores into focused parts 2026-03-28 11:41:26 +08:00
Haitao Pan
769b9d5b70 Refactor gateway runtime into focused parts 2026-03-28 11:41:17 +08:00
Haitao Pan
2ebb75106f refactor(batch3): split app controllers into focused desktop/web parts 2026-03-28 11:33:21 +08:00
Haitao Pan
fcadbe480c refactor(batch2): split settings pages into focused parts 2026-03-28 11:11:43 +08:00
Haitao Pan
dc4b9a466d refactor(batch2): split web workspace and mobile shell into focused parts 2026-03-28 11:03:13 +08:00
Haitao Pan
f21fcad8b7 refactor(batch1): split assistant composer, web assistant, and suite into focused parts 2026-03-28 10:53:32 +08:00
Haitao Pan
bec99b6d5d refactor(tdd): split oversized first-party files with part-based modules and LOC guard 2026-03-28 10:30:45 +08:00
Haitao Pan
5426505cda refactor(assistant): split assistant page components into part file 2026-03-28 09:53:45 +08:00
Haitao Pan
78db02f2e4 fix(assistant): restore submit action in single-agent composer 2026-03-28 09:48:42 +08:00
Haitao Pan
5e15e7f6ad fix(single-agent): honor thread cwd for debug sessions 2026-03-28 09:40:07 +08:00
Haitao Pan
2a65d1743a fix(assistant): preserve resolved single-agent thread workspace 2026-03-27 20:38:34 +08:00
Haitao Pan
acaa8e8908 fix(assistant): rebind stale thread workspaces 2026-03-27 19:30:37 +08:00
Haitao Pan
7187c4843a fix(single-agent): reject empty assistant REST completions 2026-03-27 18:47:42 +08:00
Haitao Pan
0c2c02e306 Tighten assistant composer default layout 2026-03-27 18:33:06 +08:00
Haitao Pan
00b07afa12 Refactor single-agent provider planning 2026-03-27 17:38:15 +08:00
Haitao Pan
58961153a7 Refine assistant composer anchoring and beta release copy 2026-03-27 17:02:59 +08:00
Haitao Pan
88786e2310 Fix macOS archive symbols and packaging settings 2026-03-27 16:32:23 +08:00
Haitao Pan
03c7e2776d Refine macOS Xcode entrypoint and CocoaPods SDK refs 2026-03-27 16:15:27 +08:00
Haitao Pan
147e2279c9 Split desktop app controller responsibilities 2026-03-27 15:54:20 +08:00
Haitao Pan
de010bab5e Refine desktop agent launch policy 2026-03-27 15:31:46 +08:00
Haitao Pan
e118106ce5 fix(macos): guard Flutter Assemble phase against direct xcodeproj launch
Prevents build failure when opening Runner.xcodeproj directly instead of
Runner.xcworkspace by checking WORKSPACE_DIR at build time and reporting
actionable error message.
2026-03-27 14:56:27 +08:00
Haitao Pan
b7efa3dec3 Merge branch 'codex/release-v1' 2026-03-27 13:21:38 +08:00
Haitao Pan
f9c7af8921 release: prepare v1.0 2026-03-27 13:21:24 +08:00
Haitao Pan
7c92d10b35 Merge branch 'release/v0.8' into codex/release-v1 2026-03-27 13:09:27 +08:00
Haitao Pan
81c14213d6 release: pin GitHub Actions to specific commits and remove Rust FFI workflow
- Pin actions/checkout, actions/setup-go, actions/upload-artifact, actions/download-artifact to specific commit hashes for supply chain security
- Remove build-rust-ffi.yml workflow as Rust FFI is no longer used

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 13:02:57 +08:00
Haitao Pan
2aa293b7e1 Split single-agent transports by protocol 2026-03-27 11:44:49 +08:00
Haitao Pan
1922e1d817 Classify single-agent endpoint modes 2026-03-27 11:34:15 +08:00
Haitao Pan
b39be2949b Fix OpenCode single-agent ACP transport 2026-03-27 11:21:25 +08:00
Haitao Pan
691dd39597 fix: harden codex model refresh handling 2026-03-27 00:30:22 +08:00
Haitao Pan
a2eb29bcd9 release: prepare v0.8 2026-03-26 23:31:13 +08:00
Haitao Pan
bc89e6a195 Hide assistant task status chrome and retry task actions 2026-03-26 21:04:09 +08:00
Haitao Pan
8afede3c1a Reduce assistant page reading chrome 2026-03-26 20:52:50 +08:00
Haitao Pan
1aab170290 Adopt document workspace visual baseline 2026-03-26 20:31:24 +08:00
Haitao Pan
bd85386887 Simplify assistant skill picker labels 2026-03-26 19:30:16 +08:00
Haitao Pan
18d4e811e9 Tighten assistant center pane layout 2026-03-26 19:22:58 +08:00
Haitao Pan
2e9e82540b Refactor macOS status bar background runtime 2026-03-26 19:13:05 +08:00
Haitao Pan
cb8b11fe5b Simplify skill list items to names only 2026-03-26 18:53:20 +08:00
Haitao Pan
041fb8869e Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
Haitao Pan
68cdbe4e4b Isolate assistant thread working directories 2026-03-26 18:25:41 +08:00
Haitao Pan
5a7dbe872b Clean legacy ACP placeholder providers 2026-03-26 18:11:47 +08:00
Haitao Pan
153db679f5 Refine assistant provider settings flows 2026-03-26 17:55:38 +08:00
Haitao Pan
508d6cc330 Support absolute local skill package imports 2026-03-26 17:12:37 +08:00
Haitao Pan
ac335f24c7 Add focused quick actions for language and theme 2026-03-26 16:41:21 +08:00
Haitao Pan
8d0272c4e4 fix(assistant): fold preferred skills into execution context 2026-03-26 16:35:20 +08:00
Haitao Pan
52cf849c1a feat(settings): improve skill directory authorization input 2026-03-26 13:42:10 +08:00
Haitao Pan
05f78d45ac Merge branch 'codex/skills-symlink-scan' 2026-03-26 12:03:27 +08:00
Haitao Pan
b5e60e4f72 Support symlinked skill directories 2026-03-26 12:03:24 +08:00
Haitao Pan
6aa87e2ff5 Clean repo skills config and support custom ACP endpoints 2026-03-26 11:59:28 +08:00
Haitao Pan
068312394c merge: fold codex/modules-skills-modes into main 2026-03-26 10:48:10 +08:00