Steve White stwhite
  • Joined on 2022-11-25
stwhite pushed to main at stwhite/mcpssh 2025-04-22 17:31:59 +00:00
121600194c New server shutdown feature added.
24952c6748 Bump version to 0.1.1 and document auto-shutdown feature
Compare 2 commits »
stwhite pushed to main at stwhite/gitea-cli 2025-04-14 16:20:03 +00:00
3b10ef4e4f Added memory bank
stwhite pushed to main at stwhite/gitea-cli 2025-04-14 15:47:07 +00:00
acd4a5f707 Added list-repos and search-repos commands with advanced filtering
stwhite created branch claudeDecomp in stwhite/ira 2025-03-21 02:58:49 +00:00
stwhite pushed to claudeDecomp at stwhite/ira 2025-03-21 02:58:49 +00:00
79d2d93af9 Implement API and React frontend specifications
b1d0fa350a Update memory bank with API testing fixes
39d270fbec Fix deprecated Pydantic features: replace dict() with model_dump(), orm_mode with from_attributes, and schema_extra with json_schema_extra
42eb59bdfe Update memory bank with API testing implementation details
72d8723dc8 Add comprehensive API testing framework with pytest tests, test runner script, and manual testing script
Compare 10 commits »
stwhite pushed to main at stwhite/ira 2025-03-21 02:58:24 +00:00
3c661b0024 Document UI progress indicator consolidation in session log
bc66deb129 Enhanced UI progress callback to use Gradio's built-in progress tracking mechanism for better real-time updates during report generation
9cb9d48466 Fix AttributeError in report progress callback by using direct value assignment instead of update method
Compare 3 commits »
stwhite pushed to main at stwhite/ira 2025-03-14 21:14:20 +00:00
12b453a14f massive changes
b6b50e4ef8 Add code search capability with GitHub and StackExchange APIs
Compare 2 commits »
stwhite pushed to main at stwhite/ira 2025-03-14 18:24:47 +00:00
bf49474ca6 Add query type selection to Gradio UI and improve report generation
c8c5240657 Improve query type detection and add specialized extraction prompts for comparative queries
21f75c0d25 Add progress tracking to report generation UI
71ad21a1e7 Implement progressive report generation for comprehensive detail level reports. This adds a new ProgressiveReportSynthesizer class that extends ReportSynthesizer to implement an iterative refinement approach for very large document collections. The implementation includes chunk prioritization, state management, termination conditions, and progress tracking.
01c1a74484 Update current focus with progressive report generation implementation plan
Compare 53 commits »
stwhite created repository stwhite/ira 2025-03-14 18:24:37 +00:00
stwhite pushed to main at stwhite/gitea-cli 2025-02-06 22:01:09 +00:00
35593bd728 Added mode command.
stwhite pushed to claude-edit at stwhite/papers 2025-01-29 23:01:11 +00:00
9e0a7e594d clineruels and go.sum got left out.
9329294305 feat: add CORS support for web clients
Compare 2 commits »
stwhite pushed to claude-edit at stwhite/papers 2025-01-29 17:49:41 +00:00
e552411298 enabled server mode and updated README.md
stwhite pushed to claude-edit at stwhite/papers 2025-01-29 17:05:38 +00:00
ac208fabdd Add patch file for server mode changes
stwhite pushed to add-update-file at stwhite/gitea-mcp 2025-01-29 16:53:52 +00:00
9105227d55 Add clean patch for update_file feature
stwhite pushed to add-update-file at stwhite/gitea-mcp 2025-01-29 16:53:34 +00:00
ffddac9c57 Add clean patch file with proper formatting
stwhite opened issue stwhite/gitea-mcp#1 2025-01-29 16:20:11 +00:00
Add update_file functionality to support editing files
stwhite pushed to add-update-file at stwhite/gitea-mcp 2025-01-29 16:19:18 +00:00
99368da9f5 Add patch file for update_file functionality
stwhite created branch add-update-file in stwhite/gitea-mcp 2025-01-29 16:15:32 +00:00
stwhite pushed to add-update-file at stwhite/gitea-mcp 2025-01-29 16:15:32 +00:00
stwhite pushed to claude-edit at stwhite/papers 2025-01-29 16:01:37 +00:00
3f628f0805 Updated go.mod to include chi per Claude's request.