fix(settings): update About section description to reflect current features
Old text referenced waterfall charts; replaced with current capabilities: agent teams, kanban board, code review, cross-team communication.
This commit is contained in:
parent
92adff5396
commit
2e5d91f8f8
1 changed files with 3 additions and 2 deletions
|
|
@ -203,8 +203,9 @@ export const AdvancedSection = ({
|
||||||
Version {version || '...'}
|
Version {version || '...'}
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-2 text-xs leading-relaxed" style={{ color: 'var(--color-text-muted)' }}>
|
<p className="mt-2 text-xs leading-relaxed" style={{ color: 'var(--color-text-muted)' }}>
|
||||||
Visualize and analyze Claude Code session executions with interactive waterfall charts
|
Assemble AI agent teams that work autonomously in parallel, communicate across teams,
|
||||||
and detailed insights.
|
and manage tasks on a kanban board — with built-in code review, live process monitoring,
|
||||||
|
and full tool visibility.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue