Commit graph

  • 0d8359959a update typescript_kotlin crosstest and add agent-task logs toki 2026-04-27 18:33:01 +0900
  • c3bfb35a72 기능: kotlin server crosstest에 WSS phase를 추가한다 toki 2026-04-27 01:05:21 +0900
  • c055387ace 정리: tls_crosstest 코드리뷰 완료 후 중복 .md 파일 제거한다 toki 2026-04-26 19:37:25 +0900
  • 1419895ed6 feat: add TLS WebSocket crosstest support across all languages toki 2026-04-26 19:24:15 +0900
  • 627c0f38c2 add: kotlin_wss_tls task logs toki 2026-04-26 07:07:50 +0900
  • 673265d785 feat: add TlsWsTest for Kotlin TLS WebSocket testing toki 2026-04-26 07:06:15 +0900
  • 9cc1f1d58f sync: update communicator implementation across all languages toki 2026-04-26 05:31:56 +0900
  • 01de3f32bf update: crosstest coverage and proto restructure changes toki 2026-04-25 07:00:53 +0900
  • 15d11f9ac5 update: sync changes across implementations and add task logs toki 2026-04-24 17:18:44 +0900
  • ef0fa5e8bc feat: add typescript implementation and crosstest files toki 2026-04-24 07:16:37 +0900
  • bf0157d35d feat: add Python-Dart cross-test files toki 2026-04-24 03:42:25 +0900
  • fa273bcc26 feat: add Python implementation and cross-test support toki 2026-04-23 16:44:43 +0900
  • f92f6672e4 refactor: sync agent-ops skills and update domain rules toki 2026-04-19 22:03:08 +0900
  • 374f51e464 sync: to agentic-framework v1.1.2 toki 2026-04-14 13:47:40 +0900
  • 1bac025faf Update sync.sh: Refactor sync_folder function for better file synchronization toki 2026-04-14 13:43:42 +0900
  • 44c8d0dc44 sync: to agentic-framework v1.1.1 toki 2026-04-14 09:14:05 +0900
  • ee1297e0c2 update agent-ops: add bin scripts, remove version-bump skill toki 2026-04-14 08:52:30 +0900
  • 3f463dcc25 Update crosstest clients toki 2026-04-13 14:00:59 +0900
  • 84241e500d Update documentation and rules toki 2026-04-13 11:38:07 +0900
  • 839e97f245 feat: add Dart-Kotlin crosstest and improve WS protobuf server toki 2026-04-12 23:03:38 +0900
  • 152f8de52b Update agent-ops and add .cursorrules, GEMINI.md toki 2026-04-12 21:19:29 +0900
  • 45ad9b2631 Add AGENTS.md with project rules toki 2026-04-12 18:00:00 +0900
  • 518803e762 Update documentation and rules toki 2026-04-12 17:50:57 +0900
  • 8a8636762d Update project structure and rules toki 2026-04-12 17:30:20 +0900
  • 4053a5b247 Clean up old task files and move templates to agent-ops toki 2026-04-12 17:22:10 +0900
  • 6f6927292d Refactor skills directory structure to agent-ops/skills toki 2026-04-12 17:13:12 +0900
  • a050007a55 Add agent-ops directory with skills and rules toki 2026-04-12 16:56:04 +0900
  • 520f8c5cc4 Update code review skill and update dart_close_fix task files toki 2026-04-12 16:45:05 +0900
  • 2dcb532e24 Add Kotlin implementation and improve protocol documentation toki 2026-04-12 16:35:39 +0900
  • 34d06258c6 Update skill documentation toki 2026-04-12 08:47:28 +0900
  • 1db698ad61 Rename add-crosstest-language to add-toki-socket-crosstest-language toki 2026-04-12 08:32:52 +0900
  • c384516b47 feat: implement new communication patterns and add cross-test support toki 2026-04-12 07:53:31 +0900
  • 0703373a30 update: revise skill files toki 2026-04-11 20:43:14 +0900
  • 182dcae5bf fix: update Dart close() implementation toki 2026-04-11 19:53:12 +0900
  • 24adec1c1d skills: add code-review and implement skill files toki 2026-04-11 19:09:26 +0900
  • 840df6a63d refactor: implement BaseClient pattern for Dart toki 2026-04-11 19:05:17 +0900
  • 0736a87928 docs: remove review test files toki 2026-04-11 17:36:11 +0900
  • 7f8771b89e refactor: implement HeartbeatMixin for heartbeat handling toki 2026-04-11 16:33:40 +0900
  • 9a0ebd0e22 Add PORTING_GUIDE.md toki 2026-04-11 15:01:54 +0900
  • cab031ea28 Refactor client implementations with baseClient pattern toki 2026-04-11 13:52:50 +0900
  • e48722d811 Refactor project structure and add Close() method toki 2026-04-11 09:54:03 +0900
  • 14e4cd56d0 feat: add WebSocket/WSS support and Go implementation toki 2026-04-11 08:33:46 +0900
  • 3ef736d897 Update PROTOCOL.md and README.md toki 2026-04-08 07:59:52 +0900
  • dc80493c72 Update README.md toki 2026-04-05 23:06:31 +0900
  • 661c28a9ac Update protocol docs and fix communicator implementation toki 2026-04-05 22:46:46 +0900
  • f18f50ce5b Update launch.json toki 2026-04-05 20:55:10 +0900
  • 22a7ce1c48 Add launch.json configuration toki 2026-04-05 20:53:27 +0900
  • de309ca2f1 Update protocol and add WebSocket protobuf client/server implementations toki 2026-04-05 20:44:37 +0900
  • d89b25948a feat: SSL/TLS support for both client and server toki 2026-04-05 13:56:32 +0900
  • 7fe90e4ea7 docs: add Python and Rust to planned implementations toki 2026-04-05 13:46:20 +0900
  • 240239682c Initial commit: Dart implementation of toki-socket protocol toki 2026-04-05 13:44:04 +0900