Commit Graph

179 Commits

Author SHA1 Message Date
Haitao Pan
2b8a7d2164 Bump release version to 0.7.0 2026-03-24 00:28:20 +08:00
Haitao Pan
94f2009a4d Fix Codex ACP turn payload schema 2026-03-24 00:24:22 +08:00
Haitao Pan
adb93ed7ff Fix single-agent ACP model ownership 2026-03-24 00:11:43 +08:00
Haitao Pan
1807744575 Restore ACP settings save/apply actions 2026-03-23 23:43:05 +08:00
Haitao Pan
de5da28ca2 Fix secrets settings tab assertion 2026-03-23 23:30:04 +08:00
Haitao Pan
ab45512679 Add ACP endpoint settings tab 2026-03-23 23:28:38 +08:00
Haitao Pan
5ea0a61aac Isolate test persistence roots 2026-03-23 22:57:36 +08:00
Haitao Pan
bf0d3def67 Update CocoaPods locks for file-backed store 2026-03-23 22:31:12 +08:00
Haitao Pan
ab076e14a7 Harden file persistence fallback state 2026-03-23 22:31:05 +08:00
Haitao Pan
284203ba0f Recover deleted transient workspace paths 2026-03-23 22:05:49 +08:00
Haitao Pan
170fd3ee0f Rebuild desktop persistence as file stores 2026-03-23 21:45:36 +08:00
Haitao Pan
b1995bb0db Remove legacy persistence implementation 2026-03-23 21:36:39 +08:00
Haitao Pan
1d2c1b67b5 Fix macOS package build state reset 2026-03-23 21:19:57 +08:00
Haitao Pan
bd76a91130 Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
Haitao Pan
293278961e Remove legacy settings recovery path 2026-03-23 20:33:19 +08:00
Haitao Pan
011a1d640e Remove discoveredSkills runtime remnants 2026-03-23 20:19:23 +08:00
Haitao Pan
7102130ca6 Clean up first-batch single-agent skills flow 2026-03-23 20:06:26 +08:00
Haitao Pan
9064c4e1fd Add local single-agent skill discovery 2026-03-23 19:56:06 +08:00
Haitao Pan
dfc64db881 Refine gateway source chip labels 2026-03-23 19:50:12 +08:00
Haitao Pan
2232842c4c Isolate gateway secrets per profile slot 2026-03-23 19:20:49 +08:00
Haitao Pan
f5d122f1e3 Simplify durable storage initialization 2026-03-23 18:57:29 +08:00
Haitao Pan
24a12bf5f6 fix: update external agent ACP copy 2026-03-23 18:52:41 +08:00
Haitao Pan
8ea8b6ef99 Refine LLM endpoint settings layout 2026-03-23 18:38:47 +08:00
Haitao Pan
5f2e42e9ff merge: external single-agent app-server for app store 2026-03-23 18:20:49 +08:00
Haitao Pan
ee09c13d88 refactor(appstore): use external single-agent app-server 2026-03-23 18:20:42 +08:00
Haitao Pan
5bfbd70b2b refactor: rename AI Gateway UI copy to LLM API 2026-03-23 18:07:02 +08:00
Haitao Pan
47273a2d41 chore(release): bump to v0.6.2 and gate account access 2026-03-23 17:49:17 +08:00
Haitao Pan
144428f054 fix(release): harden apple app store distribution 2026-03-23 17:28:54 +08:00
Haitao Pan
2b534ce845 merge: acp mainline convergence 2026-03-23 15:04:57 +08:00
Haitao Pan
62a31517cf feat(acp): converge runtime pipeline to go acp core 2026-03-23 15:04:42 +08:00
Haitao Pan
196f0a96af feat(settings): gate vault server behind experimental flag 2026-03-23 14:40:07 +08:00
Haitao Pan
ded87aa63f refactor(desktop): route assistant execution through gateway ACP 2026-03-23 14:17:09 +08:00
Haitao Pan
659e187eb8 Merge branch 'codex/config-store-durable-path' 2026-03-23 13:35:23 +08:00
Haitao Pan
ddf116edeb Enforce durable config paths and disable implicit memory fallback 2026-03-23 13:35:09 +08:00
Haitao Pan
6128a99ee1 Fix codex external CLI availability detection with configured path 2026-03-23 13:32:56 +08:00
Haitao Pan
2acd784b27 Refine single-agent thread scoped provider flow 2026-03-23 12:54:20 +08:00
Haitao Pan
2fbf7adc95 Add local tmp cache directory 2026-03-23 12:23:17 +08:00
Haitao Pan
e139772ab3 Validate workflow and archive results 2026-03-23 11:54:19 +08:00
Haitao Pan
9b634baa12 Remove task CTA noise from assistant and tasks views 2026-03-23 11:30:18 +08:00
Haitao Pan
91a2e10876 Make gateway integration sections collapsible 2026-03-23 11:01:46 +08:00
Haitao Pan
6628bca6a2 Rename AI Gateway mode to Single Agent 2026-03-23 10:11:53 +08:00
Haitao Pan
ae1faa03d0 docs: clarify architecture baselines 2026-03-23 08:59:44 +08:00
Haitao Pan
a37fbc4723 chore: remove CodexBar submodule 2026-03-23 08:56:18 +08:00
Haitao Pan
a12563daf8 fix: disable default OpenAI web cookie import 2026-03-23 08:50:18 +08:00
Haitao Pan
b3960c7648 Unify gateway settings actions and harden persistence tests 2026-03-23 07:28:33 +08:00
Haitao Pan
817efdb71a release: prepare v0.6.1 2026-03-22 23:19:18 +08:00
Haitao Pan
f921feb636 Clarify internal architecture documentation 2026-03-22 20:11:17 +08:00
Haitao Pan
e1b29ae8c9 Refactor work modes and gateway profiles 2026-03-22 20:02:00 +08:00
Haitao Pan
cb1c176b3f Refactor assistant page and gateway runtime integration
- Unify execution target switching in app controllers
- Enhance assistant page with gateway-aware message handling
- Add comprehensive tests for execution target switching and gateway runtime
- Integrate gateway settings into settings center

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 18:17:24 +08:00
Haitao Pan
6e88290b98 Unify legacy config pages into settings center 2026-03-22 17:40:34 +08:00