Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bcfb7be
feat: Auto-retry Claude rate limits with exact countdown timer
ProaFilippi Mar 30, 2026
cc95b66
fix(agentStore): implement robust auto-retry loop for rate-limits
ProaFilippi Mar 31, 2026
6f419e5
fix: address CodeRabbit feedback and migrate rate-limit settings to p…
ProaFilippi Mar 31, 2026
74ea8a8
Added star history
pedramamini Apr 7, 2026
6ebe46c
docs: sync release notes for v0.16.8-RC
github-actions[bot] Apr 8, 2026
7f475b5
Merge remote-tracking branch 'origin/rc' into feature/rate-limit-coun…
ProaFilippi Apr 8, 2026
a136d7d
fix: restore repo git hooks and ignore local worktrees
jeffscottward Apr 9, 2026
0d3c6fc
Merge pull request #774 from jeffscottward/codex/ci-hook-foundation
jeffscottward Apr 9, 2026
4031485
fix: polish slash menu and playbooks ui
jeffscottward Apr 9, 2026
5012023
fix: remove codex beta badge and correct session since date
jeffscottward Apr 9, 2026
1e5e8d9
test: fix slash autocomplete selectors
jeffscottward Apr 9, 2026
6bde47f
style: format metadata branch files
jeffscottward Apr 9, 2026
0f3a09d
fix: reconcile remote tunnel status
jeffscottward Apr 9, 2026
dc02bb8
fix: clamp overflowing context usage display
jeffscottward Apr 9, 2026
f5fcc03
test: align session list tunnel mocks
jeffscottward Apr 9, 2026
dae7230
fix: align sidebar menu overlay seam
jeffscottward Apr 9, 2026
4d01c32
fix: remove main header z-index
jeffscottward Apr 9, 2026
349bd77
style: tighten slash command picker
jeffscottward Apr 9, 2026
a1447a3
Merge pull request #769 from jeffscottward/codex/feedback-ui-polish
jeffscottward Apr 9, 2026
cbe43f6
fix: clamp fallback context percentages
jeffscottward Apr 9, 2026
a49bf70
Merge pull request #777 from jeffscottward/codex/codex-context-ui
jeffscottward Apr 9, 2026
d86269f
Merge pull request #771 from jeffscottward/codex/feedback-meta-beta
jeffscottward Apr 9, 2026
630fa0e
fix: serve built web assets for remote control
jeffscottward Apr 10, 2026
798c01e
fix: report unexpected web asset inspection failures
jeffscottward Apr 10, 2026
246f1e3
Merge pull request #778 from jeffscottward/codex/remote-control-fix
jeffscottward Apr 10, 2026
b287244
fix(ui): restore z-20 on main panel header to prevent popover clipping
jSydorowicz21 Apr 11, 2026
7b21e3a
Merge pull request #800 from jSydorowicz21/fix/main-header-zindex-main
jSydorowicz21 Apr 12, 2026
94ccdf8
docs: sync release notes for v0.16.9-RC
github-actions[bot] Apr 13, 2026
a4ec7b7
Merge origin/main into feature/rate-limit-countdown
ProaFilippi Apr 17, 2026
678e251
perf: exclude venv/node_modules from autorun scan, stabilize SessionL…
ProaFilippi Apr 17, 2026
5e2bc39
fix(types): add missing createdAt field to remote session creation
ProaFilippi Apr 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CUE-NOTES.md
CUE-REFACTORING.md
Auto\ Run\ Docs/
Work\ Trees/
.worktrees/
community-data/
.mcp.json
specs/
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist/
release/
node_modules/
coverage/
.worktrees/
*.min.js
.gitignore
.husky/_/
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, architecture detai
## License

[AGPL-3.0 License](LICENSE)

## Star History

<a href="https://www.star-history.com/?repos=runmaestro%2Fmaestro&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=runmaestro/maestro&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=runmaestro/maestro&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=runmaestro/maestro&type=date&legend=top-left" />
</picture>
</a>
Loading