sweagent 0.0.5 → 0.0.6
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.
- package/README.md +31 -3
- package/dist/index.cjs +294 -186
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +534 -116
- package/dist/index.d.ts +534 -116
- package/dist/index.js +294 -186
- package/dist/index.js.map +1 -1
- package/dist/stdio.js +224 -122
- package/dist/stdio.js.map +1 -1
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -1713,13 +1713,41 @@ npm run build
|
|
|
1713
1713
|
| `npm run typecheck` | TypeScript |
|
|
1714
1714
|
| `npm run build` | Production build |
|
|
1715
1715
|
|
|
1716
|
-
|
|
1716
|
+
---
|
|
1717
|
+
|
|
1718
|
+
## Support
|
|
1719
|
+
|
|
1720
|
+
### Get Help
|
|
1721
|
+
|
|
1722
|
+
- [GitHub Issues](https://github.com/sijeeshmiziha/sweagent/issues) - Bug reports and feature requests
|
|
1723
|
+
- [GitHub Discussions](https://github.com/sijeeshmiziha/sweagent/discussions) - Questions and community help
|
|
1724
|
+
|
|
1725
|
+
### Stay Updated
|
|
1717
1726
|
|
|
1718
|
-
- [
|
|
1719
|
-
- [
|
|
1727
|
+
- [Star the repo](https://github.com/sijeeshmiziha/sweagent) to get notified of releases
|
|
1728
|
+
- [Star History](https://star-history.com/#sijeeshmiziha/sweagent&Date) – view star growth over time
|
|
1729
|
+
- Watch the repo for updates on new features
|
|
1730
|
+
|
|
1731
|
+
### Sponsorship
|
|
1732
|
+
|
|
1733
|
+
If SWEAgent helps your business, consider supporting development:
|
|
1734
|
+
|
|
1735
|
+
- [GitHub Sponsors](https://github.com/sponsors/sijeeshmiziha)
|
|
1736
|
+
|
|
1737
|
+
---
|
|
1738
|
+
|
|
1739
|
+
## Sponsors
|
|
1740
|
+
|
|
1741
|
+
Support SWEAgent by becoming a [sponsor](https://github.com/sponsors/sijeeshmiziha). Your logo will appear here with a link to your site.
|
|
1720
1742
|
|
|
1721
1743
|
---
|
|
1722
1744
|
|
|
1723
1745
|
## License
|
|
1724
1746
|
|
|
1725
1747
|
MIT License -- see [LICENSE](LICENSE) for details.
|
|
1748
|
+
|
|
1749
|
+
---
|
|
1750
|
+
|
|
1751
|
+
<p align="center">
|
|
1752
|
+
Made with ❤️ by the CompilersLab team!
|
|
1753
|
+
</p>
|