Skip to content
Closed
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
7cbe992
feat(docker-git): format ps output
skulidropek Jan 28, 2026
2db39a6
feat(docker-git): default to .docker-git and sync codex config
skulidropek Jan 29, 2026
c51bb93
feat(docker-git): improve TUI ssh flow
skulidropek Feb 2, 2026
95bbfa7
fix(docker-git): suspend TUI during ssh
skulidropek Feb 2, 2026
da0f320
fix(tui): disable input during ssh
skulidropek Feb 2, 2026
11b2454
chore: add pre-commit large file guard
skulidropek Feb 2, 2026
9a4f598
feat(docker-git): add tmux attach
skulidropek Feb 2, 2026
7055ee1
fix(docker-git): stabilize tmux panes
skulidropek Feb 2, 2026
2f5b40a
fix(docker-git): stabilize select view and ssh return
skulidropek Feb 2, 2026
94bfd27
fix(docker-git): reset tmux layout on mismatch
skulidropek Feb 2, 2026
6aba864
fix(docker-git): correct tmux actions pane
skulidropek Feb 2, 2026
77ebbd8
fix(docker-git): bump tmux layout version
skulidropek Feb 2, 2026
ebd40da
refactor(cli): move docker-git cli and tmux to app
skulidropek Feb 2, 2026
2008891
Restore web package files from local backup
skulidropek Feb 4, 2026
4b4ef32
feat(docker-git): improve sessions and codex bootstrap
skulidropek Feb 5, 2026
e65d631
feat(docker-git): enable zsh autosuggest
skulidropek Feb 5, 2026
0f5ba5c
feat(docker-git): enforce gh scopes and protect branches
skulidropek Feb 5, 2026
d339e3a
feat(docker-git): wait for ssh and track sessions
skulidropek Feb 6, 2026
3e26e1e
feat(docker-git): add codex resume hint
skulidropek Feb 6, 2026
88e2974
fix(docker-git): clean ssh login and sync templates
skulidropek Feb 6, 2026
cd6cbcc
fix(docker-git): keep ssh port stable for running projects
skulidropek Feb 6, 2026
20bd484
fix(docker-git): escape newline in codex resume hint
skulidropek Feb 6, 2026
58cf0e6
refactor(docker-git): remove legacy greeting scaffold
skulidropek Feb 6, 2026
a7ad09a
fix(docker-git): make generated projects portable
skulidropek Feb 6, 2026
36008cf
feat(docker-git): add down-all and per-project stop
skulidropek Feb 6, 2026
6e9effa
fix(docker-git): show only running containers in stop selector
skulidropek Feb 7, 2026
f861993
refactor(docker-git): remove redundant up from TUI menu
skulidropek Feb 7, 2026
a35ca50
fix(docker-git): disable mouse scroll for Ink TUI
skulidropek Feb 7, 2026
7e1afa8
feat(docker-git): show connection info via selector
skulidropek Feb 7, 2026
111ab36
feat(docker-git): add git-synced state commands
skulidropek Feb 7, 2026
5439634
feat(docker-git): clone state repo on init
skulidropek Feb 7, 2026
a3a0bb4
fix(docker-git): wipe volumes on --force
skulidropek Feb 8, 2026
dfaa1c6
update knowlenge
skulidropek Feb 8, 2026
03022f1
feat(docker-git): add safe gitignore for state repo
skulidropek Feb 8, 2026
cfa3e2e
fix(docker-git): init state repo for empty remotes
skulidropek Feb 8, 2026
2f44c69
feat(docker-git): use ~/.docker-git as default projects root
skulidropek Feb 8, 2026
65273a9
feat(docker-git): sync state repo with git
skulidropek Feb 9, 2026
b24d3fa
feat(docker-git): delete project via selector
skulidropek Feb 9, 2026
5a4d058
feat(docker-git): confirm before deleting project
skulidropek Feb 9, 2026
6b60666
fix(docker-git): auth state git operations via github token
skulidropek Feb 9, 2026
e46087f
fix(docker-git): normalize state sync + refresh stop selector
skulidropek Feb 9, 2026
54c9bea
fix(hooks): guard push against oversized .knowledge blobs
skulidropek Feb 9, 2026
f8ef92f
feat(docker-git): share Codex auth + better SSH zsh UX
skulidropek Feb 10, 2026
f63a460
feat(docker-git): add Playwright MCP sidecar
skulidropek Feb 10, 2026
eef5b8f
feat(docker-git): isolate Playwright MCP contexts by default
skulidropek Feb 10, 2026
11deac3
fix(docker-git): remove stale Playwright MCP block when disabled
skulidropek Feb 10, 2026
a838547
feat(app): expose Playwright MCP in TUI and help
skulidropek Feb 10, 2026
dae8535
docs: add docker-git README
skulidropek Feb 10, 2026
7717e61
fix(docker-git): make container IP reachable from external containers
skulidropek Feb 10, 2026
e26901f
feat(docker-git): update default Codex config
skulidropek Feb 10, 2026
6b1668b
docs(agents): add sleep and gh workflows guidance
skulidropek Feb 10, 2026
d3b06b8
fix(docker-git): propagate default Codex config to new containers
skulidropek Feb 10, 2026
e80467d
feat(state): track full state dir in git
skulidropek Feb 10, 2026
d69c761
feat(templates): allow committing .orch in state repo
skulidropek Feb 10, 2026
df27345
feat(state): ignore volatile Codex artifacts
skulidropek Feb 10, 2026
475d2a0
refactor(repo): move effect-template workspace to root
skulidropek Feb 10, 2026
29229de
fix(ci): restore checkout permissions
codex Feb 10, 2026
e341822
fix(test): build lib before running app tests
codex Feb 10, 2026
cef1583
chore(ci): add lib to checks
codex Feb 10, 2026
86ca11b
fix(lib): pass effect lint
codex Feb 10, 2026
d2d98f3
fix(lib): pass vibecode-linter
codex Feb 10, 2026
2d2018a
fix(ci): fail on lib lint errors
codex Feb 10, 2026
100c796
Merge pull request #2 from ProverCoderAI/fix/ci-checkout-permissions
skulidropek Feb 11, 2026
0e6465e
fix(codex-config): remove deprecated web_search_request flag (#6)
skulidropek Feb 11, 2026
6754ac0
ci(workflows): align with effect-template and add deps prune check (#8)
skulidropek Feb 11, 2026
5c19076
chore(release): version packages
github-actions[bot] Feb 11, 2026
aed5a47
feat(core): add nix base flavor for generated containers
skulidropek Feb 16, 2026

Sorry, this diff is taking too long to generate.

It may be too large to display on GitHub.