@cortexkit/opencode-magic-context 0.19.0 → 0.21.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 (103) hide show
  1. package/README.md +2 -2
  2. package/dist/config/index.d.ts +18 -0
  3. package/dist/config/index.d.ts.map +1 -1
  4. package/dist/features/magic-context/dreamer/lease.d.ts +1 -0
  5. package/dist/features/magic-context/dreamer/lease.d.ts.map +1 -1
  6. package/dist/features/magic-context/dreamer/runner.d.ts.map +1 -1
  7. package/dist/features/magic-context/git-commits/indexer.d.ts +2 -3
  8. package/dist/features/magic-context/git-commits/indexer.d.ts.map +1 -1
  9. package/dist/features/magic-context/git-commits/storage-git-commit-embeddings.d.ts +1 -0
  10. package/dist/features/magic-context/git-commits/storage-git-commit-embeddings.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-backfill.d.ts +1 -0
  20. package/dist/features/magic-context/memory/embedding-backfill.d.ts.map +1 -1
  21. package/dist/features/magic-context/memory/embedding-local.d.ts +6 -0
  22. package/dist/features/magic-context/memory/embedding-local.d.ts.map +1 -1
  23. package/dist/features/magic-context/memory/embedding.d.ts +2 -0
  24. package/dist/features/magic-context/memory/embedding.d.ts.map +1 -1
  25. package/dist/features/magic-context/memory/storage-memory-embeddings.d.ts +1 -0
  26. package/dist/features/magic-context/memory/storage-memory-embeddings.d.ts.map +1 -1
  27. package/dist/features/magic-context/migrations.d.ts.map +1 -1
  28. package/dist/features/magic-context/overflow-detection.d.ts +1 -1
  29. package/dist/features/magic-context/project-embedding-registry.d.ts +44 -0
  30. package/dist/features/magic-context/project-embedding-registry.d.ts.map +1 -0
  31. package/dist/features/magic-context/search.d.ts.map +1 -1
  32. package/dist/features/magic-context/sidekick/agent.d.ts.map +1 -1
  33. package/dist/features/magic-context/storage-db.d.ts +1 -0
  34. package/dist/features/magic-context/storage-db.d.ts.map +1 -1
  35. package/dist/features/magic-context/storage-meta-persisted.d.ts +56 -0
  36. package/dist/features/magic-context/storage-meta-persisted.d.ts.map +1 -1
  37. package/dist/features/magic-context/storage-meta-shared.d.ts +2 -0
  38. package/dist/features/magic-context/storage-meta-shared.d.ts.map +1 -1
  39. package/dist/features/magic-context/storage-meta.d.ts +1 -1
  40. package/dist/features/magic-context/storage-meta.d.ts.map +1 -1
  41. package/dist/features/magic-context/storage.d.ts +1 -1
  42. package/dist/features/magic-context/storage.d.ts.map +1 -1
  43. package/dist/features/magic-context/types.d.ts +2 -0
  44. package/dist/features/magic-context/types.d.ts.map +1 -1
  45. package/dist/hooks/auto-update-checker/cache.d.ts.map +1 -1
  46. package/dist/hooks/magic-context/auto-search-runner.d.ts +6 -4
  47. package/dist/hooks/magic-context/auto-search-runner.d.ts.map +1 -1
  48. package/dist/hooks/magic-context/boundary-execution.d.ts +24 -0
  49. package/dist/hooks/magic-context/boundary-execution.d.ts.map +1 -0
  50. package/dist/hooks/magic-context/compartment-runner-incremental.d.ts.map +1 -1
  51. package/dist/hooks/magic-context/compartment-runner-recomp.d.ts.map +1 -1
  52. package/dist/hooks/magic-context/compartment-runner-types.d.ts +1 -0
  53. package/dist/hooks/magic-context/compartment-runner-types.d.ts.map +1 -1
  54. package/dist/hooks/magic-context/event-handler.d.ts +4 -0
  55. package/dist/hooks/magic-context/event-handler.d.ts.map +1 -1
  56. package/dist/hooks/magic-context/hook-handlers.d.ts.map +1 -1
  57. package/dist/hooks/magic-context/hook.d.ts.map +1 -1
  58. package/dist/hooks/magic-context/key-files-block.d.ts +27 -0
  59. package/dist/hooks/magic-context/key-files-block.d.ts.map +1 -0
  60. package/dist/hooks/magic-context/note-nudger.d.ts +7 -1
  61. package/dist/hooks/magic-context/note-nudger.d.ts.map +1 -1
  62. package/dist/hooks/magic-context/read-session-db.d.ts +2 -0
  63. package/dist/hooks/magic-context/read-session-db.d.ts.map +1 -1
  64. package/dist/hooks/magic-context/system-prompt-hash.d.ts.map +1 -1
  65. package/dist/hooks/magic-context/text-complete.d.ts.map +1 -1
  66. package/dist/hooks/magic-context/transform-compartment-phase.d.ts +1 -0
  67. package/dist/hooks/magic-context/transform-compartment-phase.d.ts.map +1 -1
  68. package/dist/hooks/magic-context/transform-context-state.d.ts +5 -2
  69. package/dist/hooks/magic-context/transform-context-state.d.ts.map +1 -1
  70. package/dist/hooks/magic-context/transform-postprocess-phase.d.ts +2 -3
  71. package/dist/hooks/magic-context/transform-postprocess-phase.d.ts.map +1 -1
  72. package/dist/hooks/magic-context/transform.d.ts +4 -3
  73. package/dist/hooks/magic-context/transform.d.ts.map +1 -1
  74. package/dist/index.d.ts.map +1 -1
  75. package/dist/index.js +2530 -1164
  76. package/dist/plugin/dream-timer.d.ts +5 -4
  77. package/dist/plugin/dream-timer.d.ts.map +1 -1
  78. package/dist/plugin/embedding-bootstrap-helpers.d.ts +35 -0
  79. package/dist/plugin/embedding-bootstrap-helpers.d.ts.map +1 -0
  80. package/dist/plugin/embedding-bootstrap.d.ts +3 -0
  81. package/dist/plugin/embedding-bootstrap.d.ts.map +1 -0
  82. package/dist/plugin/hooks/create-session-hooks.d.ts.map +1 -1
  83. package/dist/plugin/rpc-handlers.d.ts.map +1 -1
  84. package/dist/plugin/tool-registry.d.ts.map +1 -1
  85. package/dist/shared/models-dev-cache.d.ts +8 -7
  86. package/dist/shared/models-dev-cache.d.ts.map +1 -1
  87. package/dist/shared/rpc-types.d.ts +1 -0
  88. package/dist/shared/rpc-types.d.ts.map +1 -1
  89. package/dist/shared/transcript.d.ts +2 -2
  90. package/dist/tools/ctx-memory/tools.d.ts.map +1 -1
  91. package/dist/tools/ctx-memory/types.d.ts +3 -2
  92. package/dist/tools/ctx-memory/types.d.ts.map +1 -1
  93. package/dist/tools/ctx-search/tools.d.ts.map +1 -1
  94. package/dist/tools/ctx-search/types.d.ts +3 -2
  95. package/dist/tools/ctx-search/types.d.ts.map +1 -1
  96. package/dist/tui/data/context-db.d.ts.map +1 -1
  97. package/package.json +2 -2
  98. package/src/shared/models-dev-cache.test.ts +5 -10
  99. package/src/shared/models-dev-cache.ts +15 -45
  100. package/src/shared/rpc-types.ts +1 -0
  101. package/src/shared/transcript.ts +2 -2
  102. package/src/tui/data/context-db.ts +1 -0
  103. package/src/tui/slots/sidebar-content.tsx +15 -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.