This commit introduces a configurable date check option to optimize the workflow for different AI environments. New configuration: - checkCurrentDate: false (default) - Skip date retrieval when current date is available in system context - checkCurrentDate: true - Explicitly retrieve current date via tool call Key improvements: - Eliminates redundant date tool calls in environments where current date is injected into system prompt - Maintains backward compatibility with default false setting - Provides flexibility for environments that need explicit date retrieval - Updated dev agent startup to load the new configuration setting This optimization reduces unnecessary tool calls while maintaining the temporal context functionality for environments that require it, improving overall workflow efficiency. |
||
|---|---|---|
| .. | ||
| agent-teams | ||
| agents | ||
| checklists | ||
| data | ||
| tasks | ||
| templates | ||
| utils | ||
| workflows | ||
| core-config.yml | ||