Commit Graph

2 Commits

Author SHA1 Message Date
Felipe Coury
bd8ca44a8a test(app-server): cover thread turn context updates
Document `thread/turnContext/update` more clearly in the protocol and
README, including that it updates the live defaults used by later
thread-scoped operations.

Add a focused app-server regression test that updates a loaded
thread's cwd and verifies `thread/read` reflects the new value.
2026-04-07 12:50:15 -03:00
Felipe Coury
93154c3378 fix(tui): forward cwd changes through app-server
Forward standalone turn-context overrides from the TUI to loaded app-server threads via `thread/turnContext/update`, so `/cwd` updates the core thread state instead of only local UI state.

Add protocol schemas and regression coverage showing thread-scoped shell commands use the updated cwd after the context override.
2026-04-06 15:29:25 -03:00