Fix provider auth, context budgets, desktop harness, and TUI rendering - #236
Merged
Conversation
added 2 commits
September 3, 2026 14:22
Running → Starting OSA backend on :9090 (background daemon)
✗ Backend exited during startup.
Last log lines:
13:45:52.740 [notice] :alarm_handler: {:set, {:system_memory_high_watermark, []}}
13:45:53.280 [info] [Soul] Loaded 3/3 bootstrap files, 0 agent soul(s)
13:45:53.285 [info] [PromptLoader] Loaded 6/6 prompts, 0 command templates
13:45:53.306 [warning] [Workspace.Store] init/0 exception: could not lookup Ecto repo OptimalSystemAgent.Store.Repo because it was not started or it does not exist
�[31m✗ OSA cannot start�[0m
OSA already appears to be running on port 9089 — connect to it, or set OSA_HTTP_PORT to run a second instance.
[os_mon] memory supervisor port (memsup): Erlang has closed
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
in different directories now spins up separate backend
daemons — each with its own port, state dir, memory, and sessions.
Same directory attaches to the existing daemon (instant). No new
commands needed, works like .
- Hash cwd → ~/.osa/workspaces/<hash>/ as the state dir
- Auto-assign next free port (9089, 9090, 9091, ...)
- OSA_PORT / OSA_HOME env vars still override (power-user escape hatch)
- --dev bypasses isolation (fixed port 19001)
robertohluna
force-pushed
the
fix/codex-auth-and-request
branch
from
September 3, 2026 19:57
a7970af to
dcec8f5
Compare
robertohluna
force-pushed
the
fix/codex-auth-and-request
branch
from
September 3, 2026 20:00
dcec8f5 to
51e7a4c
Compare
added 9 commits
September 3, 2026 15:04
robertohluna
force-pushed
the
fix/codex-auth-and-request
branch
from
September 3, 2026 23:31
cc9f1fa to
a1ce0d9
Compare
added 5 commits
September 4, 2026 14:39
added 4 commits
September 4, 2026 17:32
Contributor
Author
|
Added goal handoff fixes for #237 in e36f308: durable awaiting_user requests; explicit /goal approve and reject controls; /goal clear and cancel stop pursuit without claiming completion; stale-verifier guards; budget persistence; inactive-goal context labeling; TUI routing; and regression coverage. Local verification: 201 goal/API tests passed and 1,559 Rust tests passed (one ignored). Full CI is running on the updated PR. See docs/features/goal-handoff.md for behavior and limitations. Approval is explicitly scoped and still requires final verification; arbitrary replies are not approvals. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the existing provider/harness fixes and all work from
fix/osa-harness-tui-completeinto this PR. Neither branch history was rewritten.Verification
The merge retained the existing server-side-storage regression test. Rendering code is unchanged from the tested release build. This does not claim live validation of every provider/account or a graphical Mermaid engine.