Commit f79115b
authored
refactor: add message identifier metadata (#15)
* refactor(messaging): append sender signature and default inbox to unread-only
Append a sender identifier to message content so recipients can
attribute messages and are reminded to use send_message to reply.
Remove redundant summary/content from DM routing metadata. Flip
read_inbox default to unread_only=True for safer polling semantics.
* refactor(server): slim down tool response payloads
Return only id+status from task_create/task_update instead of full
model dump. Strip prompt field from read_config member output.
* switch to metadata1 parent f0343aa commit f79115b
2 files changed
Lines changed: 30 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
233 | 244 | | |
234 | 245 | | |
235 | 246 | | |
| |||
405 | 416 | | |
406 | 417 | | |
407 | 418 | | |
| 419 | + | |
408 | 420 | | |
409 | 421 | | |
410 | 422 | | |
| |||
422 | 434 | | |
423 | 435 | | |
424 | 436 | | |
425 | | - | |
426 | | - | |
427 | 437 | | |
428 | 438 | | |
429 | 439 | | |
| |||
433 | 443 | | |
434 | 444 | | |
435 | 445 | | |
| 446 | + | |
436 | 447 | | |
437 | 448 | | |
438 | 449 | | |
| |||
570 | 581 | | |
571 | 582 | | |
572 | 583 | | |
573 | | - | |
| 584 | + | |
574 | 585 | | |
575 | 586 | | |
576 | 587 | | |
| |||
616 | 627 | | |
617 | 628 | | |
618 | 629 | | |
619 | | - | |
| 630 | + | |
620 | 631 | | |
621 | 632 | | |
622 | 633 | | |
| |||
643 | 654 | | |
644 | 655 | | |
645 | 656 | | |
646 | | - | |
| 657 | + | |
647 | 658 | | |
648 | 659 | | |
649 | | - | |
650 | | - | |
| 660 | + | |
| 661 | + | |
651 | 662 | | |
652 | 663 | | |
653 | 664 | | |
| |||
668 | 679 | | |
669 | 680 | | |
670 | 681 | | |
671 | | - | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
672 | 686 | | |
673 | 687 | | |
674 | 688 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | | - | |
| 331 | + | |
| 332 | + | |
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
| |||
703 | 705 | | |
704 | 706 | | |
705 | 707 | | |
706 | | - | |
| 708 | + | |
| 709 | + | |
707 | 710 | | |
708 | 711 | | |
709 | 712 | | |
| |||
727 | 730 | | |
728 | 731 | | |
729 | 732 | | |
730 | | - | |
| 733 | + | |
| 734 | + | |
731 | 735 | | |
732 | 736 | | |
733 | 737 | | |
| |||
0 commit comments