@agent-link/server 0.1.149 → 0.1.151

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.149",
3
+ "version": "0.1.151",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -552,6 +552,7 @@ export function createConnection(deps) {
552
552
  timestamp: new Date(),
553
553
  });
554
554
  sidebar.requestSessionList();
555
+ if (team) team.requestTeamsList();
555
556
  }
556
557
  };
557
558
 
package/web/style.css CHANGED
@@ -3640,7 +3640,8 @@ body {
3640
3640
  .team-history-meta {
3641
3641
  display: flex;
3642
3642
  align-items: center;
3643
- gap: 6px;
3643
+ flex-wrap: wrap;
3644
+ gap: 2px 6px;
3644
3645
  margin-top: 2px;
3645
3646
  font-size: 0.7rem;
3646
3647
  color: var(--text-secondary);
@@ -3648,6 +3649,7 @@ body {
3648
3649
 
3649
3650
  .team-history-tasks {
3650
3651
  color: var(--text-secondary);
3652
+ white-space: nowrap;
3651
3653
  }
3652
3654
 
3653
3655
  .team-status-badge-sm {