@inline-openclaw/inline 0.0.21 → 0.0.22

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 (37) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +696 -144
  5. package/dist/index.js.map +19 -17
  6. package/dist/inline/accounts.d.ts +1 -1
  7. package/dist/inline/accounts.d.ts.map +1 -1
  8. package/dist/inline/actions.d.ts +30 -3
  9. package/dist/inline/actions.d.ts.map +1 -1
  10. package/dist/inline/bot-commands-sync.d.ts +1 -1
  11. package/dist/inline/bot-commands-sync.d.ts.map +1 -1
  12. package/dist/inline/bot-commands-tool.d.ts +1 -1
  13. package/dist/inline/bot-commands-tool.d.ts.map +1 -1
  14. package/dist/inline/channel.d.ts +1 -1
  15. package/dist/inline/channel.d.ts.map +1 -1
  16. package/dist/inline/config-schema.d.ts +14 -14
  17. package/dist/inline/config-schema.d.ts.map +1 -1
  18. package/dist/inline/media.d.ts +1 -1
  19. package/dist/inline/media.d.ts.map +1 -1
  20. package/dist/inline/members-tool.d.ts +1 -1
  21. package/dist/inline/members-tool.d.ts.map +1 -1
  22. package/dist/inline/message-tools.d.ts +1 -1
  23. package/dist/inline/message-tools.d.ts.map +1 -1
  24. package/dist/inline/monitor.d.ts +2 -1
  25. package/dist/inline/monitor.d.ts.map +1 -1
  26. package/dist/inline/policy.d.ts +1 -1
  27. package/dist/inline/policy.d.ts.map +1 -1
  28. package/dist/inline/profile-tool.d.ts +1 -1
  29. package/dist/inline/profile-tool.d.ts.map +1 -1
  30. package/dist/openclaw-compat.d.ts +141 -0
  31. package/dist/openclaw-compat.d.ts.map +1 -0
  32. package/dist/runtime.d.ts +1 -1
  33. package/dist/runtime.d.ts.map +1 -1
  34. package/dist/sdk-runtime-compat.d.ts +83 -0
  35. package/dist/sdk-runtime-compat.d.ts.map +1 -0
  36. package/dist/tsconfig.tsbuildinfo +1 -1
  37. package/package.json +2 -2
package/README.md CHANGED
@@ -94,7 +94,7 @@ channels:
94
94
  replyToBotWithoutMention: true # if true, replies to bot messages can bypass mention requirement
95
95
 
96
96
  # Inbound context history (used to build richer thread context for the agent):
97
- historyLimit: 12 # group chats
97
+ historyLimit: 50 # group chats
98
98
  dmHistoryLimit: 6 # direct messages
99
99
 
100
100
  # Streaming + chunking:
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { OpenClawPluginApi } from "openclaw/plugin-sdk";
1
+ import type { OpenClawPluginApi } from "openclaw/plugin-sdk/plugin-entry";
2
2
  declare const plugin: {
3
3
  id: string;
4
4
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAW1E,QAAA,MAAM,MAAM,EAAE;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IAGnB,YAAY,EAAE,OAAO,CAAA;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAA;CAkC3C,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AAWvF,QAAA,MAAM,MAAM,EAAE;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IAGnB,YAAY,EAAE,OAAO,CAAA;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAA;CAkC3C,CAAA;AAED,eAAe,MAAM,CAAA"}