• Joined on 2024-05-09
hailin pushed to main at hailin/iconsulting 2026-01-25 03:43:30 +00:00
0992523876 fix(init-db): add V2 consulting fields to conversations table
hailin pushed to main at hailin/iconsulting 2026-01-25 03:41:47 +00:00
2c1edc26af fix(conversation): disable synchronize in production
hailin pushed to main at hailin/iconsulting 2026-01-25 03:41:22 +00:00
6718fdc9e3 fix(conversation): add indexes and fix column types to match database
hailin pushed to main at hailin/iconsulting 2026-01-25 03:05:46 +00:00
a821df8dc1 fix(conversation): add missing token columns to MessageEntity
hailin pushed to main at hailin/iconsulting 2026-01-25 03:01:19 +00:00
a84030be84 fix(conversation): add missing columns to match evolution-service schema
hailin pushed to main at hailin/iconsulting 2026-01-25 02:53:46 +00:00
ea013b79be fix(deploy): make --no-cache optional for rebuild command
hailin pushed to main at hailin/iconsulting 2026-01-25 02:51:48 +00:00
45a594d39a fix(deploy): auto-restart services after rebuild
hailin pushed to main at hailin/iconsulting 2026-01-25 02:40:45 +00:00
8e2c44edd0 feat(deploy): add rebuild command with --no-cache support
hailin pushed to main at hailin/iconsulting 2026-01-25 02:27:42 +00:00
aaf43155d9 fix(deploy): include nginx and kong in full-reset
hailin pushed to main at hailin/iconsulting 2026-01-24 16:16:09 +00:00
a54b82cab3 fix(deploy): full-reset now only resets data, not rebuild
hailin pushed to main at hailin/iconsulting 2026-01-24 16:13:44 +00:00
7d9b87ef3c fix(conversation): use synchronize:true for 100% reliable schema sync
hailin pushed to main at hailin/iconsulting 2026-01-24 16:12:53 +00:00
fc6078e4f8 fix(conversation): enable auto-migration on app startup
hailin pushed to main at hailin/iconsulting 2026-01-24 16:05:18 +00:00
b70035ad2f fix(migration): add production migration support for Docker
hailin pushed to main at hailin/iconsulting 2026-01-24 16:02:39 +00:00
90917b3ac8 fix(deploy): add V2 consulting columns in full-reset
hailin pushed to main at hailin/iconsulting 2026-01-24 15:18:05 +00:00
15ff2f1c3c feat(deploy): add full-reset command for complete system reset
hailin pushed to main at hailin/iconsulting 2026-01-24 14:43:21 +00:00
9f2bdee8d9 feat(conversation): integrate ClaudeAgentServiceV2 for consulting workflow
hailin pushed to main at hailin/iconsulting 2026-01-24 14:38:52 +00:00
c0a9710943 feat(conversation): add TypeORM migration scripts and data-source config
hailin pushed to main at hailin/iconsulting 2026-01-24 14:32:14 +00:00
cd5399eac3 feat(agent): implement consulting strategy engine with V2 agent service
hailin pushed to main at hailin/iconsulting 2026-01-23 16:30:05 +00:00
8352578bd3 fix(conversation): add explicit varchar type for intentType column
hailin pushed to main at hailin/iconsulting 2026-01-23 16:27:06 +00:00
dd66c3a892 fix(conversation): resolve TypeScript type errors in token tracking