Jiang Bohan
033ff87861
fix(agent): strip toolCalls from aborted/error assistant messages in transcript repair
...
When a streaming request is aborted mid-toolCall, the session persists an
assistant message with stopReason "aborted" containing partial toolCall blocks.
Our sanitizeToolUseResultPairing then inserts synthetic toolResults for these
toolCalls. However, pi-ai's transformMessages drops the entire aborted assistant
message downstream, leaving orphaned toolResults that reference non-existent
tool_use_ids — causing persistent 400 errors that block all subsequent
conversations in the session.
Fix: in repairToolCallInputs, strip toolCall blocks from assistant messages
with stopReason "aborted" or "error" before the result-pairing sanitizer runs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 17:33:58 +08:00
Bohan Jiang
5d39958913
Merge pull request #226 from multica-ai/fix/auto-update-repo-url
...
fix(desktop): point auto-update to correct repository
2026-02-26 14:40:51 +08:00
Jiang Bohan
aa3ebeb1c8
fix(desktop): point auto-update to correct repository
...
dev-app-update.yml and update-notification.tsx were still referencing the
old multica-ai/multica repo. Updated both to multica-ai/super-multica.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 14:39:38 +08:00
yushen
c97ee8efa1
chore(release): bump version to 0.1.2
2026-02-26 13:48:53 +08:00
Bohan Jiang
61bbf8fa6b
Merge pull request #225 from multica-ai/fix/format-error-recovery
...
fix(agent): auto-recover from persistent 400 format errors
2026-02-24 13:33:28 +08:00
Jiang Bohan
bfab8d97b2
fix(agent): auto-recover from persistent 400 format errors by reloading session
...
When the LLM API returns a 400 "tool_call_id is not found" error, the corrupted
in-memory message state persists, blocking all subsequent messages until restart.
This adds a recovery handler that reloads sanitized messages from disk and retries,
similar to the existing context overflow recovery pattern.
Also adds `default` export condition to core package.json to fix tsx watch
resolution for subpath exports (gateway startup failure).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:19:39 +08:00
Jiayuan Zhang
7387216482
Merge pull request #224 from multica-ai/codex/fix-multi-session-chat-sync
...
fix(chat): stabilize multi-session sync and tool flow
2026-02-17 16:05:53 +08:00
Jiayuan Zhang
06c5792bf5
fix(chat): stabilize multi-session sync and tool flow
2026-02-17 15:59:25 +08:00
Jiayuan Zhang
47e9c3ffc2
Merge pull request #223 from multica-ai/codex/remove-legacy-memory
...
refactor(agent): remove legacy memory subsystem
2026-02-17 15:58:51 +08:00
Jiayuan Zhang
0f5bd5fff1
refactor(agent): remove legacy memory subsystem
2026-02-17 15:33:39 +08:00
Jiayuan Zhang
700e64342c
Merge pull request #222 from multica-ai/codex/conversation-fasttrack-1-rebased
...
refactor: adopt conversation-first architecture across core and apps (rebased)
2026-02-17 10:01:26 +08:00
Jiayuan Zhang
642b674f33
fix(ci): resolve runner parse break and desktop lint warning
2026-02-17 09:50:28 +08:00
Jiayuan Zhang
218e6da544
refactor(apps): adopt conversation-first IPC and API surfaces
2026-02-17 09:42:13 +08:00
Jiayuan Zhang
5af7aa7840
refactor(core-hub): remove legacy agent RPC and fallback routing
2026-02-17 09:41:37 +08:00
Jiayuan Zhang
e622b8c6ba
refactor(core-sdk): enforce conversation-only client protocol
2026-02-17 09:41:37 +08:00
Jiayuan Zhang
e1eaa73e04
fix(agent): infer run-log tool errors from payload
2026-02-17 09:41:37 +08:00
Jiayuan Zhang
9d1ac0049f
refactor(protocol): standardize sessionId alias across conversation flows
2026-02-17 09:40:28 +08:00
Jiayuan Zhang
0e54c4118c
refactor(gateway): isolate telegram session routing by chat thread
2026-02-17 09:40:28 +08:00
Jiayuan Zhang
6969790c25
refactor(protocol): deprecate legacy agentId conversation fallback
2026-02-17 09:40:28 +08:00
Jiayuan Zhang
4de89943f2
refactor(session): add agent/conversation hierarchical storage
2026-02-17 09:40:28 +08:00
Jiayuan Zhang
a0bb88e7b7
refactor(hub): enforce conversation-scoped device authorization
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
3123506657
refactor(channels): persist route bindings across restarts
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
c4d9f0273a
docs: clarify channel route key conversation binding
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
dee70ea659
refactor(channels): bind route keys to isolated conversations
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
f0f6055031
feat(platform): align conversation semantics across surfaces
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
b7b3d323b8
refactor(hub): decouple agent and conversation runtime model
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
6a778e38e7
test(hub): cover conversation rpc handlers
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
5ccf7bd798
fix(hooks): persist verified main conversation identity
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
8e245e77ca
refactor(clients): adopt conversation rpc with legacy fallback
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
3c8569151a
refactor(hub): add conversation-first rpc aliases
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
708116afb1
feat(gateway): support telegram active conversation sessions
2026-02-17 09:39:25 +08:00
Jiayuan Zhang
16753d719b
feat(desktop): add conversation switcher and new-session flow
2026-02-17 09:39:24 +08:00
Jiayuan Zhang
754e604a40
refactor(protocol): add conversationId compatibility across hub/client
2026-02-17 09:39:24 +08:00
Jiayuan Zhang
f4bd5b7bbc
Merge pull request #220 from multica-ai/codex/delegate-progress-timer
...
feat(desktop): show delegate sub-task progress and running timers
2026-02-17 03:34:52 +08:00
Jiayuan Zhang
d45605283e
feat(desktop): show delegate sub-task progress and timers
2026-02-17 03:27:17 +08:00
Jiayuan Zhang
62feefb07d
Merge pull request #219 from multica-ai/codex/web-policy-hybrid-roadmap
...
docs(agent): add web tools policy optimization roadmap
2026-02-17 02:47:02 +08:00
Jiayuan Zhang
e28ecb9a91
Merge pull request #216 from multica-ai/codex/meta-skill-installer-e2e-skills-benchmark
...
feat(skills): add ClawHub meta installer and agent-driven E2E benchmark
2026-02-17 02:45:45 +08:00
Jiayuan Zhang
39fde8e4b0
Merge pull request #218 from multica-ai/codex/web-fetch-evidence-coverage
...
fix(agent): enforce web search fetch evidence coverage
2026-02-17 02:45:12 +08:00
Jiayuan Zhang
276e30626a
docs(agent): add web tools policy optimization roadmap
2026-02-17 02:43:55 +08:00
Jiayuan Zhang
8a2b3e10f3
test(e2e): add natural Notion gap-discovery benchmark case
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
4b7f0afb50
fix(agent): guard workaround and local skill mutation commands
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
6fd4819280
fix(agent): surface installed skill ids in prompt
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
50407918b9
test(e2e): add spotify capability-gap ux benchmark case
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
7eb18f47fc
fix(agent): enforce capability-gap skill recovery guidance
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
2074aac49e
feat(e2e): add clawhub skills benchmark suite
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
0c1856b54b
feat(skills): add clawhub meta skill with security gate
2026-02-17 02:37:29 +08:00
Jiayuan Zhang
850d55336a
fix(agent): enforce sufficient search-fetch evidence
2026-02-17 02:08:15 +08:00
Jiayuan Zhang
eebbf93e8b
Merge pull request #217 from multica-ai/codex/queued-message-ux
...
feat(desktop): queue and collapse pending chat messages
2026-02-17 01:58:15 +08:00
Jiayuan Zhang
b5b65c6bae
fix(agent): enforce cross-turn web fetch evidence
2026-02-17 01:48:53 +08:00
Jiayuan Zhang
a5901b7db8
fix(desktop): restore remove action in collapsed queue
2026-02-17 01:47:19 +08:00