feat: restructure fork on upstream v1.2.18#80
Merged
Conversation
…ultiple languages (#15114)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
…vent hang on macOS (#15136) Co-authored-by: kil-penguin <hyeonjun@gameduo.net>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
…er functionality (#15214)
…and variants correctly (#16072)
…rror formatting (#16171)
- Strip unused upstream packages and regenerate bun.lock - Add custom tools (68), bridge, prompts, telemetry, plugin, CLI - Modify upstream files with altimate_change markers (9 files, 21 blocks) - Add upstream merge tooling (analyze, merge, transforms, verify) - Build fixes and lockfile update Co-Authored-By: Kai (Claude Opus 4.6) <noreply@anthropic.com>
- Comprehensive telemetry instrumentation across session, processor, MCP, auth, and engine - Enhanced telemetry module with event retry, buffer overflow tracking, SHA256 email hashing - Added 15+ new telemetry event types (tool_call, agent_outcome, context_utilization, etc.) - CI/CD pipeline optimization with caching and parallel builds - Command loading resilience (graceful MCP/Skill failure handling) - Postinstall welcome banner and changelog display - TUI worker crash fix (circular dependency resolution) - Build-time constants for engine version and changelog bundling - CLI error handling improvements and telemetry flush on exit - Added discover command for data stack scanning - 15 new test files for telemetry, processor, MCP, bridge, CLI, and install - Full documentation site with 40+ pages covering configuration, usage, and data engineering Co-Authored-By: Kai (Claude Opus 4.6) <noreply@anthropic.com>
Restructures our fork onto upstream OpenCode v1.2.18 for clean upstream mergeability. All custom code isolated into src/altimate/, upstream modifications marked with altimate_change markers. This merge uses --strategy ours to replace the old structure entirely with the restructured codebase while preserving history linkage.
|
🚧 Skipped: PR exceeds review size limit. Please split into smaller PRs and re-run. |
anandgupta42
pushed a commit
that referenced
this pull request
Mar 17, 2026
feat: restructure fork on upstream v1.2.18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures our fork onto upstream OpenCode v1.2.18 for clean upstream mergeability.
src/altimate/(68 tools, 3 bridge files, 5 prompts, telemetry, plugin, CLI)altimate_changemarkers (21 blocks across 9 files)script/upstream/) — analyze, merge, transforms, verify scriptsBackup repo: https://github.com/AltimateAI/altimate-code-backup (full copy of current main before merge)
Commits
How it works
Uses
git merge --strategy oursto replace the old fork structure entirely with the restructured codebase while preserving history linkage. After merge, the repo will be on upstream v1.2.18 with our customizations cleanly layered on top.Verification
src/altimate/tools/altimate_changemarker blocks verified (every start has end)Test plan
bun run buildpassesbun turbo typecheckpassesbun run script/upstream/analyze.ts --version v1.2.18Generated with Kai