Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
650 commits
Select commit Hold shift + click to select a range
5937236
Fix New Agent name allocation for ID slug collisions
grp06 Feb 11, 2026
88aa4af
Merge fix: avoid New Agent slug ID collisions
grp06 Feb 11, 2026
a96ee05
Refine dark mode hierarchy and reduce glow
grp06 Feb 11, 2026
3a24c6f
Keep gateway UI controls and agent naming/recovery fixes
grp06 Feb 11, 2026
4784a36
Merge branch 'codex/dark-mode-discipline'
grp06 Feb 11, 2026
6f8bfcd
Restore floating gateway connection panel behavior
grp06 Feb 11, 2026
5dc4aee
Refactor personality builder parsing and dirty-state tracking
grp06 Feb 11, 2026
6a834a3
Normalize local gateway URLs to localhost for secure-context compatib…
grp06 Feb 11, 2026
91c7f94
Merge branch 'codex/localhost-loopback-origin-guard'
grp06 Feb 11, 2026
9db4fd7
Document localhost default and secure-context gateway guidance
grp06 Feb 11, 2026
e99bdf0
Disable stop button during heartbeat runs
grp06 Feb 11, 2026
4ced7d3
Fix transient duplicate chat cards by clearing pending live patches o…
grp06 Feb 11, 2026
c55f087
Improve local gateway defaults UX for quick local auth
grp06 Feb 11, 2026
d980816
Fix gateway menu layering and connection panel surface
grp06 Feb 11, 2026
14a9aea
Remove pronouns field and hide streaming/thinking chat UI
grp06 Feb 11, 2026
767dff8
Fix live chat streaming regressions and stale run replay
grp06 Feb 12, 2026
e6249f8
Add gateway connect auto-retry with auth-aware stop conditions
grp06 Feb 12, 2026
e7b6589
Merge branch 'codex/pr26-r4-retry-fix'
grp06 Feb 12, 2026
53edda7
Revert "Merge branch 'codex/pr26-r4-retry-fix'"
grp06 Feb 12, 2026
7270e2d
Fix: auto-retry gateway connection on disconnect
oelor Feb 10, 2026
256d1ee
Hide queued system event metadata from chat transcript
grp06 Feb 12, 2026
ee0f719
Remove task control plane and Beads references
grp06 Feb 12, 2026
ec1275a
Stabilize chat transcript dedupe and replay handling
grp06 Feb 12, 2026
4723007
Track minimal AGENTS stub with private overlay pattern
grp06 Feb 12, 2026
7d460bc
Add hardening exec plan for guided creation reliability
grp06 Feb 12, 2026
625f669
Milestone 1: make guided tool policy additive and safe
grp06 Feb 12, 2026
e094be8
Milestone 2: prune expired exec approvals and clear stale badges
grp06 Feb 12, 2026
a5414cb
Milestone 3: add durable guided setup recovery and retry controls
grp06 Feb 12, 2026
d253b7a
Milestone 4: validate and document guided-create hardening
grp06 Feb 12, 2026
14297a7
Archive completed hardening exec plan
grp06 Feb 12, 2026
cb6d0e2
Milestone 1: scope pending guided setup storage by gateway
grp06 Feb 12, 2026
f766c88
Milestone 2: unify pending setup retries and prevent state clobber
grp06 Feb 12, 2026
3b0c69d
Milestone 3: validate and document guided setup hardening
grp06 Feb 12, 2026
0375eb6
Archive completed guided setup hardening exec plan
grp06 Feb 12, 2026
778f97c
Milestone 1: remove approvals locally on successful resolve
grp06 Feb 12, 2026
0bd1c4b
Milestone 2: trust explicit agentId for approval routing
grp06 Feb 12, 2026
5eabae5
Milestone 3: gate restart waits by reload mode
grp06 Feb 12, 2026
52d1366
Archive completed approval resolution and restart reliability exec plan
grp06 Feb 12, 2026
5a59bcd
Fix false restart waits for hybrid reload mode
grp06 Feb 12, 2026
4c2ec5b
Implement guided agent creation flow and approval UX
grp06 Feb 12, 2026
2cacdc3
Milestone 1: add starter-kit compile model
grp06 Feb 12, 2026
b2fb783
Milestone 2: simplify agent create modal flow
grp06 Feb 12, 2026
881c377
Milestone 3: preserve setup recovery with simplified create payload
grp06 Feb 12, 2026
ea419bc
Milestone 4: document and validate simplified agent creation
grp06 Feb 12, 2026
27f53e4
Chore: archive completed execplan
grp06 Feb 12, 2026
648b414
Milestone 1: add preset bundles and capability metadata
grp06 Feb 12, 2026
4d81b9b
Milestone 2: add bundle cards with capability chips
grp06 Feb 12, 2026
8b9a33a
Milestone 3: verify setup recovery with bundle-first create UX
grp06 Feb 12, 2026
3ff7045
Milestone 4: document and validate bundle-first agent creation
grp06 Feb 12, 2026
30bbf13
Chore: archive completed execplan
grp06 Feb 12, 2026
5f84d7d
Reduce gateway restarts during agent
grp06 Feb 13, 2026
4b6dc70
Skip gateway restart on agent cre
grp06 Feb 13, 2026
58eb7ff
Investigate chat ordering drift
grp06 Feb 13, 2026
30713a6
Improve agent creation permission handling and simplify file access t…
grp06 Feb 13, 2026
8652e66
Default guided agents to non-main sandbox mode
grp06 Feb 13, 2026
6ed4f8f
update md
grp06 Feb 13, 2026
bb50d4c
Simplify brain files back to tab-based editor
grp06 Feb 13, 2026
fbadf70
Fix ask-first sandbox persistence and harden guided compile outputs
grp06 Feb 13, 2026
c0f6876
Set autopilot sandbox default to non-main
grp06 Feb 13, 2026
0ffe6f5
Fix ask-first exec approvals by syncing session exec settings
grp06 Feb 13, 2026
8c56499
Fix exec approval follow-up continuation in studio
grp06 Feb 13, 2026
f7fc5d8
Merge remote-tracking branch 'origin/main' into codex/agent-creation-…
grp06 Feb 13, 2026
482336d
Merge pull request #30 from grp06/codex/agent-creation-workflow-relia…
grp06 Feb 13, 2026
7b7d653
fix: dedupe focused exec approval cards by id
grp06 Feb 13, 2026
f7e0b8b
Milestone 1: Extract guided agent creation workflow core
grp06 Feb 13, 2026
0ea400b
Milestone 2: Route Studio create/retry flow through workflow adapters
grp06 Feb 13, 2026
791c5e6
Milestone 3: Harden guided-creation regressions and document architec…
grp06 Feb 13, 2026
5e2b38e
Archive completed execplan for guided create workflow decoupling
grp06 Feb 13, 2026
f33e414
Milestone 1: Extract rename/delete mutation workflow policy
grp06 Feb 13, 2026
c935df1
Milestone 2: Route rename/delete page handlers through mutation workflow
grp06 Feb 13, 2026
30bfa30
Milestone 3: Harden mutation restart regressions and document boundary
grp06 Feb 13, 2026
ec487ca
Fix mutation workflow awaiting-restart patch typing
grp06 Feb 13, 2026
6874d24
Milestone 1: Extract pending setup lifecycle workflow policy
grp06 Feb 13, 2026
e645feb
Milestone 2: Extract exec approval lifecycle workflow policy
grp06 Feb 13, 2026
9c4ccdd
Milestone 3: Route page lifecycle controller through workflow policies
grp06 Feb 13, 2026
2f9fc22
Milestone 1: Extract latest-update enrichment workflow policy
grp06 Feb 13, 2026
af82f3a
Milestone 2: Extract fleet refresh and reconcile workflow policy
grp06 Feb 13, 2026
592a338
Milestone 3: Route fleet lifecycle controller through workflow policies
grp06 Feb 13, 2026
81a9269
Milestone 1: Extract history lifecycle workflow policy
grp06 Feb 13, 2026
9d71358
Milestone 2: Route page history sync through workflow adapter
grp06 Feb 13, 2026
ce9fc6c
Milestone 3: Align runtime history refresh boundary and document life…
grp06 Feb 13, 2026
8226119
Milestone 1: Model agent mutation lifecycle transitions
grp06 Feb 13, 2026
a770049
Milestone 2: Route page mutation handlers through lifecycle controller
grp06 Feb 13, 2026
455e374
Milestone 3: Consolidate mutation lifecycle boundary and docs
grp06 Feb 13, 2026
1bfb392
Milestone 1: extract pure runtime event policy model
grp06 Feb 13, 2026
3b47b9d
Milestone 2: route runtime handler through policy intents
grp06 Feb 13, 2026
d034cd5
Milestone 3: stabilize runtime policy-executor split
grp06 Feb 13, 2026
7aad63e
Milestone 1: extract history sync operation boundary
grp06 Feb 13, 2026
cb48c4f
Milestone 2: route loadAgentHistory through operation
grp06 Feb 13, 2026
1877813
Milestone 3: stabilize history sync boundary and docs
grp06 Feb 13, 2026
b4772a0
add tracking files to show off
grp06 Feb 13, 2026
f3e80e1
fix approval wait handling
grp06 Feb 13, 2026
7b82ebd
Persist selected agent on refresh
grp06 Feb 13, 2026
085c6ec
Merge pull request #31 from grp06/codex/keep-selected-agent-after-ref…
grp06 Feb 13, 2026
3022845
Fix agent chat spacing
grp06 Feb 13, 2026
076481b
Merge pull request #32 from grp06/codex/fix-agent-chat-spacing
grp06 Feb 13, 2026
3da3bef
Investigate missing thinking traces
grp06 Feb 13, 2026
1b7da28
Merge pull request #33 from grp06/codex/debug-thinking-traces-visibility
grp06 Feb 13, 2026
a7eb2cd
Add smooth agent card animation
grp06 Feb 13, 2026
5284868
Queue agent creation modal
grp06 Feb 13, 2026
3295b19
Merge pull request #35 from grp06/codex/allow-agent-modal-queuing
grp06 Feb 13, 2026
613d527
feat: render MEDIA: lines as inline images in chat
Feb 13, 2026
25689fc
fix: support remote gateway MEDIA paths
grp06 Feb 13, 2026
bcc441d
Merge pull request #36 from grp06/feat/chat-inline-images
grp06 Feb 13, 2026
19d5c8f
Add execution roles settings
grp06 Feb 13, 2026
ca83451
Merge pull request #37 from grp06/codex/add-execution-role-editing-to
grp06 Feb 13, 2026
edba4b2
fix: support remote ~/.openclaw paths for media proxy
Feb 13, 2026
17ce619
fix: render MEDIA paths robustly
grp06 Feb 13, 2026
922f151
fix: type-narrow transcript timestamps
grp06 Feb 13, 2026
401e67d
idk
grp06 Feb 13, 2026
2ad4868
Milestone 1: Extract pure fleet hydration derivation
grp06 Feb 13, 2026
1ec957d
Milestone 2: Refactor fleet hydration to snapshot + derive
grp06 Feb 13, 2026
caec6d5
Milestone 3: Verify hydration refactor and tighten types
grp06 Feb 13, 2026
c6492ef
Docs: Add fleet hydration ExecPlan
grp06 Feb 13, 2026
44cdadf
Docs: Update architecture for fleet hydration derivation
grp06 Feb 13, 2026
ea274f6
Milestone 1: Preserve connect error codes in GatewayClient
grp06 Feb 13, 2026
f2dd545
Milestone 2: Gate gateway connect retry by error code
grp06 Feb 13, 2026
5b0fd7b
Docs: Archive execplan connect error codes
grp06 Feb 13, 2026
3130214
Docs: Update architecture for connect error codes
grp06 Feb 13, 2026
b9e9b90
Milestone 1: Extract agent reconcile operation
grp06 Feb 13, 2026
de53f43
Milestone 2: Extract exec approval resolve operation
grp06 Feb 13, 2026
46dc903
Milestone 3: Document reconcile + approval operations in architecture
grp06 Feb 13, 2026
814ac39
chore: archive execplan for reconcile + approval operations
grp06 Feb 13, 2026
d8fa668
Milestone 1: Extract pending guided setup retry operation
grp06 Feb 13, 2026
1da80e9
Milestone 2: Extract pending guided setup auto-retry operation
grp06 Feb 13, 2026
9ba035f
Milestone 3: Pending guided setup lifecycle extraction + docs
grp06 Feb 13, 2026
226d980
chore: archive execplan for pending guided setup lifecycle extraction
grp06 Feb 13, 2026
bb5b555
Merge pull request #38 from grp06/codex/fleet-hydration-derive
grp06 Feb 13, 2026
d8a641a
Merge pull request #34 from grp06/codex/animate-running-prompt-list
grp06 Feb 13, 2026
1868b77
Reorder agent sidebar controls
grp06 Feb 13, 2026
ab25e24
Merge pull request #40 from grp06/codex/reorder-sidebar-controls-layout
grp06 Feb 13, 2026
0ccc63a
Show model alias in dropdown
grp06 Feb 13, 2026
d67d16a
Merge pull request #41 from grp06/codex/update-dropdown-to-prefer-alias
grp06 Feb 13, 2026
6fee1bf
Investigate missing thinking traces
grp06 Feb 13, 2026
bd142d0
Merge pull request #42 from grp06/codex/investigate-thinking-trace-issue
grp06 Feb 13, 2026
13fc7e2
UI: simplify tool call summaries
grp06 Feb 13, 2026
ca96fd0
UI: omit exec label in tool summary
grp06 Feb 13, 2026
65c3d41
Merge pull request #43 from grp06/codex/tool-call-display
grp06 Feb 13, 2026
18ccd7c
Ensure new agents use sandbox mode
grp06 Feb 13, 2026
0c83784
Merge pull request #44 from grp06/codex/investigate-cron-job-failures
grp06 Feb 13, 2026
e021f6b
Fix thinking trace line breaks
grp06 Feb 13, 2026
899a42d
Merge pull request #45 from grp06/codex/thinking-trace-newlines
grp06 Feb 13, 2026
143c9d4
Add allowlist env handling for execs
grp06 Feb 13, 2026
1766cf0
Merge pull request #47 from grp06/codex/studio-approvals-debug
grp06 Feb 13, 2026
725a478
Fix sandbox tool access for collaborative agents
grp06 Feb 13, 2026
daa926c
Investigate sidebar scroll issue
grp06 Feb 13, 2026
670b03d
Merge pull request #49 from grp06/codex/investigate-sidebar-scroll-bug
grp06 Feb 13, 2026
fc43df9
Merge pull request #48 from grp06/codex/fix-sandbox-tool-allowlist
grp06 Feb 13, 2026
9314558
Show exec results after approval without tool view
grp06 Feb 13, 2026
7ff8504
Merge pull request #50 from grp06/codex/fix-exec-approval-followup
grp06 Feb 13, 2026
7dce81b
Hide exec tool results when assistant replies
grp06 Feb 13, 2026
86dc72c
Merge pull request #51 from grp06/codex/fix-exec-toolresult-double
grp06 Feb 13, 2026
0ad3f81
Execute pending execplan
grp06 Feb 15, 2026
379de06
Merge pull request #54 from grp06/codex/extract-execution-role-update…
grp06 Feb 15, 2026
9a1f52b
Docs: add remote access guide
grp06 Feb 15, 2026
8ca1aed
Docs: move remote access guide into README
grp06 Feb 15, 2026
c66a42e
Docs: shorten README
grp06 Feb 15, 2026
e33e624
Merge pull request #55 from grp06/codex/docs-remote-access
grp06 Feb 15, 2026
63c5e0a
README: scenario-based quick start
grp06 Feb 15, 2026
95e8737
Merge pull request #56 from grp06/codex/readme-get-started
grp06 Feb 15, 2026
6d8be4a
Consolidate SSH execution for gateway media route
grp06 Feb 15, 2026
fa25b41
Docs: update architecture after SSH consolidation
grp06 Feb 15, 2026
aa07c97
Merge pull request #57 from grp06/codex/consolidate-media-ssh-executi…
grp06 Feb 15, 2026
a2d6259
Add PI chat streaming docs
grp06 Feb 15, 2026
1345faa
Document PI agent and gateway flow
grp06 Feb 15, 2026
151aafb
Document PI gateway chat flow
grp06 Feb 15, 2026
d874edc
Document PI agent chat gateway flow
grp06 Feb 15, 2026
58a97fc
Merge pull request #58 from grp06/codex/document-pi-chat-agent-flow
grp06 Feb 15, 2026
a03a174
docs: fix architecture connect error semantics
grp06 Feb 15, 2026
28be168
Merge branch 'codex/document-pi-chat-agent-flow'
grp06 Feb 15, 2026
69dd911
docs: document permissions, sandboxing, and workspaces
grp06 Feb 16, 2026
673ac82
docs: cover execution role and session exec settings
grp06 Feb 16, 2026
7b7ea43
docs: clarify sandbox scope and policy layering
grp06 Feb 16, 2026
3951eae
Merge pull request #59 from grp06/codex/document-pi-chat-agent-flow
grp06 Feb 16, 2026
f161b25
update md update
grp06 Feb 16, 2026
543be2a
Update .gitignore to include bv local config, add new Playwright scri…
grp06 Feb 16, 2026
a11fb18
idk something changed
grp06 Feb 16, 2026
beabe60
Review and fix chat runtime logic
grp06 Feb 17, 2026
4ee1981
Merge pull request #61 from grp06/codex/fix-chat-message-order
grp06 Feb 17, 2026
0b88973
Fix chat composer typing reliability and IME enter handling
grp06 Feb 17, 2026
61ca59f
Improve execplan accuracy
grp06 Feb 17, 2026
9201880
Merge pull request #62 from grp06/codex/identify-entangled-core-flow
grp06 Feb 17, 2026
131f3e8
trying to fix chat order
grp06 Feb 17, 2026
af8c7b5
Fix chat history ordering issue
grp06 Feb 17, 2026
641ccc0
Fix chat message ordering glitch
grp06 Feb 17, 2026
97b6033
Disable sandboxing for agent create
grp06 Feb 17, 2026
c31e0c5
Show thinking tool calls inline
grp06 Feb 17, 2026
1432028
Align exec approval UI behavior
grp06 Feb 17, 2026
85a7d77
Fix duplicated assistant response
grp06 Feb 17, 2026
6ed4986
Merge pull request #63 from grp06/codex/investigate-duplicate-chat-re…
grp06 Feb 17, 2026
1739ae3
Improve approval resume UX and simplify thinking indicator
grp06 Feb 17, 2026
52e78de
Prevent duplicate messages
grp06 Feb 17, 2026
7e5120d
Merge pull request #64 from grp06/codex/investigate-double-messages
grp06 Feb 17, 2026
2e33f60
Review execplan revisions
grp06 Feb 18, 2026
82ba1dd
Merge pull request #65 from grp06/codex/simplify-agent-creation-flow
grp06 Feb 18, 2026
9a1d93c
Fix chat input lag
grp06 Feb 18, 2026
fd45fef
Simplify dev startup output
grp06 Feb 19, 2026
9c51041
Local snapshot before linking remote
grp06 Feb 19, 2026
6d8b505
Merge origin/main into local snapshot
grp06 Feb 19, 2026
f6f5397
chore: upgrade next to 16.1.6
grp06 Feb 19, 2026
23248bd
Merge pull request #67 from grp06/codex/fix-next-16-1-6
grp06 Feb 19, 2026
89bfe70
Refine agent studio UI styling and permissions UX
grp06 Feb 19, 2026
450dd16
big ui updates
grp06 Feb 20, 2026
f4697b4
chore: ignore and untrack .agent/done markdown files
grp06 Feb 20, 2026
54fdd09
chore: ignore markdown files under .agent/done
grp06 Feb 20, 2026
dc4704c
refactor: consolidate mutation lifecycle and delete operations
grp06 Feb 20, 2026
9e4c16e
chore: checkpoint current studio changes
grp06 Feb 20, 2026
b796d6b
chore: stop tracking claude worktree artifacts
grp06 Feb 20, 2026
db4d488
chore: ignore claude local directory
grp06 Feb 20, 2026
8a73cd4
Polish agent inspect UX and approval resume behavior
grp06 Feb 21, 2026
9cf7529
Fix gateway menu transparency
grp06 Feb 21, 2026
32b0195
Merge pull request #69 from grp06/codex/fix-transparent-plug-icon-bac…
grp06 Feb 21, 2026
406a055
Simplify gateway disconnect screen
grp06 Feb 21, 2026
5b9f3f5
Merge pull request #70 from grp06/codex/simplify-gateway-disconnect-s…
grp06 Feb 21, 2026
fcd75d4
Simplify agent rename UX
grp06 Feb 21, 2026
9aadc8d
Merge pull request #71 from grp06/codex/simplify-personality-rename-flow
grp06 Feb 21, 2026
9396200
Update personality sidebar layout
grp06 Feb 21, 2026
fc12339
Merge pull request #72 from grp06/codex/remove-labels-from-personalit…
grp06 Feb 21, 2026
2429b10
Refine behavior editor and agent header UX
grp06 Feb 21, 2026
27ff84b
Refactor settings into dedicated route with route-safe guards
grp06 Feb 22, 2026
e042b14
Improve ExecPlan accuracy
grp06 Feb 24, 2026
44c581e
Update Discord link in README
grp06 Feb 24, 2026
66237ed
Apply pending big-one workspace updates
grp06 Feb 24, 2026
78e976b
Improve config toggle UX
grp06 Feb 24, 2026
24316e4
Replace Idle filter with Approvals and close model tooltip on select
grp06 Feb 24, 2026
f9e54eb
Merge codex/approvals-tab-tooltip-fix into big-one
grp06 Feb 24, 2026
b9554c1
Merge pull request #77 from grp06/big-one
grp06 Feb 24, 2026
0897197
Fix gateway proxy auth passthrough gating
grp06 Feb 25, 2026
c2be464
Handle non-streaming chat.send success responses
grp06 Feb 25, 2026
35f1f36
Drop stale history responses on revision drift
grp06 Feb 25, 2026
7bf2eec
Rebuild config.set retries from fresh snapshots
grp06 Feb 25, 2026
409e358
Merge branch 'codex/fix-proxy-token-pass-through'
grp06 Feb 25, 2026
b225954
Refactor UI components and styles for improved layout and consistency…
grp06 Feb 25, 2026
d29c8e6
Harden proxy browser auth passthrough detection
grp06 Feb 25, 2026
93217d0
Enforce Studio access token for public binds
grp06 Feb 25, 2026
2780e6f
Fix delete-agent cron rollback data-loss path
grp06 Feb 25, 2026
56d8d4f
Merge branch 'codex/public-bind-access-token-guard'
grp06 Feb 25, 2026
27bdc0b
Fix localhost loopback binding across IPv4 and IPv6
grp06 Feb 25, 2026
e6b5534
Add handling for aborted assistant messages in history processing
grp06 Feb 25, 2026
d878d16
Add per-agent skills settings management and harden reliability
grp06 Feb 25, 2026
ac785c5
Update AgentInspectPanels styles for skill eligibility indicators
grp06 Feb 25, 2026
e0b659a
Improve skills panel status clarity and setup actions
grp06 Feb 26, 2026
52032b2
fix: prevent assistant thinking stream leaks into visible text
grp06 Feb 26, 2026
8bc0fde
Add safe skill deletion flow in Skills settings
grp06 Feb 26, 2026
6c95af4
Merge branch 'codex/skills-delete-action'
grp06 Feb 26, 2026
85cbd99
Fix gateway reconnect lock after unexpected close
grp06 Feb 27, 2026
d1736af
reliability and skills junk
grp06 Feb 27, 2026
b7510fc
Handle WebChat sessions.patch rejection in send/settings flows
grp06 Feb 27, 2026
9f1fb73
Add robust queued-message UX and focused-filter restore fixes
grp06 Feb 27, 2026
5455fe7
Fix React hook memoization lint blockers
bmendonca3 Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
375 changes: 0 additions & 375 deletions .agent/EXECPLAN.md

This file was deleted.

199 changes: 0 additions & 199 deletions .agent/EXECPLAN2.md

This file was deleted.

212 changes: 0 additions & 212 deletions .agent/EXECPLAN3.md

This file was deleted.

174 changes: 0 additions & 174 deletions .agent/EXECPLAN4.md

This file was deleted.

Loading