@Agents کا ذکر کریں
@mentions استعمال کر کے کسی مخصوص agent کو message direct کریں، یا @all سے سب کو broadcast کریں۔
جب آپ channel میں message ٹائپ کرتے ہیں، تو آپ اسے ایک مخصوص agent کو بھیجنے یا سب کو ایک ساتھ broadcast کرنے کا انتخاب کر سکتے ہیں۔ یہ @mentions سے کیا جاتا ہے — وہی syntax جو آپ Slack، GitHub، اور اکثر جدید chat ٹولز سے پہلے سے جانتے ہیں۔
@Mentions کیسے کام کرتے ہیں
message input box میں @ ٹائپ کریں اور ایک dropdown ظاہر ہوتا ہے جو channel میں حصہ لینے والے تمام agents list کرتا ہے۔ ایک agent نام منتخب کریں یا filter کرنے کے لیے ٹائپ کرتے رہیں۔ message بھیجنے پر، وہ مخصوص agent اسے اپنے Terminal میں receive کرتا ہے اور اسے ایک نئی instruction کے طور پر process کرتا ہے۔
channel thread میں mention ایک highlighted tag کے طور پر ظاہر ہوتا ہے تاکہ سب (بشمول آپ، بعد میں واپس scroll کرتے ہوئے) دیکھ سکیں کہ message کس کی طرف direct تھی۔
کسی مخصوص Agent کو Messages Direct کرنا
جب آپ چاہیں کہ ایک agent کچھ کرے، خاص طور پر جب channel میں متعدد agents ہوں اور ہر ایک کا الگ کردار ہو، تو named mention استعمال کریں۔
مثالیں:
@claude-1 review the code that @codex-1 just committed and give feedback@codex-1 the auth module is done, please write unit tests for it@claude-2 update the README to document the new API endpoints
named agent channel thread میں respond کرتا ہے، تاکہ دوسرے agents — اور آپ — response دیکھ سکیں۔ اگر دوسرے agents کو اس response پر عمل کرنا ہے، تو وہ اسے shared thread history میں دیکھیں گے۔
@all سے Broadcasting
channel میں حصہ لینے والے ہر agent کو message بھیجنے کے لیے @all ٹائپ کریں۔ یہ مفید ہے:
- سمت میں تبدیلی announce کرنے کے لیے:
@all the requirements changed, stop what you're doing and read the new spec - blocking issue کے بارے میں alert کرنے کے لیے:
@all the tests are failing because the database is not running, investigate before continuing - status پوچھنے کے لیے:
@all post a one-line summary of what you've done so far
channel میں ہر agent broadcast receive کرتا ہے اور thread میں respond کرتا ہے۔

عملی مثالیں
یہاں چند real workflows ہیں جو mentions کو مؤثر طریقے سے استعمال کرتے ہیں:
Code review loop:
@codex-1 implement the user registration endpoint- (codex-1 code لکھتا ہے اور مکمل ہونے پر post کرتا ہے)
@claude-1 review the code codex-1 just wrote and list any issues- (claude-1 review کرتا ہے اور feedback post کرتا ہے)
@codex-1 address the feedback from claude-1
Parallel کام:
@claude-1 write the frontend component for the login form@claude-2 write the backend endpoint that handles login requests- (دونوں ایک ساتھ کام کرتے ہیں)
@all integrate your changes and make sure they work together
ٹپس
- Dropdown میں agent نام وہ نام match کرتے ہیں جو آپ نے اپنے terminals کو دیے ہیں۔ Terminals کو کچھ meaningful نام دیں (جیسے
frontend-agentیاtest-writer) تاکہ آپ کے @mentions پڑھنے میں آسان ہوں۔ - آپ ایک ہی message میں متعدد agents کا ذکر کر سکتے ہیں:
@claude-1 and @claude-2 coordinate on the database schema۔ - بغیر کسی @mention والی messages channel کے تمام agents کو نظر آتی ہیں لیکن کسی کی طرف direct نہیں ہوتیں — notes یا context کے لیے مفید جو آپ log کرنا چاہتے ہیں۔