Commit Graph
8 Commits
Author SHA1 Message Date
jilinchen 9c79d61747 Add Codex research skills and setup docs
Include Codex setup docs, installer updates, and switch the OpenCode web research agent default model to gpt-5.4.
2026-03-08 23:33:38 +08:00
jilinchenandClaude Opus 4.5 e932c92cc6 Modularize web-search-agent with strategy modules
Split inline search strategies into separate module files (github-debug,
general-web, academic-papers, chinese-tech, stackoverflow). Agent now
loads modules dynamically via Read tool before searching. Update install
instructions to include module files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 19:24:18 +08:00
jilinchen 6a68406923 support opencode 2026-01-11 14:21:28 +08:00
jilinchenandClaude Opus 4.5 7426ee8383 Add date awareness step to web-search-agent
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 13:55:52 +08:00
jilinchenandClaude Opus 4.5 437bb28e69 refactor: simplify Standard Output Format to if-else structure
- Separate caller's format and standard format as if-else branches
- Add Sources and References (ALWAYS REQUIRED) to both branches

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 12:35:32 +08:00
jilinchenandClaude Opus 4.5 a92028e33b refactor: restructure web-search-agent.md
- Move Scenario-Specific Strategies into Query Generation Phase (1.1-1.3)
- Merge Comparative Research into Best Practices (1.2)
- Add Academic Sources to Source Prioritization
- Merge Self-Verification and Escalation Strategy into Quality Assurance
- Restructure Standard Output Format with PART 1/PART 2 and example
- Add caller's format priority to Compilation Standards
- Update Core Capabilities with new sources

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 12:29:48 +08:00
jilinchen fdb212fe4c feat: add Dev.to, Medium, Discord, X/Twitter to web-search-agent 2026-01-08 11:42:15 +08:00
jilinchenandClaude Opus 4.5 5ae9dbf2a6 docs: update README with agents directory structure
- Move web-search-agent.md to agents/
- Add agent installation instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:52:50 +08:00