@unity-china/codely-cli 1.0.0-rc.10 → 1.0.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -796,6 +796,69 @@ textarea {
796
796
  gap: 10px;
797
797
  }
798
798
 
799
+ .ask-user-countdown {
800
+ display: grid;
801
+ grid-template-columns: 1fr auto;
802
+ gap: 4px 12px;
803
+ align-items: center;
804
+ padding: 10px 12px;
805
+ border: 1px solid rgba(224, 175, 104, 0.58);
806
+ border-radius: 12px;
807
+ background: rgba(224, 175, 104, 0.12);
808
+ box-shadow: inset 0 0 0 1px rgba(224, 175, 104, 0.08);
809
+ }
810
+ .ask-user-countdown-label {
811
+ color: var(--warn);
812
+ font-size: 12px;
813
+ font-weight: 700;
814
+ text-transform: uppercase;
815
+ letter-spacing: 0.06em;
816
+ }
817
+ .ask-user-countdown-time {
818
+ grid-row: span 2;
819
+ min-width: 56px;
820
+ padding: 6px 10px;
821
+ border: 1px solid rgba(224, 175, 104, 0.6);
822
+ border-radius: 999px;
823
+ color: #ffd089;
824
+ background: rgba(224, 175, 104, 0.16);
825
+ font-family: var(--mono);
826
+ font-size: 16px;
827
+ font-weight: 800;
828
+ text-align: center;
829
+ }
830
+ .ask-user-countdown-message {
831
+ color: var(--muted);
832
+ font-size: 12px;
833
+ }
834
+ .ask-user-option {
835
+ position: relative;
836
+ gap: 8px;
837
+ }
838
+ .ask-user-option-default {
839
+ border-color: rgba(224, 175, 104, 0.85) !important;
840
+ background: rgba(224, 175, 104, 0.12) !important;
841
+ box-shadow: inset 0 0 0 1px rgba(224, 175, 104, 0.25);
842
+ }
843
+ .ask-user-option-checkbox {
844
+ display: flex;
845
+ align-items: center;
846
+ gap: 8px;
847
+ padding: 8px 10px;
848
+ border: 1px solid var(--border);
849
+ border-radius: var(--radius-sm);
850
+ }
851
+ .ask-user-default-badge {
852
+ padding: 2px 6px;
853
+ border: 1px solid rgba(224, 175, 104, 0.68);
854
+ border-radius: 999px;
855
+ color: var(--warn);
856
+ background: rgba(224, 175, 104, 0.1);
857
+ font-size: 11px;
858
+ font-weight: 700;
859
+ line-height: 1;
860
+ }
861
+
799
862
  /* Subagent card styles */
800
863
  .subagent-card {
801
864
  background: linear-gradient(