Commit d6bda5f
committed
refactor: remove Clawdbot integration logic from get-ai-gateway.sh
Moved Clawdbot integration configuration to the higress-clawdbot-integration
SKILL in the higress repository for better separation of concerns.
**Removed:**
- `configureClawdbotIntegration()` function (96 lines)
- `checkClawdbot()` function (6 lines)
- `installFiles()` generic helper function (25 lines)
- Clawdbot-related variable definitions (3 lines):
- CLAWDBOT_WORKSPACE
- CLAWDBOT_EXTENSIONS_DIR
- CLAWDBOT_INTEGRATION_DIR
- Clawdbot integration info display in success message (18 lines)
- Related function call in runConfigWizard
- Related comments
**Total lines removed:** 121
**Rationale:**
Integration logic is now maintained in the higress repository as an
independent script (`configure-clawdbot.sh`) within the
higress-clawdbot-integration SKILL. This provides:
✅ Better separation of concerns (setup vs integration)
✅ Easier maintenance (integration logic in one place)
✅ Independent versioning (SKILL can be updated independently)
✅ Clearer documentation flow
✅ Reduced complexity in get-ai-gateway.sh
**Migration Path:**
Users can now configure Clawdbot integration using:
```bash
cd .claude/skills/higress-clawdbot-integration
./configure-clawdbot.sh setup
```
Or manually:
```bash
clawdbot models auth login --provider higress
```
**Related:**
- Higress PR: higress-group/higress#3435 (higress-clawdbot-integration SKILL update)1 parent 2988a07 commit d6bda5f
1 file changed
Lines changed: 0 additions & 121 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
| |||
553 | 548 | | |
554 | 549 | | |
555 | 550 | | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | 551 | | |
652 | 552 | | |
653 | 553 | | |
| |||
788 | 688 | | |
789 | 689 | | |
790 | 690 | | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | 691 | | |
795 | 692 | | |
796 | 693 | | |
| |||
1693 | 1590 | | |
1694 | 1591 | | |
1695 | 1592 | | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
1712 | | - | |
1713 | | - | |
1714 | 1593 | | |
1715 | 1594 | | |
1716 | 1595 | | |
| |||
0 commit comments