Owen Lin
2ab1650d4d
[app-server] feat: v2 Thread APIs ( #6214 )
...
Implements:
```
thread/list
thread/start
thread/resume
thread/archive
```
along with their integration tests. These are relatively light wrappers
around the existing core logic, and changes to core logic are minimal.
However, an improvement made for developer ergonomics:
- `thread/start` and `thread/resume` automatically attaches a
conversation listener internally, so clients don't have to make a
separate `AddConversationListener` call like they do today.
For consistency, also updated `model/list` and `feedback/upload` (naming
conventions, list API params).
2025-11-05 20:28:43 +00:00
..
2025-10-27 12:10:11 -07:00
2025-10-31 14:27:08 -07:00
2025-10-20 15:52:25 -07:00
2025-10-30 15:51:57 -07:00
2025-10-03 13:02:26 -07:00
2025-11-05 10:49:35 -08:00
2025-11-02 16:33:09 -08:00
2025-10-30 10:28:32 +00:00
2025-11-05 20:28:43 +00:00
2025-11-01 14:52:23 -07:00
2025-11-05 10:49:35 -08:00
2025-11-04 19:21:35 +00:00
2025-11-05 10:49:35 -08:00
2025-10-23 18:51:34 +01:00
2025-10-29 21:04:25 +00:00
2025-11-05 10:51:57 -08:00
2025-10-20 15:52:25 -07:00
2025-10-30 09:49:40 +00:00
2025-10-29 22:33:57 +00:00
2025-11-05 10:51:57 -08:00
2025-10-27 05:53:39 +00:00
2025-11-04 19:21:35 +00:00
2025-11-05 10:51:57 -08:00
2025-10-29 21:04:25 +00:00
2025-11-04 17:44:02 -08:00
2025-10-24 19:12:03 +00:00
2025-10-18 17:43:08 -07:00
2025-11-05 10:51:57 -08:00
2025-10-30 18:44:02 -07:00
2025-10-30 10:28:32 +00:00
2025-11-03 13:12:33 -08:00
2025-10-30 15:51:57 -07:00
2025-09-24 14:29:51 -07:00
2025-10-20 20:57:37 +01:00
2025-10-28 11:02:25 -07:00
2025-10-20 20:57:37 +01:00
2025-11-05 20:28:43 +00:00
2025-10-30 10:28:32 +00:00
2025-10-27 17:55:57 -04:00
2025-10-30 10:28:32 +00:00
2025-10-31 00:45:05 +00:00
2025-10-24 09:47:52 -07:00
2025-10-20 11:29:49 -07:00
2025-10-30 10:28:32 +00:00
2025-10-20 15:52:25 -07:00
2025-10-15 17:46:01 +01:00
2025-10-29 21:04:25 +00:00
2025-09-18 14:14:16 -07:00
2025-10-30 15:51:57 -07:00
2025-10-30 14:25:04 -07:00
2025-10-20 20:57:37 +01:00
2025-10-28 21:29:16 -07:00
2025-11-04 17:54:46 -08:00
2025-08-20 16:54:26 +00:00
2025-10-20 08:50:54 -07:00
2025-10-23 17:08:06 +01:00
2025-09-22 17:16:02 +00:00
2025-10-30 18:44:02 -07:00
2025-10-20 23:53:03 +00:00
2025-10-29 22:33:57 +00:00