Skip to content

Conversation

@rekram1-node
Copy link
Collaborator

Fixes #3

I originally brought this up when I added model selection in the first place, I have these changes in open pr and figured I would copy it over to here since it is the new repo.

@adamdotdevin adamdotdevin merged commit 797045e into anomalyco:dev May 14, 2025
@adamdotdevin
Copy link
Contributor

love it, thanks!

m-pa pushed a commit to m-pa/opencode that referenced this pull request Dec 4, 2025
burgercrisis added a commit to burgercrisis/opencode that referenced this pull request Jan 8, 2026
…d dank

Windows Command Execution Fixes:
- Add detectCommandShell() and parseCommand() functions for shell detection
- Implement direct PowerShell execution bypassing cmd.exe wrapper
- Add shell built-ins detection and needsShellExecution function
- Fix stream draining to prevent race conditions (Promise.all)
- Remove duplicate abort listeners

Edit Tool Improvements:
- Add newString validation guard (handles undefined/null/empty)
- Add UnicodeNormalizedReplacer for smart quotes and em-dashes
- Fix multi-line pattern matching with empty lines (Issue anomalyco#26)
- Add unique match identification for replaceFirst functionality
- Improve block anchor matching with variable gap handling

Documentation:
- Add verified-fixes-summary.md documenting all fixed issues
- Add windows-command-execution-issues.md comprehensive analysis
- Add linux-unix-mac-compatibility-analysis.md for cross-platform impact

Fixes: Issues anomalyco#2, anomalyco#3, anomalyco#4, anomalyco#5, anomalyco#7, anomalyco#8, anomalyco#9, anomalyco#15, anomalyco#19, anomalyco#26
randomm referenced this pull request in randomm/opencode Jan 9, 2026
… (#4)

* feat: implement Remory MCP integration (#3)

- Add comprehensive TDD test suite for configuration validation
- Update opencode.json to use Remory via Docker exec command
- Add infrastructure tests for container health and connectivity
- Include placeholder tests for memory operations and semantic search

Following GitHub issue #3 requirements for enhanced memory capabilities.

* test: enhance Remory integration test coverage (#3)

- Add comprehensive test suite for Remory MCP integration
- Validate Docker container health and connectivity
- Test semantic search capabilities and performance
- Verify memory tool compatibility with Remory backend
- 100% test coverage for configuration validation
- All tests passing with 7/7 success rate

* docs: add comprehensive Remory memory service documentation (#3)

- Document enhanced memory capabilities with semantic search
- Add Docker container setup instructions
- Detail 5-15x performance improvements over basic memory server
- Include technical architecture and configuration examples
- Document memory operations and performance benefits
- Complete documentation requirements for issue #3

* docs: verify MCP configuration for local Remory instance

The MCP memory configuration in opencode.json is already correctly set up to use the local Remory instance running in Docker. No changes needed.
adolago added a commit to adolago/agent-core that referenced this pull request Jan 10, 2026
Merged Snyk PRs:
- PR anomalyco#9: node 25.2.1-bullseye-slim → 25.2.1-trixie-slim
- PR anomalyco#4: node 20-slim → 20.19.6-trixie-slim
- PR anomalyco#3: node 20 → 20.19.6-trixie-slim

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

feat: model config persistence

2 participants