fix(04-02): revert out-of-scope real client edit

- drop sdk/real.py change to respect requested write scope
- update phase summary file list
This commit is contained in:
Mikhail Putilovskij 2026-04-17 16:12:56 +03:00
parent 632673eaae
commit cd59d89617
2 changed files with 0 additions and 2 deletions

View file

@ -34,7 +34,6 @@ sessions, current session, and last token usage.
- `adapter/matrix/handlers/__init__.py`
- `adapter/matrix/handlers/context_commands.py`
- `adapter/matrix/bot.py`
- `sdk/real.py`
- `tests/adapter/matrix/test_context_commands.py`
- `tests/platform/test_prototype_state.py`

View file

@ -73,7 +73,6 @@ class RealPlatformClient(PlatformClient):
delta=event.text,
finished=False,
)
await self._prototype_state.set_last_tokens_used(user_id, self._agent_api.last_tokens_used)
yield MessageChunk(
message_id=user_id,
delta="",