Commit 4112432
authored
feat(onboard): clean-slate rewrite — schema-driven, idempotent, DRY (zeroclaw-labs#5960)
- 0c622e6 feat(onboard): scorched-earth delete old wizard + TUI twin (zeroclaw-labs#5951)
- 3dabdb1 feat(config): add async OnboardUi trait in traits.rs (zeroclaw-labs#5951)
- 65e9809 feat(onboard): add TermUi — dialoguer OnboardUi backend (zeroclaw-labs#5951)
- 95b8db4 feat(onboard): add QuickUi — headless OnboardUi backend (zeroclaw-labs#5951)
- bcd3df1 feat(onboard): scaffold orchestrator — Section, Flags, run() dispatch…
- d14cd46 feat(onboard): implement workspace section (zeroclaw-labs#5951)
- 043dd8a feat(onboard): implement memory section; drop Project variant (zeroclaw-labs#5951)
- 7b5a4b3 feat(onboard): DRY up memory + implement tunnel via existing sources…
- 26251b7 feat(onboard): add generic prompt_field + prompt_fields_under helpers…
- 1ada5fb feat(onboard): implement hardware section via prop_fields only (zeroclaw-labs#5951)
- fe836a7 feat(onboard): implement providers section via list_providers() + pro…
- c22d8c5 feat(onboard): TermUi select uses FuzzySelect for searchable menus (#…
- b397324 feat(providers): no-auth live model listing via models.dev + native p…
- ff4183a feat(onboard): wire live model picker into providers section (zeroclaw-labs#5951)
- 415fe0b feat(onboard): implement channels section via prop_fields + free-text…
- acb4658 feat(tui): thin RatatuiUi implementing OnboardUi (zeroclaw-labs#5951)
- b7a99db feat(cli): wire zeroclaw onboard to the new orchestrator (zeroclaw-labs#5951)
- 2710fbc chore(onboard): pass cargo fmt + clippy --workspace -D warnings gate…
- e11191f fix(config): route get_prop/set_prop through HashMap<String, T> + Ter…
- 3f8f30b feat(onboard): human-readable prompts from doc comments + consolidate…
- 8fee0f7 fix(tui): wrap prompt text + grow prompt bar to fit (zeroclaw-labs#5951)
- 8979fdd fix(onboard): show field docstring as context above the prompt, not i…
- 045388d docs(config): rewrite WorkspaceConfig + HardwareConfig doc comments f…
- b27c4ea fix(onboard): channels menu derives full list from schema via probe c…
- eb97efc feat(tui): restore ZeroClaw ASCII banner at top of RatatuiUi (zeroclaw-labs#5951)
- 514a77c fix(onboard): reset context panel between sections, note=replace (zeroclaw-labs#5951)
- c9c47d5 feat(onboard): persist config after every write so mid-flow aborts r…
- fc5ad62 fix(tui): select list uses ratatui List + ListState for scroll-aware…
- 59512f1 feat(onboard): section-level skip gate for already-configured section…
- 8abab39 feat(onboard): track completed sections via onboard_state.completed_s…
- 576ac39 fix(onboard): surface HashMap fields, Back nav, Markdown-style phase…
- 38d55f4 refactor(providers): Option<f64> temperature + per-family default_* o…
- 0a43a14 feat(onboard): six-region TUI layout, provider-defaults prefill, adva…
- 1f50f68 fix(cli): wrap final_temperature in Some for Provider::simple_chat (#…
- 1954cf1 test(onboard): skip-gate + idempotency coverage, fix channels signal…
- 696e95d test(onboard): cover legacy flag shim and provider flag path (zeroclaw-labs#5951)
- f0a2923 fix(onboard): bool prompts and multi-line help text rendering (zeroclaw-labs#5951)
- e13d06e fix(onboard): flatten bool is_set so default annotations reach the l…
- 2188306 feat(onboard): paint status/warn immediately so web-fetch wait is vi…
- 5c2b3fd fix(onboard,doctor): restore zeroclaw doctor models; drop hardcoded m…
- 651573f fix(onboard): rustfmt line-length in doctor summary counters
- f3e0e48 fix(onboard): honor Answer::Back contract on editor close-without-save
- 10c5b7e fix(channels): gate Mochat registration on channels.mochat.enabled
- 53ab2a3 feat(cli): restore zeroclaw models via doctor::run_models routing
- 73be86e feat(onboard): default to TUI; add --cli and TUI init fallback
- 063b23a feat(onboard): improve models.dev fetch error UX
- be4688a refactor(config): omit default-valued flags from serialized ModelProv…
- e727afa feat(onboard): filter advanced-walk fields by provider family
- bd12473 test(onboard): per-channel smoke tests for telegram + mochat
- ba0bbbc docs(changelog): document onboard + provider config + CLI changes
- 6abb3ce style: remove extra blank line in src/config/mod.rs (cargo fmt)
- 50a9bab fix(main): handle Windows paths in desktop locator, daemon-from-home…
- e14b30e fix(doctor): fall back to %ComSpec% on Windows when checking shell
- 72447ac fix(config): make AutonomyConfig defaults Windows-aware
- a0f0eea docs(extension-examples): update Provider example to Option<f64> temp…
- 5532018 fix(onboard): no eager writes; complete provider flow before any persist1 parent 00440cd commit 4112432
65 files changed
Lines changed: 3972 additions & 13550 deletions
File tree
- benches
- crates
- zeroclaw-api/src
- zeroclaw-channels/src/orchestrator
- zeroclaw-config
- src
- zeroclaw-gateway/src
- zeroclaw-macros/src
- zeroclaw-memory/src
- zeroclaw-providers/src
- zeroclaw-runtime/src
- agent
- doctor
- onboard
- ui
- tools
- zeroclaw-tools/src
- zeroclaw-tui
- src
- docs/book/src/developing
- src
- config
- onboard
- providers
- tui
- tests
- live
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
147 | 151 | | |
148 | 152 | | |
149 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
150 | 175 | | |
151 | 176 | | |
152 | 177 | | |
| |||
231 | 256 | | |
232 | 257 | | |
233 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
234 | 267 | | |
235 | 268 | | |
236 | 269 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
298 | 318 | | |
299 | 319 | | |
300 | 320 | | |
301 | 321 | | |
302 | 322 | | |
303 | 323 | | |
304 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
305 | 362 | | |
306 | 363 | | |
307 | 364 | | |
| |||
310 | 367 | | |
311 | 368 | | |
312 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
313 | 373 | | |
314 | 374 | | |
315 | 375 | | |
316 | 376 | | |
317 | | - | |
| 377 | + | |
318 | 378 | | |
319 | 379 | | |
320 | 380 | | |
321 | 381 | | |
322 | 382 | | |
323 | | - | |
| 383 | + | |
| 384 | + | |
324 | 385 | | |
325 | 386 | | |
326 | 387 | | |
327 | 388 | | |
328 | 389 | | |
329 | | - | |
| 390 | + | |
330 | 391 | | |
331 | 392 | | |
332 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
333 | 405 | | |
334 | 406 | | |
335 | 407 | | |
336 | 408 | | |
337 | | - | |
| 409 | + | |
338 | 410 | | |
339 | 411 | | |
340 | 412 | | |
| |||
349 | 421 | | |
350 | 422 | | |
351 | 423 | | |
352 | | - | |
| 424 | + | |
| 425 | + | |
353 | 426 | | |
354 | 427 | | |
355 | 428 | | |
356 | 429 | | |
357 | | - | |
| 430 | + | |
358 | 431 | | |
359 | 432 | | |
360 | 433 | | |
| |||
418 | 491 | | |
419 | 492 | | |
420 | 493 | | |
| 494 | + | |
421 | 495 | | |
422 | 496 | | |
423 | 497 | | |
424 | 498 | | |
425 | 499 | | |
426 | | - | |
| 500 | + | |
427 | 501 | | |
428 | 502 | | |
429 | 503 | | |
| |||
444 | 518 | | |
445 | 519 | | |
446 | 520 | | |
447 | | - | |
| 521 | + | |
| 522 | + | |
448 | 523 | | |
449 | 524 | | |
450 | 525 | | |
451 | 526 | | |
452 | 527 | | |
453 | | - | |
| 528 | + | |
454 | 529 | | |
455 | 530 | | |
456 | 531 | | |
457 | 532 | | |
458 | 533 | | |
459 | | - | |
| 534 | + | |
| 535 | + | |
460 | 536 | | |
461 | 537 | | |
462 | 538 | | |
463 | 539 | | |
464 | | - | |
| 540 | + | |
465 | 541 | | |
466 | 542 | | |
467 | 543 | | |
| |||
476 | 552 | | |
477 | 553 | | |
478 | 554 | | |
479 | | - | |
| 555 | + | |
| 556 | + | |
480 | 557 | | |
481 | 558 | | |
482 | 559 | | |
483 | 560 | | |
484 | | - | |
| 561 | + | |
485 | 562 | | |
486 | 563 | | |
487 | 564 | | |
| |||
500 | 577 | | |
501 | 578 | | |
502 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
503 | 600 | | |
504 | 601 | | |
505 | 602 | | |
| |||
517 | 614 | | |
518 | 615 | | |
519 | 616 | | |
520 | | - | |
| 617 | + | |
521 | 618 | | |
522 | 619 | | |
523 | 620 | | |
| |||
528 | 625 | | |
529 | 626 | | |
530 | 627 | | |
531 | | - | |
| 628 | + | |
532 | 629 | | |
533 | 630 | | |
534 | 631 | | |
| |||
539 | 636 | | |
540 | 637 | | |
541 | 638 | | |
542 | | - | |
| 639 | + | |
543 | 640 | | |
544 | 641 | | |
545 | 642 | | |
| |||
553 | 650 | | |
554 | 651 | | |
555 | 652 | | |
556 | | - | |
| 653 | + | |
557 | 654 | | |
558 | 655 | | |
559 | 656 | | |
| |||
573 | 670 | | |
574 | 671 | | |
575 | 672 | | |
576 | | - | |
| 673 | + | |
577 | 674 | | |
578 | 675 | | |
579 | 676 | | |
| |||
584 | 681 | | |
585 | 682 | | |
586 | 683 | | |
587 | | - | |
| 684 | + | |
588 | 685 | | |
589 | 686 | | |
590 | 687 | | |
| |||
595 | 692 | | |
596 | 693 | | |
597 | 694 | | |
598 | | - | |
| 695 | + | |
599 | 696 | | |
600 | 697 | | |
601 | 698 | | |
| |||
0 commit comments