Commit Graph

  • 8165126101 fix: add debug logging, fix non-ascii dash in system prompt master neken 2026-04-10 18:27:39 +05:00
  • 164cafec73 fix: improve system prompt - remove 'be concise', add engagement instructions neken 2026-04-10 18:08:17 +05:00
  • eaa542b11f fix: pass cwd to sendMessage so Claude knows the project directory on resume neken 2026-04-10 18:02:30 +05:00
  • 6afb703a85 docs: add design spec, implementation plan, test plan; update gitignore neken 2026-04-10 17:55:43 +05:00
  • 8bccf6ce88 fix: use --append-system-prompt for Russian, change greeting to Russian neken 2026-04-10 17:39:51 +05:00
  • 2e28476a52 feat: add Russian language system prompt for Claude responses neken 2026-04-10 17:37:03 +05:00
  • 95548a9530 fix: switch from SDK to CLI wrapper (npx claude-code) for auth compatibility neken 2026-04-10 17:23:08 +05:00
  • 5c777d69c5 fix: normalize Unix-style paths to Windows format (/d/... → D:/...) neken 2026-04-10 16:09:29 +05:00
  • 3e7f20668c feat: add persistent reply keyboard with main action buttons neken 2026-04-10 16:02:24 +05:00
  • 0f8b6a347c fix: non-blocking Claude calls, validate directory exists before start neken 2026-04-10 15:58:47 +05:00
  • 737bc4b8d7 fix: remove ANTHROPIC_API_KEY requirement, use claude.ai subscription auth neken 2026-04-10 15:28:02 +05:00
  • 266fc1bcc0 feat: add entry point with env validation and graceful shutdown neken 2026-04-10 15:15:53 +05:00
  • 8ad3f58469 feat: add bot setup with owner middleware, commands, callbacks neken 2026-04-10 15:15:00 +05:00
  • 6ba1dd7080 feat: add message handler routing text to active Claude session neken 2026-04-10 15:13:39 +05:00
  • 4b67fdf885 feat: add all command handlers with inline keyboards neken 2026-04-10 15:12:45 +05:00
  • 79bcf2ff72 feat: add telegram message splitting utility neken 2026-04-10 15:11:18 +05:00
  • 9d409be5b9 feat: add Claude Agent SDK wrapper with session create/resume neken 2026-04-10 15:10:10 +05:00
  • b889519314 feat: add session manager with CRUD, switching, bookmarks neken 2026-04-10 15:06:21 +05:00
  • 4e8ada9ac4 feat: add state store with JSON persistence neken 2026-04-10 15:05:18 +05:00
  • 57dd464f37 feat: scaffold project with bun, grammy, claude-agent-sdk neken 2026-04-10 15:03:16 +05:00