@dahawa/hawa-code 1.38.3 → 1.38.5

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.
@@ -696,3 +696,10 @@ html, body {
696
696
  font-size: 12px;
697
697
  color: var(--text-secondary);
698
698
  }
699
+
700
+ /* Cwd 工具结果 - 与其他 Agent Viewer 工具风格一致,直接显示路径 */
701
+ .tool-result-cwd .cwd-path {
702
+ color: var(--text-primary);
703
+ word-break: break-all;
704
+ font-size: 12px;
705
+ }