@cortexkit/opencode-magic-context 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +2 -2
  2. package/dist/config/index.d.ts.map +1 -1
  3. package/dist/features/magic-context/compaction-marker.d.ts +17 -0
  4. package/dist/features/magic-context/compaction-marker.d.ts.map +1 -1
  5. package/dist/features/magic-context/compartment-storage.d.ts +11 -0
  6. package/dist/features/magic-context/compartment-storage.d.ts.map +1 -1
  7. package/dist/features/magic-context/dreamer/lease.d.ts +1 -0
  8. package/dist/features/magic-context/dreamer/lease.d.ts.map +1 -1
  9. package/dist/features/magic-context/dreamer/queue.d.ts.map +1 -1
  10. package/dist/features/magic-context/dreamer/runner.d.ts.map +1 -1
  11. package/dist/features/magic-context/key-files/aft-availability.d.ts +11 -0
  12. package/dist/features/magic-context/key-files/aft-availability.d.ts.map +1 -0
  13. package/dist/features/magic-context/key-files/identify-key-files.d.ts +45 -0
  14. package/dist/features/magic-context/key-files/identify-key-files.d.ts.map +1 -1
  15. package/dist/features/magic-context/key-files/project-key-files.d.ts +42 -0
  16. package/dist/features/magic-context/key-files/project-key-files.d.ts.map +1 -0
  17. package/dist/features/magic-context/key-files/read-history.d.ts +26 -0
  18. package/dist/features/magic-context/key-files/read-history.d.ts.map +1 -0
  19. package/dist/features/magic-context/memory/embedding-identity.d.ts +11 -0
  20. package/dist/features/magic-context/memory/embedding-identity.d.ts.map +1 -0
  21. package/dist/features/magic-context/memory/embedding-local.d.ts.map +1 -1
  22. package/dist/features/magic-context/memory/embedding-openai.d.ts.map +1 -1
  23. package/dist/features/magic-context/memory/embedding.d.ts.map +1 -1
  24. package/dist/features/magic-context/migrations.d.ts.map +1 -1
  25. package/dist/features/magic-context/overflow-detection.d.ts +1 -1
  26. package/dist/features/magic-context/sidekick/agent.d.ts.map +1 -1
  27. package/dist/features/magic-context/storage-db.d.ts +1 -0
  28. package/dist/features/magic-context/storage-db.d.ts.map +1 -1
  29. package/dist/features/magic-context/storage-meta-persisted.d.ts +64 -0
  30. package/dist/features/magic-context/storage-meta-persisted.d.ts.map +1 -1
  31. package/dist/features/magic-context/storage-meta.d.ts +1 -1
  32. package/dist/features/magic-context/storage-meta.d.ts.map +1 -1
  33. package/dist/features/magic-context/storage.d.ts +1 -1
  34. package/dist/features/magic-context/storage.d.ts.map +1 -1
  35. package/dist/features/magic-context/tool-definition-tokens.d.ts.map +1 -1
  36. package/dist/hooks/auto-update-checker/cache.d.ts.map +1 -1
  37. package/dist/hooks/magic-context/boundary-execution.d.ts +24 -0
  38. package/dist/hooks/magic-context/boundary-execution.d.ts.map +1 -0
  39. package/dist/hooks/magic-context/cache-busting-signals.d.ts +10 -0
  40. package/dist/hooks/magic-context/cache-busting-signals.d.ts.map +1 -0
  41. package/dist/hooks/magic-context/command-handler.d.ts.map +1 -1
  42. package/dist/hooks/magic-context/compaction-marker-manager.d.ts +50 -0
  43. package/dist/hooks/magic-context/compaction-marker-manager.d.ts.map +1 -1
  44. package/dist/hooks/magic-context/compartment-runner-historian.d.ts.map +1 -1
  45. package/dist/hooks/magic-context/compartment-runner-incremental.d.ts +1 -1
  46. package/dist/hooks/magic-context/compartment-runner-incremental.d.ts.map +1 -1
  47. package/dist/hooks/magic-context/compartment-runner-partial-recomp.d.ts.map +1 -1
  48. package/dist/hooks/magic-context/compartment-runner-recomp.d.ts.map +1 -1
  49. package/dist/hooks/magic-context/compartment-runner-types.d.ts +16 -7
  50. package/dist/hooks/magic-context/compartment-runner-types.d.ts.map +1 -1
  51. package/dist/hooks/magic-context/compartment-runner.d.ts +7 -2
  52. package/dist/hooks/magic-context/compartment-runner.d.ts.map +1 -1
  53. package/dist/hooks/magic-context/event-handler.d.ts +1 -0
  54. package/dist/hooks/magic-context/event-handler.d.ts.map +1 -1
  55. package/dist/hooks/magic-context/historian-state-file.d.ts +25 -11
  56. package/dist/hooks/magic-context/historian-state-file.d.ts.map +1 -1
  57. package/dist/hooks/magic-context/hook-handlers.d.ts +11 -4
  58. package/dist/hooks/magic-context/hook-handlers.d.ts.map +1 -1
  59. package/dist/hooks/magic-context/hook.d.ts.map +1 -1
  60. package/dist/hooks/magic-context/inject-compartments.d.ts +2 -1
  61. package/dist/hooks/magic-context/inject-compartments.d.ts.map +1 -1
  62. package/dist/hooks/magic-context/key-files-block.d.ts +27 -0
  63. package/dist/hooks/magic-context/key-files-block.d.ts.map +1 -0
  64. package/dist/hooks/magic-context/live-session-state.d.ts +3 -1
  65. package/dist/hooks/magic-context/live-session-state.d.ts.map +1 -1
  66. package/dist/hooks/magic-context/read-session-db.d.ts +2 -0
  67. package/dist/hooks/magic-context/read-session-db.d.ts.map +1 -1
  68. package/dist/hooks/magic-context/system-prompt-hash.d.ts.map +1 -1
  69. package/dist/hooks/magic-context/transform-compartment-phase.d.ts +10 -4
  70. package/dist/hooks/magic-context/transform-compartment-phase.d.ts.map +1 -1
  71. package/dist/hooks/magic-context/transform-context-state.d.ts +5 -2
  72. package/dist/hooks/magic-context/transform-context-state.d.ts.map +1 -1
  73. package/dist/hooks/magic-context/transform-postprocess-phase.d.ts +15 -1
  74. package/dist/hooks/magic-context/transform-postprocess-phase.d.ts.map +1 -1
  75. package/dist/hooks/magic-context/transform.d.ts +3 -0
  76. package/dist/hooks/magic-context/transform.d.ts.map +1 -1
  77. package/dist/index.js +2316 -1112
  78. package/dist/plugin/hooks/create-session-hooks.d.ts.map +1 -1
  79. package/dist/plugin/rpc-handlers.d.ts.map +1 -1
  80. package/dist/plugin/sidebar-snapshot-cache.d.ts.map +1 -1
  81. package/dist/shared/conflict-detector.d.ts +49 -0
  82. package/dist/shared/conflict-detector.d.ts.map +1 -1
  83. package/dist/shared/conflict-fixer.d.ts +1 -1
  84. package/dist/shared/conflict-fixer.d.ts.map +1 -1
  85. package/dist/shared/data-path.d.ts +84 -0
  86. package/dist/shared/data-path.d.ts.map +1 -1
  87. package/dist/shared/logger.d.ts +6 -0
  88. package/dist/shared/logger.d.ts.map +1 -1
  89. package/dist/shared/rpc-client.d.ts +2 -1
  90. package/dist/shared/rpc-client.d.ts.map +1 -1
  91. package/dist/shared/rpc-notifications.d.ts +3 -2
  92. package/dist/shared/rpc-notifications.d.ts.map +1 -1
  93. package/dist/shared/rpc-server.d.ts +3 -0
  94. package/dist/shared/rpc-server.d.ts.map +1 -1
  95. package/dist/shared/rpc-types.d.ts +1 -0
  96. package/dist/shared/rpc-types.d.ts.map +1 -1
  97. package/dist/shared/rpc-utils.d.ts +13 -2
  98. package/dist/shared/rpc-utils.d.ts.map +1 -1
  99. package/dist/shared/stable-json.d.ts +21 -0
  100. package/dist/shared/stable-json.d.ts.map +1 -0
  101. package/dist/shared/transcript.d.ts +2 -2
  102. package/dist/tui/data/context-db.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/shared/conflict-detector.ts +4 -4
  105. package/src/shared/conflict-fixer.test.ts +124 -0
  106. package/src/shared/conflict-fixer.ts +34 -28
  107. package/src/shared/data-path.test.ts +38 -0
  108. package/src/shared/data-path.ts +99 -0
  109. package/src/shared/logger.ts +29 -3
  110. package/src/shared/rpc-client.test.ts +161 -0
  111. package/src/shared/rpc-client.ts +82 -22
  112. package/src/shared/rpc-notifications.test.ts +20 -0
  113. package/src/shared/rpc-notifications.ts +9 -6
  114. package/src/shared/rpc-server.ts +42 -4
  115. package/src/shared/rpc-types.ts +1 -0
  116. package/src/shared/rpc-utils.ts +59 -3
  117. package/src/shared/stable-json.test.ts +87 -0
  118. package/src/shared/stable-json.ts +37 -0
  119. package/src/shared/transcript.ts +2 -2
  120. package/src/tui/data/context-db.ts +20 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.