openclaw/src/session
Shunsuke Hayashi 68a9b16c2b fix(response): resolve TypeScript compilation errors
- Add @aws-sdk/client-dynamodb dependency
- Remove non-existent LINE integration (line-reply.ts)
- Change ResponseFormat from enum to const object for type safety
- Fix Discord API imports - use inline types instead of non-existent exports
- Add CreateTableCommand import to artifacts/manager.ts
- Add tmuxTarget property to ReviewOptions
- Remove TimeToLiveSpecification from CreateTable (TTL configured separately)
- Fix timestamp type conversion in createDiscordReply

This resolves build errors when running the clawdbot command.
2026-01-26 07:16:59 +09:00
..
index.ts feat(session): add DynamoDB-based session persistence 2026-01-26 06:53:50 +09:00
manager.test.ts feat(session): add DynamoDB-based session persistence 2026-01-26 06:53:50 +09:00
manager.ts fix(response): resolve TypeScript compilation errors 2026-01-26 07:16:59 +09:00
recovery.ts feat(session): add DynamoDB-based session persistence 2026-01-26 06:53:50 +09:00
types.ts feat(session): add DynamoDB-based session persistence 2026-01-26 06:53:50 +09:00