Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
aece378
refactor: Update API client and add backend support
claude Nov 16, 2025
3e25ad5
docs: Add refactoring summary
claude Nov 16, 2025
7d5374b
config: Update backend URL to use domain
claude Nov 16, 2025
37e21d1
config: Change default model to mistral
claude Nov 16, 2025
e1dad3a
config: Set openai-large as default model
claude Nov 16, 2025
43802f8
feat: Improve error messages and auto-adjust temperature
claude Nov 16, 2025
af82322
refactor: Hardcode backend URL and change error messages to English
claude Nov 16, 2025
3c9d91d
feat: Implement i18n system with English and Portuguese translations
claude Nov 16, 2025
171339e
docs: Add en/pt language options to --set-language help text
claude Nov 17, 2025
d906449
chore: Remove info: file that causes checkout conflicts
claude Nov 17, 2025
fb0de0a
fix: Remove Unicode emoji characters from i18n for Windows compatibility
rafabez Nov 17, 2025
9deb4db
Update help title to Cross-Platform LLM CLI Assistant
rafabez Nov 17, 2025
1d2881f
Add fix scripts for dashboard integration issue
claude Nov 17, 2025
e4dbe71
Add diagnostic script to identify backend boot failure
claude Nov 17, 2025
a080f2f
Fix dashboard location issue - move to backend folder
claude Nov 17, 2025
3d65bfa
Add database path fix script for dashboard
claude Nov 17, 2025
8fe768c
Add proper database path fix script
claude Nov 17, 2025
b307ab7
Add script to integrate dashboard routes into main.py
claude Nov 17, 2025
0a4650e
Add diagnostic script to identify dashboard route issue
claude Nov 17, 2025
654b051
Add verification script for dashboard integration
claude Nov 17, 2025
e2dfb57
Major Update: Cross-Platform OS Support & Comprehensive Improvements
claude Nov 17, 2025
e67a6f2
Add comprehensive documentation for cross-platform improvements
claude Nov 17, 2025
9e2c4c9
Move internal documentation to DOCS folder
claude Nov 17, 2025
0391581
Implement automatic language detection based on system locale
claude Nov 17, 2025
4dfb90b
fix: Filter out placeholder 'unknown' descriptions in model listing
claude Nov 20, 2025
43a72d5
Merge branch 'claude/analyze-polly-refactor-01QPGoNXePx9E5xymqpLDG9f'…
claude Nov 20, 2025
e6fb156
fix: Address high priority code quality issues
claude Nov 20, 2025
350740f
chore: Clean up repository for open source release
claude Nov 20, 2025
86b1bbd
fix: Remove documentation files that shouldn't have been added
claude Nov 20, 2025
3495173
fix: Restore potentially public API functions
claude Nov 20, 2025
93282a0
fix: Add Windows UTF-8 console support and improve -c parameter parsing
rafabez Dec 4, 2025
88f0df5
fix: Improve Windows console compatibility with graceful Unicode fall…
rafabez Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@ Makefile

# Web development
web/
web2/
web2/

# Backend (separate repository)
polly-backend/

# Test artifacts (temporary files)
test_comprehensive.py
test_results*.json
TEST_*.txt
TEST_*.md
COMPREHENSIVE_TEST_*.md
PR_DESCRIPTION.md
File renamed without changes.
File renamed without changes.
116 changes: 0 additions & 116 deletions DOCS/ATUALIZACAO_IDIOMA.md

This file was deleted.

Loading