Skip to content

Tags: chriswritescode-dev/opencode-forge

Tags

v0.4.10

Toggle v0.4.10's commit message
chore: bump version to 0.4.10

v0.4.9

Toggle v0.4.9's commit message
chore: bump version to 0.4.9

v0.4.8

Toggle v0.4.8's commit message
fix: stop guarding question tool on captured plan

The tool.execute.before hook used to capture the latest assistant plan
and throw 'Forge plan capture failed' when no plan existed, blocking
any question tool call whose options included an 'Execute here' label.

That detection was too loose (single-label match) and the guard itself
was unnecessary: the post-answer routing in tool.execute.after already
no-ops when the answer does not match an execution label, and refuses
to dispatch when no plan is found.

- Drop the pre-execution plan capture and throw path entirely.
- Tighten isPlanApprovalQuestionArgs to require all three canonical
  labels (New session, Execute here, Loop) before treating a question
  as plan approval.
- Remove now-unused imports and helpers.

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: separate bash vs forge-bash permissions for sandbox loops (#30

)

* loop: bash-tool-parity removed after 0 iterations

* refactor: separate bash vs forge-bash permissions for sandbox loops

* refactor: remove tree-sitter-bash dependency and consolidate bash tool parsing

* refactor: add sandbox option to loop and audit permission rulesets

* chore: bump version to 0.4.7

v0.4.6

Toggle v0.4.6's commit message
Release v0.4.6

- Consolidate permission boundaries into permission.ask hook (#29)

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: clarify forge-section marker placement in architect prompts (#26)

* loop: no-boot-recovery completed after 17 iterations

* fix: clarify forge-section marker placement in architect prompts

* fix: add missing status field to LoopState objects in tests

* chore: bump version to 0.4.5

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: install bun for npm publish workflow (#25)

v0.4.1

Toggle v0.4.1's commit message
Release v0.4.1

v0.4.0

Toggle v0.4.0's commit message
docs: convert screenshots to WebP, remove stale images, add load-plan…

…s screenshot

v0.3.0-rc1

Toggle v0.3.0-rc1's commit message
Snapshot of release/v0.3.0 prior to further iteration

Branch: release/v0.3.0
Commit: c9babf8 (refactor: consolidate loop hooks implementation and tests)
Purpose: known-good baseline; iterate freely and return here if needed.
Restore with: git checkout v0.3.0-rc1