Skip to content

feat: add enhanced system information for better LLM context#6

Open
hissain wants to merge 1 commit into1rgs:masterfrom
hissain:feature/enhanced-system-info
Open

feat: add enhanced system information for better LLM context#6
hissain wants to merge 1 commit into1rgs:masterfrom
hissain:feature/enhanced-system-info

Conversation

@hissain
Copy link

@hissain hissain commented Jan 15, 2026

  • Add get_system_info() function to gather OS, Python version, shell, and available tools
  • Enhance system prompt with contextual information for more appropriate responses
  • Add /i command to display system information during session
  • Update README with new feature and command
  • All using stdlib only (platform, sys, shutil) - zero new dependencies
  • Helps LLM provide OS-appropriate commands and file paths

- Add get_system_info() function to gather OS, Python version, shell, and available tools
- Enhance system prompt with contextual information for more appropriate responses
- Add /i command to display system information during session
- Update README with new feature and command
- All using stdlib only (platform, sys, shutil) - zero new dependencies
- Helps LLM provide OS-appropriate commands and file paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant