@integrity-labs/agt-cli 0.28.319 → 0.28.321

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.
@@ -149,6 +149,13 @@ function probeMcpEnvSubstitution(args) {
149
149
 
150
150
  // ../../packages/core/dist/types/agent.js
151
151
  var DEFAULT_FRAMEWORK = "claude-code";
152
+ var FRAMEWORK_DEPRECATION = {
153
+ "claude-code": false,
154
+ "opencode": false
155
+ };
156
+ function isDeprecatedFramework(id) {
157
+ return FRAMEWORK_DEPRECATION[id] === true;
158
+ }
152
159
 
153
160
  // ../../packages/core/dist/types/models.js
154
161
  function claudeModelAlias(primaryModel) {
@@ -9895,6 +9902,7 @@ export {
9895
9902
  wrapScheduledTaskPrompt,
9896
9903
  buildScheduledTaskContextBlocks,
9897
9904
  DEFAULT_FRAMEWORK,
9905
+ isDeprecatedFramework,
9898
9906
  registerFramework,
9899
9907
  getFramework,
9900
9908
  MAX_AVATAR_ENV_URL_BYTES,
@@ -10019,4 +10027,4 @@ export {
10019
10027
  stopAllSessionsAndWait,
10020
10028
  getProjectDir
10021
10029
  };
10022
- //# sourceMappingURL=chunk-ISHK77EM.js.map
10030
+ //# sourceMappingURL=chunk-NAS4DZNG.js.map