zeroclaw/src
Crossing-2d23 cce80971a3
fix(build): remove duplicate ModelProviderConfig and fix App.tsx destructure
Two build errors on release/v0.1.8:

1. `src/config/schema.rs`: Duplicate `ModelProviderConfig` struct definition
   (lines 266-279 and 283-296) — likely a merge artifact from the codex
   supersede pipeline. Removed the second identical copy.

2. `web/src/App.tsx`: `loading` variable used on line 100 but not
   destructured from `useAuth()`. Added `loading` to the destructure
   on line 83.

Both prevent `cargo build` and `npm run build` respectively.

Signed-off-by: Crossing-2d23 <crossing-2d23@smoothcurves.nexus>
On-behalf-of: Lupo <lupo@smoothcurves.nexus>
2026-02-26 17:02:10 +00:00
..
agent supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
approval supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
auth feat: stabilize codex oauth and add provider model connectivity workflow 2026-02-24 16:03:01 +08:00
channels supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
config fix(build): remove duplicate ModelProviderConfig and fix App.tsx destructure 2026-02-26 17:02:10 +00:00
coordination fix(coordination): satisfy strict-delta clippy gates 2026-02-25 23:16:27 +08:00
cost fix(agent): parse MiniMax tool call formats for execution 2026-02-21 12:36:28 +08:00
cron supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
daemon supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
doctor supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
gateway supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
goals fix(goals): use schema GoalLoopConfig path in tests 2026-02-26 01:50:24 +08:00
hardware fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
health refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
heartbeat fix: route heartbeat outputs to configured channels 2026-02-24 16:02:59 +08:00
hooks fix(hooks): harden dispatch and outbound message guardrails 2026-02-21 13:34:09 +08:00
integrations feat(telegram): support custom Bot API base_url 2026-02-26 12:59:23 +08:00
memory supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
observability fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
onboard supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
peripherals fix(peripherals): import Peripheral trait for all-features build 2026-02-25 09:57:35 +00:00
providers supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
rag chore(lint): extend low-risk clippy cleanup batch 2026-02-17 16:40:58 +08:00
runtime feat(wasm): harden module integrity and symlink policy 2026-02-25 22:49:57 +08:00
security fix(security): harden env passthrough validation coverage 2026-02-26 20:34:46 +08:00
service feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
skillforge chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
skills supersede: file-replay changes from #1895 (#1926) 2026-02-26 04:15:47 -05:00
sop fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
tools supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
tunnel feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
identity.rs test: cover deterministic HashMap ordering paths 2026-02-18 21:55:40 +08:00
lib.rs feat(cli): add self-update command 2026-02-26 12:59:23 +08:00
main.rs supersede: file-replay changes from #1897 2026-02-26 16:37:17 +00:00
migration.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00
multimodal.rs fix: resolve clippy warnings and rustfmt across codebase 2026-02-21 12:39:34 +08:00
update.rs fix(update): simplify version check branch for clippy 2026-02-26 12:59:23 +08:00
util.rs fix: stabilize UTF-8 truncation and dashboard message IDs (RMN-25 RMN-33) 2026-02-24 16:52:26 +08:00