这是indexloc提供的服务,不要输入任何密码
Skip to content

feature/Add support to view the last modified data with the files #9

@dharamghevariya

Description

@dharamghevariya

Add File Modification Timestamps to Output Headers

Description

Add file modification timestamps to each file header in the output to provide context about when files were last modified. This will help users and LLMs understand development timeline of different files in the repository.

Current Behavior

File headers currently look like:

### File: src/main.py
```python
# file content here

What we want

### File: src/main.py (Modified: 2024-01-15 14:30:22)
```python
# file content here

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions