Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
454b834
feat(toolcounts): add per-tool tool_use counts row (wide layout)
Jun 28, 2026
43791a3
Bump version to 0.3.4
Jun 28, 2026
2651ba3
docs(readme): regroup Configuration knob notes for scannability
tmck-code Jun 29, 2026
feda62f
docs(readme): move Legacy alias to last column in Knobs table
tmck-code Jun 29, 2026
844f0b9
Merge pull request #90 from tmck-code/docs/readme-config-formatting
tmck-code Jun 29, 2026
b4be8fe
Add Claude Fable and Mythos model family support
Jul 4, 2026
bdcc99a
Bump version to 0.4.0
Jul 4, 2026
78c4eae
Merge pull request #92 from tmck-code/feature/fable-mythos-models
tmck-code Jul 4, 2026
4aa837b
Support branch names containing slashes in git status display
Jul 4, 2026
0729837
Bump version to 0.4.1
Jul 4, 2026
8a4fce3
Merge pull request #93 from tmck-code/feature/git-branch-display-slas…
tmck-code Jul 4, 2026
b9c8b6d
fix(layout): clip the skills+plugins row to the box width
carl-audet Jul 6, 2026
d8ddaa3
fix: count streamed usage from the final write per message id
Selutha Jul 7, 2026
2e95836
fix(subagents): track activity across a streamed message's writes
Selutha Jul 7, 2026
72df751
fix(subagents): clear end_ts when an agent resumes after end_turn
Selutha Jul 7, 2026
ad11692
feat(layout): render the subagent cohort in two columns when wide
tmck-code Jul 9, 2026
c4f4bd1
Bump version to 0.4.2
tmck-code Jul 9, 2026
8723dd6
feat(layout): fill the workflow cohort column-major too
tmck-code Jul 9, 2026
11c7402
Bump version to 0.4.3
tmck-code Jul 9, 2026
8042810
Bump version to 0.4.4
tmck-code Jul 9, 2026
5c37a7d
Bump version to 0.4.5
tmck-code Jul 9, 2026
bf946d4
Merge pull request #100 from tmck-code/feat/two-column-subagent-cohort
tmck-code Jul 9, 2026
67810e3
Merge pull request #96 from carl-audet/fix/plugins-row-overflow
tmck-code Jul 9, 2026
825e036
Merge branch 'main' into fix/streamed-usage-last-line-wins
tmck-code Jul 9, 2026
29ca132
Merge pull request #97 from Selutha/fix/streamed-usage-last-line-wins
tmck-code Jul 9, 2026
7fc5da3
Merge origin/main into fix/streamed-activity-snippet (v0.4.4)
tmck-code Jul 9, 2026
84bc396
Merge pull request #98 from Selutha/fix/streamed-activity-snippet
tmck-code Jul 9, 2026
5f8a3c8
Merge origin/main into fix/resumed-agent-not-done (v0.4.5)
tmck-code Jul 9, 2026
18678b4
Merge pull request #99 from Selutha/fix/resumed-agent-not-done
tmck-code Jul 9, 2026
58f98f8
Restore full detail in 2-column subagent display
tmck-code Jul 9, 2026
3e0de66
Bump version to 0.4.6
tmck-code Jul 9, 2026
9c53121
Merge pull request #101 from tmck-code/fix/twoline-2col-subagents
tmck-code Jul 12, 2026
80a277b
feat(config): gate tool_use counts row behind layout.show_tool_uses
Jul 17, 2026
a433f30
feat(toolcounts): add per-tool tool_use counts row (wide layout)
Jun 28, 2026
b18877a
Bump version to 0.3.4
Jun 28, 2026
d5f1ade
feat(config): gate tool_use counts row behind layout.show_tool_uses
Jul 17, 2026
87d4d20
Merge branch 'feat/tool-use-counts-row' of github.com:tmck-code/yet-a…
Jul 17, 2026
1f930dd
show tool uses is false/disabled by default
Jul 17, 2026
f2a22de
Bump version to 0.4.7
Jul 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"license": "BSD-3-Clause",
"name": "yas",
"repository": "https://github.com/tmck-code/yet-another-statusline",
"version": "0.3.3"
"version": "0.4.7"
}
84 changes: 0 additions & 84 deletions .claude/agents/spec-author.md

This file was deleted.

91 changes: 0 additions & 91 deletions .claude/agents/spec-implementer.md

This file was deleted.

Loading