You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.
resource:search_pull_requests (search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".)
ヘルプとの齟齬
ヘルプの記載(
SRC.Sharp.Help/src/Fontコマンド.md)つまり
Regularは Bold =false、Italic =falseに設定するべきです。実装の実際の動作(
SRC.Sharp/SRCCore/CmdDatas/Commands/Screan/FontCmd.cs)BoldとItalicが両方true(有効)に設定されており、ヘルプ記載と逆の挙動になっています。推奨対応
実装を修正する のが正しい対応です:
補足
FontCmdはSystem.Drawing.Fontが Linux 非対応のため、現在テスト除外されています(FontClsTelopCmdTests.cs冒頭コメント参照)。Warning
The following domains were blocked by the firewall during workflow execution:
crl3.digicert.comcrl4.digicert.comocsp.digicert.coms.symcb.coms.symcd.comtscrl.ws.symantec.comtsocsp.ws.symantec.comwww.microsoft.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Note
🔒 Integrity filtering filtered 1 item
Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".)