Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
63a84a6
docs: add comprehensive analysis of OpenCode architecture
claude Nov 24, 2025
d4a0791
docs: add analysis of event replay, LSP utilization, and Go prompts
claude Nov 24, 2025
da9ea81
docs: add comprehensive system prompt construction analysis
claude Nov 24, 2025
e2ad354
docs: add comprehensive design for client-side tools
claude Nov 24, 2025
690e46a
docs: add server-side web service deployment design
claude Nov 24, 2025
bb0988c
docs: add MySQL storage design with BIGINT primary keys
claude Nov 24, 2025
b7830c3
docs: add comprehensive subagent API reference and new client feasibi…
claude Nov 24, 2025
4050746
docs: add comprehensive todo and task tools documentation
claude Nov 24, 2025
38b3009
docs: add comprehensive OpenCode architecture whitepaper
claude Nov 24, 2025
2ca1a3c
docs: add comprehensive custom system prompt feature plan
claude Nov 24, 2025
3421759
docs: add template variable interpolation to custom prompt feature (v…
claude Nov 24, 2025
5f8cb47
feat: implement Phase 1 - custom system prompts with variable interpo…
claude Nov 24, 2025
d68bc37
feat: implement Phase 2 - CLI integration for custom prompts
claude Nov 24, 2025
4a9fd5b
feat: implement Phase 3 - user experience enhancements for custom pro…
claude Nov 24, 2025
d069123
add go-memsh
joohwi-bd Nov 24, 2025
f8fe63a
docs: add comprehensive TUI client-server protocol specification
claude Nov 24, 2025
24c9286
docs: add streaming protocol details to TUI specification
claude Nov 24, 2025
72216e3
docs: add comprehensive testing infrastructure analysis
claude Nov 24, 2025
33836c7
docs: add testing strategy for client-side tools feature
claude Nov 24, 2025
987f5ab
docs: add Client Tools Protocol to TUI specification
claude Nov 25, 2025
676739c
feat: implement client-side tools support
claude Nov 25, 2025
5a38457
test: add comprehensive tests for custom prompt feature
claude Nov 25, 2025
fac27b9
docs: add LLM assistant support feasibility report for go-memsh
claude Nov 24, 2025
55f79e8
feat(go-memsh): add LLM-optimized commands for AI assistant integration
claude Nov 25, 2025
33f0c7f
feat: add memsh-cli TypeScript client package
claude Nov 25, 2025
fc1830e
feat: add Go client SDK for go-memsh service
claude Nov 25, 2025
505ca3d
docs: add Go server rewrite feasibility evaluation and phased plan
claude Nov 26, 2025
972ec89
docs: add detailed Go server implementation plan
claude Nov 26, 2025
7977a43
docs: add ADK-Go SDK evaluation for OpenCode server
claude Nov 26, 2025
f9ad0aa
docs: add Eino framework evaluation as recommended Go SDK
claude Nov 26, 2025
bbb1c5a
docs: regenerate missing Go server implementation plan documents
claude Nov 26, 2025
84277bb
feat: add agentic workflow DSL for multi-agent orchestration
claude Nov 26, 2025
21b3bc6
feat: add LLM-based condition evaluation and llm_eval step type
claude Nov 26, 2025
6de912f
docs: add detailed code-level analysis to workflow DSL evaluation
claude Nov 26, 2025
c86666b
feat: implement Go-based OpenCode server up to Phase 4
claude Nov 26, 2025
3bde6ff
chore: improve .gitignore for Go build artifacts
claude Nov 26, 2025
c8413cb
test: add unit tests for Phase 1 and Phase 2 components
claude Nov 26, 2025
fbfded3
test: add unit tests for Phase 3 and Phase 4 components
claude Nov 26, 2025
1e7a1d9
docs: update plan documents with Phase 1-4 completion status
claude Nov 26, 2025
c5f30f9
feat(permission): implement Phase 5 permission and security system
claude Nov 26, 2025
dad7103
docs: update plan with Phase 5 completion status
claude Nov 26, 2025
8f5963a
feat(session): implement Phase 6 session processing and agentic loop
claude Nov 26, 2025
4c146fb
feat(phase7): implement LSP, MCP, Agent system, and Task tool
claude Nov 26, 2025
3a9e018
docs: add go-opencode compatibility plan
claude Nov 26, 2025
56313ef
feat: use doublestar/v4 for wildcard matching
claude Nov 26, 2025
1a6118a
feat(config): implement TypeScript-compatible configuration system
claude Nov 26, 2025
bb7a181
docs: add analysis of GitHub package opportunities for go-opencode
claude Nov 26, 2025
922ea70
feat: reimplement MCP using official Go SDK
claude Nov 26, 2025
05e45b3
feat: replace custom implementations with recommended packages
claude Nov 26, 2025
8c65073
fix: add missing yaml dependency and workflow ID prefix
joohwi-bd Nov 26, 2025
0b9797c
fix(memsh-cli): resolve TypeScript type errors
joohwi-bd Nov 26, 2025
6076589
fix(opencode): resolve TypeScript type errors in workflow and related…
joohwi-bd Nov 26, 2025
a6994e3
feat: implement structured logging with zerolog
claude Nov 26, 2025
1267731
feat: add file logging and enhanced logging for config/LLM
claude Nov 26, 2025
47a5e85
feat(event): integrate watermill pub/sub infrastructure
claude Nov 26, 2025
3f36f13
feat(provider): add ARK provider and Ginkgo integration test suite
joohwi-bd Nov 26, 2025
adbd8ae
fix: align Go server API with TypeScript SDK contract
joohwi-bd Nov 27, 2025
964149e
fix: update workflow executor to use Provider.getLanguage API
joohwi-bd Dec 5, 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
23 changes: 22 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading