Commit Graph

  • 9c334d8550 chore: anvil.it.com → inouter.com main kaffa 2026-03-27 16:17:03 +00:00
  • 4bc50911c0 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:17:01 +00:00
  • 90d2f96ae9 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:38 +00:00
  • 0062dc1f4c chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:27 +00:00
  • f1f9b3028e chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:25 +00:00
  • 1afcff76f4 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:23 +00:00
  • 07a5d4230a chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:21 +00:00
  • 4e246aad22 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:18 +00:00
  • b418de1550 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:15 +00:00
  • bf6bf2af88 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:16:08 +00:00
  • 245cbf46de chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:49 +00:00
  • e1add97f0d chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:47 +00:00
  • e2dce1119b chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:45 +00:00
  • 32e804a37c chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:44 +00:00
  • 8fe866c545 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:42 +00:00
  • bdbee82b30 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:41 +00:00
  • fd73f3adb3 chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:40 +00:00
  • e569f1c0cb chore: anvil.it.com → inouter.com kaffa 2026-03-27 16:15:36 +00:00
  • 0b68516def fix: add Pages preview deployment CORS and init-data header kappa 2026-02-07 19:41:17 +09:00
  • bd25316fd3 fix: resolve all test failures after vitest 2.x upgrade kappa 2026-02-07 19:41:11 +09:00
  • fa7d8b2d1a chore: upgrade wrangler 4.63.0, vitest 2.1.9, vitest-pool-workers 0.12.10 kappa 2026-02-07 19:41:04 +09:00
  • ab314b10c4 feat: recreate Server Agent for premium VM management kappa 2026-02-07 19:40:58 +09:00
  • 4c1f2f3852 feat: support Telegram Mini App authentication kappa 2026-02-05 19:12:02 +09:00
  • 0b24cbdad0 feat: add dashboard API endpoints kappa 2026-02-05 19:08:54 +09:00
  • ec2d4da517 feat: add server page link to /server command kappa 2026-02-05 18:59:21 +09:00
  • 6417dfec13 fix: remove remaining server recommendation references kappa 2026-02-05 18:51:13 +09:00
  • a774235244 refactor: fix unused imports after server recommendation removal kappa 2026-02-05 18:37:58 +09:00
  • 7e3b4a10ab refactor: drop server_sessions table kappa 2026-02-05 18:36:44 +09:00
  • 1935d8bb5b refactor: update /server command to remove recommendation guide kappa 2026-02-05 18:35:36 +09:00
  • 30b7a85ab0 refactor: remove SERVER_CONSULTATION_STATUS from constants kappa 2026-02-05 18:34:39 +09:00
  • 648df55a0b refactor: remove ServerSession types from types.ts kappa 2026-02-05 18:33:39 +09:00
  • 98002473f9 refactor: remove recommendation actions from server-tool kappa 2026-02-05 18:30:08 +09:00
  • 7d43db3054 refactor: delete server-agent.ts (905 lines) kappa 2026-02-05 18:25:36 +09:00
  • 6e3e8d8abb refactor: remove server order confirmation from message-handler kappa 2026-02-05 18:12:45 +09:00
  • fd20282f4e refactor: remove server consultation session routing from openai-service kappa 2026-02-05 18:11:13 +09:00
  • 8a25fa02da style: add emojis to /security command kappa 2026-02-05 12:45:13 +09:00
  • f8d195325c feat: migrate existing message_buffer data to conversation tables kappa 2026-02-05 12:42:12 +09:00
  • 5ec224b53f feat: add migration script for existing conversations kappa 2026-02-05 12:35:35 +09:00
  • 23785c9e5f feat: add conversation archive to daily cron kappa 2026-02-05 12:34:05 +09:00
  • e764dd683e feat: add /history and /search commands kappa 2026-02-05 12:32:45 +09:00
  • 92ddc239ef feat: save messages to new conversation storage kappa 2026-02-05 12:30:40 +09:00
  • 1ecbf19f66 feat: integrate smart context in AI response generation kappa 2026-02-05 12:25:57 +09:00
  • a14e640db9 feat: implement archive service for old conversations kappa 2026-02-05 12:23:49 +09:00
  • 2a84f12d46 feat: implement conversation storage service kappa 2026-02-05 12:21:21 +09:00
  • a6d1c4ecd4 feat: add conversation_tables migration kappa 2026-02-05 12:17:24 +09:00
  • 123b145bf9 feat: add conversation storage types kappa 2026-02-05 12:16:16 +09:00
  • 02b18301a1 fix: resolve TypeScript errors after SessionManager refactoring kappa 2026-02-05 11:48:11 +09:00
  • edf1bbc9a2 refactor: apply SessionManager to all agents kappa 2026-02-05 11:44:06 +09:00
  • ffd310c903 feat: add OpenAI types and AI caller utility kappa 2026-02-05 11:34:15 +09:00
  • c8e1362375 feat: add centralized agent configuration kappa 2026-02-05 11:30:16 +09:00
  • 1160719a78 docs: add SessionManager usage guide kappa 2026-02-05 11:27:25 +09:00
  • 36fdc4fe3d feat: add SessionManager generic class for agent sessions kappa 2026-02-05 11:26:52 +09:00
  • c6345a8f2f chore: clean up unused code and fix test imports kappa 2026-02-05 11:15:27 +09:00
  • de36978de4 refactor: unify server-agent to new pattern kappa 2026-02-05 10:57:55 +09:00
  • 5d8150e67c refactor: migrate troubleshoot-agent from KV to D1 kappa 2026-02-05 10:44:10 +09:00
  • 2bd9bc4c2b feat: complete agent refactoring integration kappa 2026-02-05 10:30:20 +09:00
  • f5c38ad909 refactor: move deposit-agent to agents/ and add session support kappa 2026-02-05 10:23:20 +09:00
  • cb2bd48ad6 refactor: convert domain-tool to agent trigger kappa 2026-02-05 10:01:40 +09:00
  • d069e84efd feat: add domain session routing to openai-service kappa 2026-02-05 09:59:20 +09:00
  • f9f577f25c feat: implement processDomainConsultation main handler kappa 2026-02-05 09:57:32 +09:00
  • 160569bf8c feat: add domain tool execution dispatcher kappa 2026-02-05 09:54:18 +09:00
  • 69aac96daa feat: add domain agent AI call functions kappa 2026-02-05 09:52:24 +09:00
  • e463a88803 feat: create domain-agent basic structure kappa 2026-02-05 09:48:39 +09:00
  • 676f3866e8 feat: add DomainSession and DepositSession types kappa 2026-02-05 09:45:04 +09:00
  • 8f16de40cc refactor: move troubleshoot-agent to agents directory kappa 2026-02-05 09:43:07 +09:00
  • 4642c1ff94 refactor: move server-agent to agents directory kappa 2026-02-05 09:41:04 +09:00
  • f3596fb509 chore: add domain/deposit agent session tables migration kappa 2026-02-05 09:21:16 +09:00
  • 356eb6ccc8 Add Gitea Actions CI workflow kaffa 2026-02-03 11:39:08 +09:00
  • 94d615a3bf Add MIT LICENSE kaffa 2026-02-03 11:20:55 +09:00
  • 619e952520 docs: restructure CLAUDE.md for better readability kappa 2026-01-31 23:47:20 +09:00
  • 2b1bc6a371 feat: improve server management and refund display kappa 2026-01-30 05:30:59 +09:00
  • 18e7d3ca6e test: add comprehensive unit tests for utils and security kappa 2026-01-29 11:38:49 +09:00
  • fbe696b88c refactor: complete P0-P1 improvements kappa 2026-01-29 11:02:27 +09:00
  • f304c6a7d4 refactor: apply new utilities and constants across codebase kappa 2026-01-29 10:49:31 +09:00
  • 699eed1530 refactor: add KV cache, env validation, logger types, constants kappa 2026-01-29 10:40:51 +09:00
  • 3a671a5707 refactor: add pattern utils and split api.ts into modules kappa 2026-01-29 10:34:12 +09:00
  • 40447952a9 refactor: migrate webhook to Hono router with auth middleware kappa 2026-01-29 10:02:35 +09:00
  • 3cfcb06f27 refactor: centralize auth middleware and standardize logging kappa 2026-01-29 09:58:15 +09:00
  • 86af187aa1 refactor: migrate API routes to Hono sub-router kappa 2026-01-29 09:48:07 +09:00
  • 2756dbe804 refactor: migrate HTTP routing to Hono framework kappa 2026-01-29 09:40:38 +09:00
  • 41f99334eb feat: implement server start/stop functionality kappa 2026-01-28 20:46:05 +09:00
  • 79b8555893 refactor: P3 low priority improvements kappa 2026-01-28 20:43:00 +09:00
  • 69e4dcc338 fix: P2 medium priority issues - validation and logging kappa 2026-01-28 20:40:41 +09:00
  • 97b8f3c7f7 fix: add comprehensive error handling for P1 critical issues kappa 2026-01-28 20:36:49 +09:00
  • 9fc6820b77 chore: update package-lock.json kappa 2026-01-28 20:26:35 +09:00
  • e32e3c6a44 refactor: improve OpenAI service and tools kappa 2026-01-28 20:26:31 +09:00
  • 7ef0ec7594 chore: add server provisioning migrations kappa 2026-01-28 20:26:23 +09:00
  • 5ba555864a feat: add server provisioning system with Queue kappa 2026-01-28 20:26:17 +09:00
  • d3b743c3c1 fix: server recommendation issues and __DIRECT__ tag visibility kappa 2026-01-28 20:24:54 +09:00
  • 53547f097e chore: remove TODO.md kappa 2026-01-28 10:37:52 +09:00
  • 23e3972fbb docs: add TODO for Anvil troubleshooting enhancement kappa 2026-01-27 14:31:42 +09:00
  • 860e36a688 feat: add memory system and troubleshoot agent kappa 2026-01-27 14:28:22 +09:00
  • 6392a17d4f refactor: extract common bandwidth formatting utilities kappa 2026-01-27 12:33:58 +09:00
  • 0277f0539b fix: Reset session when user says "서버 추천" during active session kappa 2026-01-27 11:59:44 +09:00
  • 2a258605f2 fix: Server Expert AI JSON parsing and numeric type conversion kappa 2026-01-27 11:36:07 +09:00
  • b1bbce5375 fix: allow session cancellation in all states kappa 2026-01-27 11:26:54 +09:00
  • 8815654137 feat: distinguish DAU from concurrent users in Server Expert AI kappa 2026-01-27 11:15:22 +09:00
  • 20b4139dd4 feat: add AI review of server recommendations kappa 2026-01-27 11:08:36 +09:00
  • 1591202d2f fix: add cancellation keyword handling in server consultation kappa 2026-01-27 10:49:31 +09:00
  • 0c3bfede7d feat: add server selection and order flow after recommendation kappa 2026-01-27 10:45:04 +09:00